Skip to content

Commit

Permalink
[composer] More shortcuts for composer map tools
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 6, 2014
1 parent a4de740 commit e8e6e32
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/ui/qgscomposerbase.ui
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,16 @@
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item row="0" column="0">
Expand Down Expand Up @@ -247,6 +256,9 @@
<property name="toolTip">
<string>Zoom</string>
</property>
<property name="shortcut">
<string>Z</string>
</property>
</action>
<action name="mActionAddNewMap">
<property name="icon">
Expand Down Expand Up @@ -442,6 +454,9 @@
<property name="toolTip">
<string>Move item content</string>
</property>
<property name="shortcut">
<string>C</string>
</property>
</action>
<action name="mActionGroupItems">
<property name="text">
Expand Down Expand Up @@ -862,6 +877,9 @@
<property name="text">
<string>Pan Composer</string>
</property>
<property name="shortcut">
<string>P</string>
</property>
</action>
<action name="mActionOptions">
<property name="icon">
Expand Down

0 comments on commit e8e6e32

Please sign in to comment.