Skip to content

Commit

Permalink
Merge pull request #1047 from ahuarte47/Issue_9273
Browse files Browse the repository at this point in the history
#9273: Fix shortcuts commented in issue #9273. Change full screen to F11
  • Loading branch information
NathanW2 committed Dec 30, 2013
2 parents f73779a + 8a80e0e commit 12c6609
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ui/qgisapp.ui
Expand Up @@ -1345,6 +1345,9 @@
<property name="text">
<string>Query...</string>
</property>
<property name="shortcut">
<string>Ctrl+F</string>
</property>
</action>
<action name="mActionAddToOverview">
<property name="icon">
Expand Down Expand Up @@ -1411,7 +1414,7 @@
<string>Toggle Full Screen Mode</string>
</property>
<property name="shortcut">
<string>Ctrl+F</string>
<string>F11</string>
</property>
</action>
<action name="mActionProjectProperties">
Expand Down

0 comments on commit 12c6609

Please sign in to comment.