Skip to content

Commit

Permalink
Add shortcuts for raise/lower/bring to front/back for composer, fix s…
Browse files Browse the repository at this point in the history
…ome other composer shortcuts
  • Loading branch information
nyalldawson committed Oct 30, 2013
1 parent e614a09 commit 827ff93
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions src/ui/qgscomposerbase.ui
Expand Up @@ -39,7 +39,7 @@
</item>
</layout>
</widget>
<widget class="QStatusBar" name="mStatusBar"/>
<widget class="QStatusBar" name="mStatusBar"/>
<widget class="QToolBar" name="mComposerToolbar">
<property name="windowTitle">
<string>Composer</string>
Expand Down Expand Up @@ -311,7 +311,7 @@
<string>Snap to grid</string>
</property>
<property name="shortcut">
<string>Ctrl+&quot;</string>
<string>Ctrl+Shift+'</string>
</property>
</action>
<action name="mActionShowGuides">
Expand All @@ -333,7 +333,7 @@
<string>Snap to guides</string>
</property>
<property name="shortcut">
<string>Ctrl+:</string>
<string>Ctrl+Shift+;</string>
</property>
</action>
<action name="mActionSmartGuides">
Expand All @@ -354,7 +354,7 @@
<property name="toolTip">
<string>Clear guides</string>
</property>
</action>
</action>
<action name="mActionAddImage">
<property name="icon">
<iconset resource="../../images/images.qrc">
Expand Down Expand Up @@ -404,6 +404,9 @@
<property name="toolTip">
<string>Raise selected items</string>
</property>
<property name="shortcut">
<string>Ctrl+]</string>
</property>
</action>
<action name="mActionLowerItems">
<property name="text">
Expand All @@ -412,6 +415,9 @@
<property name="toolTip">
<string>Lower selected items</string>
</property>
<property name="shortcut">
<string>Ctrl+[</string>
</property>
</action>
<action name="mActionMoveItemsToTop">
<property name="text">
Expand All @@ -420,6 +426,9 @@
<property name="toolTip">
<string>Move selected items to top</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+]</string>
</property>
</action>
<action name="mActionMoveItemsToBottom">
<property name="text">
Expand All @@ -428,6 +437,9 @@
<property name="toolTip">
<string>Move selected items to bottom</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+[</string>
</property>
</action>
<action name="mActionLoadFromTemplate">
<property name="text">
Expand Down

0 comments on commit 827ff93

Please sign in to comment.