Skip to content

Commit 12c6609

Browse files
committed
Merge pull request #1047 from ahuarte47/Issue_9273
#9273: Fix shortcuts commented in issue #9273. Change full screen to F11
2 parents f73779a + 8a80e0e commit 12c6609

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/ui/qgisapp.ui

+4-1
Original file line numberDiff line numberDiff line change
@@ -1345,6 +1345,9 @@
13451345
<property name="text">
13461346
<string>Query...</string>
13471347
</property>
1348+
<property name="shortcut">
1349+
<string>Ctrl+F</string>
1350+
</property>
13481351
</action>
13491352
<action name="mActionAddToOverview">
13501353
<property name="icon">
@@ -1411,7 +1414,7 @@
14111414
<string>Toggle Full Screen Mode</string>
14121415
</property>
14131416
<property name="shortcut">
1414-
<string>Ctrl+F</string>
1417+
<string>F11</string>
14151418
</property>
14161419
</action>
14171420
<action name="mActionProjectProperties">

0 commit comments

Comments
 (0)