Add hotkeys for map editor tabs
This commit is contained in:
committed by
abcdefg30
parent
b02a3d0f8f
commit
13ceda3259
@@ -565,24 +565,40 @@ Container@EDITOR_WORLD_ROOT:
|
|||||||
Height: 25
|
Height: 25
|
||||||
Text: Tiles
|
Text: Tiles
|
||||||
Font: Bold
|
Font: Bold
|
||||||
|
Key: EditorTilesTab
|
||||||
|
TooltipTemplate: BUTTON_TOOLTIP
|
||||||
|
TooltipText: Tiles
|
||||||
|
TooltipContainer: TOOLTIP_CONTAINER
|
||||||
Button@OVERLAYS_TAB:
|
Button@OVERLAYS_TAB:
|
||||||
X: 70
|
X: 70
|
||||||
Width: 80
|
Width: 80
|
||||||
Height: 25
|
Height: 25
|
||||||
Text: Overlays
|
Text: Overlays
|
||||||
Font: Bold
|
Font: Bold
|
||||||
|
Key: EditorOverlaysTab
|
||||||
|
TooltipTemplate: BUTTON_TOOLTIP
|
||||||
|
TooltipText: Overlays
|
||||||
|
TooltipContainer: TOOLTIP_CONTAINER
|
||||||
Button@ACTORS_TAB:
|
Button@ACTORS_TAB:
|
||||||
X: 149
|
X: 149
|
||||||
Width: 71
|
Width: 71
|
||||||
Height: 25
|
Height: 25
|
||||||
Text: Actors
|
Text: Actors
|
||||||
Font: Bold
|
Font: Bold
|
||||||
|
Key: EditorActorsTab
|
||||||
|
TooltipTemplate: BUTTON_TOOLTIP
|
||||||
|
TooltipText: Actors
|
||||||
|
TooltipContainer: TOOLTIP_CONTAINER
|
||||||
Button@HISTORY_TAB:
|
Button@HISTORY_TAB:
|
||||||
X: 219
|
X: 219
|
||||||
Width: 71
|
Width: 71
|
||||||
Height: 25
|
Height: 25
|
||||||
Text: History
|
Text: History
|
||||||
Font: Bold
|
Font: Bold
|
||||||
|
Key: EditorHistoryTab
|
||||||
|
TooltipTemplate: BUTTON_TOOLTIP
|
||||||
|
TooltipText: History
|
||||||
|
TooltipContainer: TOOLTIP_CONTAINER
|
||||||
Button@UNDO_BUTTON:
|
Button@UNDO_BUTTON:
|
||||||
X: WINDOW_RIGHT - 800
|
X: WINDOW_RIGHT - 800
|
||||||
Y: 5
|
Y: 5
|
||||||
|
|||||||
@@ -533,24 +533,40 @@ Container@EDITOR_WORLD_ROOT:
|
|||||||
Height: 25
|
Height: 25
|
||||||
Text: Tiles
|
Text: Tiles
|
||||||
Font: Bold
|
Font: Bold
|
||||||
|
Key: EditorTilesTab
|
||||||
|
TooltipTemplate: BUTTON_TOOLTIP
|
||||||
|
TooltipText: Tiles
|
||||||
|
TooltipContainer: TOOLTIP_CONTAINER
|
||||||
Button@OVERLAYS_TAB:
|
Button@OVERLAYS_TAB:
|
||||||
X: 70
|
X: 70
|
||||||
Width: 90
|
Width: 90
|
||||||
Height: 25
|
Height: 25
|
||||||
Text: Overlays
|
Text: Overlays
|
||||||
Font: Bold
|
Font: Bold
|
||||||
|
Key: EditorOverlaysTab
|
||||||
|
TooltipTemplate: BUTTON_TOOLTIP
|
||||||
|
TooltipText: Overlays
|
||||||
|
TooltipContainer: TOOLTIP_CONTAINER
|
||||||
Button@ACTORS_TAB:
|
Button@ACTORS_TAB:
|
||||||
X: 160
|
X: 160
|
||||||
Width: 70
|
Width: 70
|
||||||
Height: 25
|
Height: 25
|
||||||
Text: Actors
|
Text: Actors
|
||||||
Font: Bold
|
Font: Bold
|
||||||
|
Key: EditorActorsTab
|
||||||
|
TooltipTemplate: BUTTON_TOOLTIP
|
||||||
|
TooltipText: Actors
|
||||||
|
TooltipContainer: TOOLTIP_CONTAINER
|
||||||
Button@HISTORY_TAB:
|
Button@HISTORY_TAB:
|
||||||
X: 230
|
X: 230
|
||||||
Width: 70
|
Width: 70
|
||||||
Height: 25
|
Height: 25
|
||||||
Text: History
|
Text: History
|
||||||
Font: Bold
|
Font: Bold
|
||||||
|
Key: EditorHistoryTab
|
||||||
|
TooltipTemplate: BUTTON_TOOLTIP
|
||||||
|
TooltipText: History
|
||||||
|
TooltipContainer: TOOLTIP_CONTAINER
|
||||||
MenuButton@OPTIONS_BUTTON:
|
MenuButton@OPTIONS_BUTTON:
|
||||||
Logic: MenuButtonsChromeLogic
|
Logic: MenuButtonsChromeLogic
|
||||||
MenuContainer: INGAME_MENU
|
MenuContainer: INGAME_MENU
|
||||||
|
|||||||
@@ -19,3 +19,23 @@ EditorCopy: C Ctrl
|
|||||||
Contexts: Editor
|
Contexts: Editor
|
||||||
Platform:
|
Platform:
|
||||||
OSX: C Meta
|
OSX: C Meta
|
||||||
|
|
||||||
|
EditorTilesTab: E
|
||||||
|
Description: Tiles Tab
|
||||||
|
Types: Editor
|
||||||
|
Contexts: Editor
|
||||||
|
|
||||||
|
EditorOverlaysTab: R
|
||||||
|
Description: Overlays Tab
|
||||||
|
Types: Editor
|
||||||
|
Contexts: Editor
|
||||||
|
|
||||||
|
EditorActorsTab: T
|
||||||
|
Description: Actors Tab
|
||||||
|
Types: Editor
|
||||||
|
Contexts: Editor
|
||||||
|
|
||||||
|
EditorHistoryTab: Y
|
||||||
|
Description: History Tab
|
||||||
|
Types: Editor
|
||||||
|
Contexts: Editor
|
||||||
|
|||||||
Reference in New Issue
Block a user