Add some useful shortcuts
This commit is contained in:
parent
939ec2520d
commit
e430abe724
1 changed files with 12 additions and 0 deletions
|
@ -2917,6 +2917,9 @@
|
|||
<property name="text">
|
||||
<string>Tileset Editor</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+T</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSort_by_Area">
|
||||
<property name="checkable">
|
||||
|
@ -2972,6 +2975,9 @@
|
|||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Show the player's view rectangle on the map based on the cursor's position.</p></body></html></string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>V</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionCursor_Tile_Outline">
|
||||
<property name="checkable">
|
||||
|
@ -2983,11 +2989,17 @@
|
|||
<property name="text">
|
||||
<string>Cursor Tile Outline</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>C</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionRegion_Map_Editor">
|
||||
<property name="text">
|
||||
<string>Region Map Editor</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+M</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionNew_Tileset">
|
||||
<property name="text">
|
||||
|
|
Loading…
Reference in a new issue