Add support for readonly hotkeys and expose chat input hotkeys
This commit is contained in:
committed by
Paul Chote
parent
1969ae361c
commit
5f42c7c8df
@@ -32,7 +32,7 @@ Container@CHAT_PANEL:
|
||||
Height: 25
|
||||
Text: Team
|
||||
Font: Bold
|
||||
Key: Tab SHIFT
|
||||
Key: ToggleChatMode
|
||||
TooltipText: Toggle chat mode
|
||||
TooltipTemplate: BUTTON_TOOLTIP_FACTIONSUFFIX
|
||||
TooltipContainer: TOOLTIP_CONTAINER
|
||||
|
||||
@@ -19,7 +19,7 @@ Container@CHAT_CONTAINER:
|
||||
Height: 25
|
||||
Text: Team
|
||||
Font: Bold
|
||||
Key: Tab SHIFT
|
||||
Key: ToggleChatMode
|
||||
TooltipText: Toggle chat mode
|
||||
TooltipContainer: TOOLTIP_CONTAINER
|
||||
TextField@CHAT_TEXTFIELD:
|
||||
|
||||
@@ -110,7 +110,7 @@ Container@SERVER_LOBBY:
|
||||
Height: 25
|
||||
Text: Team
|
||||
Font: Bold
|
||||
Key: Tab SHIFT
|
||||
Key: ToggleChatMode
|
||||
TooltipText: Toggle chat mode
|
||||
TooltipContainer: TOOLTIP_CONTAINER
|
||||
TextField@CHAT_TEXTFIELD:
|
||||
|
||||
@@ -131,6 +131,11 @@ Container@HOTKEYS_PANEL:
|
||||
Height: PARENT_BOTTOM
|
||||
Font: Tiny
|
||||
Text: This is already used for "{0}" in the {1} context
|
||||
Label@READONLY_NOTICE:
|
||||
Width: PARENT_RIGHT
|
||||
Height: PARENT_BOTTOM
|
||||
Font: Tiny
|
||||
Text: This hotkey cannot be modified
|
||||
Button@OVERRIDE_HOTKEY_BUTTON:
|
||||
X: PARENT_RIGHT - 3 * WIDTH - 30
|
||||
Y: 20
|
||||
|
||||
Reference in New Issue
Block a user