Skip to content

Commit 1e77839

Browse files
committed
Switch Ctrl+F shortcut to switch to filter mode
1 parent 195b4de commit 1e77839

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ui/qgsattributetabledialog.ui

+4-4
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
<item>
326326
<widget class="QToolButton" name="mSearchFormButton">
327327
<property name="toolTip">
328-
<string>Select/filter features using form</string>
328+
<string>Select/filter features using form (Ctrl+F)</string>
329329
</property>
330330
<property name="text">
331331
<string>...</string>
@@ -340,6 +340,9 @@
340340
<height>18</height>
341341
</size>
342342
</property>
343+
<property name="shortcut">
344+
<string>Ctrl+F</string>
345+
</property>
343346
<property name="checkable">
344347
<bool>true</bool>
345348
</property>
@@ -884,9 +887,6 @@
884887
<property name="toolTip">
885888
<string>Use the Expression Builder to define the filter</string>
886889
</property>
887-
<property name="shortcut">
888-
<string>Ctrl+F</string>
889-
</property>
890890
</action>
891891
<action name="mActionShowAllFilter">
892892
<property name="icon">

0 commit comments

Comments
 (0)