Skip to content

Commit d1b96f7

Browse files
committed
Right Click Select
Ctrl + D = Select None (Assets)
1 parent 5ca3c6a commit d1b96f7

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
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
@@ -7,7 +7,7 @@
77
}
88
</style>
99
<menu text="File" id="menubarMenuFile">
10-
<menu-item id="menubarItemNewStage" text="New Stage" />
10+
<menu-item id="menubarItemNewStage" text="New Stage" shortcutText="Ctrl+N" />
1111
<menu-separator />
1212
<menu-item id="menubarItemOpenStage" text="Open Stage..." shortcutText="Ctrl+O" />
1313
<menu id="menubarItemOpenRecent" text="Open Recent" />
@@ -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: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<item action="Zoom In/Out" keybind="Mouse Wheel"/>
1717
<item action="Reset Camera" keybind="T"/>
1818
<item action="Select Object/Character" keybind="Left Click"/>
19+
<item action="Deselect Object" keybind="Left Click + Ctrl"/>
1920
<item action="Move Selected (Mouse)" keybind="Left Click + Drag Mouse"/>
2021
<item action="Move Selected (Keys)" keybind="Up/Down/Left/Right"/>
2122
<item action="Move Selected (Free)" keybind="Up/Down/Left/Right + Shift"/>
@@ -28,12 +29,14 @@
2829
<item action="Paste Object" keybind="Ctrl + V"/>
2930
<item action="Delete Object" keybind="Del"/>
3031
<item action="Find Object" keybind="Ctrl + F"/>
32+
<item action="Select None" keybind="Ctrl + D"/>
3133
<item action="Rotate Object" keybind="R + Left/Right"/>
3234
<item action="Test Stage (In Editor)" keybind="Enter"/>
35+
<item action="New Stage" keybind="Ctrl + N"/>
36+
<item action="Open Stage" keybind="Ctrl + O"/>
3337
<item action="Save Stage" keybind="Ctrl + S"/>
3438
<item action="Save Stage As" keybind="Ctrl + Shift + S"/>
35-
<item action="Open Stage" keybind="Ctrl + O"/>
36-
<item action="Exit" keybind="Esc"/>
39+
<item action="Exit" keybind="Ctrl + Q"/>
3740
</data>
3841
</tableview>
3942
</box>

0 commit comments

Comments
 (0)