Skip to content

Commit 8efa9c5

Browse files
committed
Right Click Select
Ctrl + D = Select None (Assets)
1 parent 6045ba3 commit 8efa9c5

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

exclude/data/ui/stage-editor/components/bottom-bar.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<box id="bottomBar" width="100%" height="48" styleName="bottomBar" verticalAlign="bottom">
22
<hbox horizontalAlign="left" verticalAlign="center">
3-
<label id="bottomBarModeText" text="Assets" styleName="infoText" verticalAlign="center" tooltip="Left Click/TAB to swap between Character and Object modes."/>
3+
<label id="bottomBarModeText" text="Assets" styleName="infoText" verticalAlign="center" tooltip="Click/TAB to swap between Character and Object modes."/>
44
<rule direction="vertical" height="80%" />
5-
<label id="bottomBarSelectText" text="None" styleName="infoText" verticalAlign="center" tooltip="Left Click to change Focus on the Next Object/Character."/>
5+
<label id="bottomBarSelectText" text="None" styleName="infoText" verticalAlign="center" tooltip="Click to change Focus on the Next or Previous Object/Character."/>
66
<rule direction="vertical" height="80%" />
77
<label id="bottomBarMoveStepText" text="1px" styleName="infoText" verticalAlign="center" tooltip="Move Step Level\nLeft Click to Increase\nRight Click to Decrease"/>
88
<rule direction="vertical" height="80%" />

exclude/data/ui/stage-editor/components/menu.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<menu-separator />
1818
<menu-item id="menubarItemClearAssets" text="Clear Assets" style="color: indianred" />
1919
<menu-separator />
20-
<menu-item id="menubarItemExit" text="Exit" shortcutText="Esc" />
20+
<menu-item id="menubarItemExit" text="Exit" shortcutText="Ctrl + Q" />
2121
</menu>
2222
<menu text="Edit" id="menubarMenuEdit">
2323
<menu-item id="menubarItemUndo" text="Undo" shortcutText="Ctrl + Z" />
@@ -30,6 +30,7 @@
3030
<menu-separator />
3131
<menu-item id="menubarItemNewObj" text="New Object" />
3232
<menu-item id="menubarItemFindObj" text="Find Object" shortcutText="Ctrl + F" />
33+
<menu-item id="menubarItemSelectNone" text="Select None" shortcutText="Ctrl + D" />
3334
</menu>
3435
<menu text="View" id="menubarMenuView">
3536
<menu text="Theme">

exclude/data/ui/stage-editor/dialogs/user-guide.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@
2828
<item action="Paste Object" keybind="Ctrl + V"/>
2929
<item action="Delete Object" keybind="Del"/>
3030
<item action="Find Object" keybind="Ctrl + F"/>
31+
<item action="Select None" keybind="Ctrl + D"/>
3132
<item action="Rotate Object" keybind="R + Left/Right"/>
3233
<item action="Test Stage (In Editor)" keybind="Enter"/>
3334
<item action="Save Stage" keybind="Ctrl + S"/>
3435
<item action="Save Stage As" keybind="Ctrl + Shift + S"/>
3536
<item action="Open Stage" keybind="Ctrl + O"/>
36-
<item action="Exit" keybind="Esc"/>
37+
<item action="Exit" keybind="Ctrl + Q"/>
3738
</data>
3839
</tableview>
3940
</box>

0 commit comments

Comments
 (0)