Skip to content

Commit 31c07ba

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

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,14 @@
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"/>
34+
<item action="New Stage" keybind="Ctrl + N"/>
35+
<item action="Open Stage" keybind="Ctrl + O"/>
3336
<item action="Save Stage" keybind="Ctrl + S"/>
3437
<item action="Save Stage As" keybind="Ctrl + Shift + S"/>
35-
<item action="Open Stage" keybind="Ctrl + O"/>
36-
<item action="Exit" keybind="Esc"/>
38+
<item action="Exit" keybind="Ctrl + Q"/>
3739
</data>
3840
</tableview>
3941
</box>

0 commit comments

Comments
 (0)