Make control group hotkeys configurable
- Split control groups management to its own interface - Add hotkeys for selecting, creating, adding to and combining with control groups - Add a ControlGroups widget to manage the player interaction
This commit is contained in:
committed by
abcdefg30
parent
04b456d6c2
commit
7a93b9ea8c
@@ -9,8 +9,12 @@ Container@PLAYER_WIDGETS:
|
||||
DecreaseDepthPreviewContrastKey: DecreaseDepthPreviewContrast
|
||||
IncreaseDepthPreviewOffsetKey: IncreaseDepthPreviewOffset
|
||||
DecreaseDepthPreviewOffsetKey: DecreaseDepthPreviewOffset
|
||||
LogicKeyListener@CONTROLGROUP_KEYHANDLER:
|
||||
Logic: ControlGroupLogic
|
||||
ControlGroups@CONTROLGROUPS:
|
||||
SelectGroupKeyPrefix: ControlGroupSelect
|
||||
CreateGroupKeyPrefix: ControlGroupCreate
|
||||
AddToGroupKeyPrefix: ControlGroupAddTo
|
||||
CombineWithGroupKeyPrefix: ControlGroupCombineWith
|
||||
JumpToGroupKeyPrefix: ControlGroupJumpTo
|
||||
LogicTicker@SIDEBAR_TICKER:
|
||||
Container@SUPPORT_POWERS:
|
||||
Logic: SupportPowerBinLogic
|
||||
|
||||
@@ -19,6 +19,9 @@ Container@HOTKEYS_PANEL:
|
||||
Types: Music
|
||||
Chat Commands:
|
||||
Types: Chat
|
||||
Control Groups:
|
||||
Template: TWO_COLUMN
|
||||
Types: ControlGroups
|
||||
Depth Preview Debug:
|
||||
Types: DepthDebug
|
||||
Width: PARENT_RIGHT
|
||||
|
||||
Reference in New Issue
Block a user