Skip to content

Commit

Permalink
Add some shortcut keys for composer
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 1, 2014
1 parent 0a26099 commit 78c88d5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/ui/qgscomposerbase.ui
Expand Up @@ -295,6 +295,9 @@
<property name="toolTip">
<string>Select/Move item</string>
</property>
<property name="shortcut">
<string>V</string>
</property>
</action>
<action name="mActionExportAsImage">
<property name="icon">
Expand Down Expand Up @@ -349,6 +352,9 @@
<property name="toolTip">
<string>Refresh view</string>
</property>
<property name="shortcut">
<string>F5</string>
</property>
</action>
<action name="mActionShowGrid">
<property name="icon">
Expand Down Expand Up @@ -896,6 +902,9 @@
<property name="text">
<string>First Feature</string>
</property>
<property name="shortcut">
<string>Ctrl+&lt;</string>
</property>
</action>
<action name="mActionAtlasPrev">
<property name="icon">
Expand All @@ -905,6 +914,9 @@
<property name="text">
<string>Previous Feature</string>
</property>
<property name="shortcut">
<string>Ctrl+,</string>
</property>
</action>
<action name="mActionAtlasNext">
<property name="icon">
Expand All @@ -914,6 +926,9 @@
<property name="text">
<string>Next Feature</string>
</property>
<property name="shortcut">
<string>Ctrl+.</string>
</property>
</action>
<action name="mActionAtlasLast">
<property name="icon">
Expand All @@ -923,6 +938,9 @@
<property name="text">
<string>Last Feature</string>
</property>
<property name="shortcut">
<string>Ctrl+&gt;</string>
</property>
</action>
<action name="mActionAtlasPreview">
<property name="icon">
Expand All @@ -932,6 +950,9 @@
<property name="text">
<string>Preview Atlas</string>
</property>
<property name="shortcut">
<string>Ctrl+Alt+/</string>
</property>
</action>
<action name="mActionPrintAtlas">
<property name="icon">
Expand Down

0 comments on commit 78c88d5

Please sign in to comment.