Rebind chat hotkeys to prevent Tab changing chat mode
Enter/Shift+Enter now toggle team/all chat respectively and Shift+Tab switches chat mode instead of Tab
This commit is contained in:
committed by
Paul Chote
parent
6967c1fff3
commit
a8900d9860
@@ -4,6 +4,8 @@ Container@CHAT_PANEL:
|
||||
Width: 550
|
||||
Height: 194
|
||||
Logic: IngameChatLogic
|
||||
OpenTeamChatKey: OpenTeamChat
|
||||
OpenGeneralChatKey: OpenGeneralChat
|
||||
Children:
|
||||
Container@CHAT_OVERLAY:
|
||||
Width: PARENT_RIGHT - 24
|
||||
@@ -25,6 +27,9 @@ Container@CHAT_PANEL:
|
||||
Height: 25
|
||||
Text: Team
|
||||
Font: Bold
|
||||
Key: Tab SHIFT
|
||||
TooltipText: Toggle chat mode
|
||||
TooltipContainer: TOOLTIP_CONTAINER
|
||||
TextField@CHAT_TEXTFIELD:
|
||||
X: 55
|
||||
Y: PARENT_BOTTOM - HEIGHT
|
||||
|
||||
@@ -15,6 +15,9 @@ Container@CHAT_CONTAINER:
|
||||
Height: 25
|
||||
Text: Team
|
||||
Font: Bold
|
||||
Key: Tab SHIFT
|
||||
TooltipText: Toggle chat mode
|
||||
TooltipContainer: TOOLTIP_CONTAINER
|
||||
TextField@CHAT_TEXTFIELD:
|
||||
X: 55
|
||||
Y: PARENT_BOTTOM - HEIGHT
|
||||
|
||||
@@ -131,6 +131,9 @@ Background@SERVER_LOBBY:
|
||||
Height: 25
|
||||
Text: Team
|
||||
Font: Bold
|
||||
Key: Tab SHIFT
|
||||
TooltipText: Toggle chat mode
|
||||
TooltipContainer: TOOLTIP_CONTAINER
|
||||
TextField@CHAT_TEXTFIELD:
|
||||
X: 55
|
||||
Y: PARENT_BOTTOM - HEIGHT
|
||||
|
||||
@@ -25,6 +25,9 @@ Container@HOTKEYS_PANEL:
|
||||
Music Commands:
|
||||
Template: TWO_COLUMN
|
||||
Types: Music
|
||||
Chat Commands:
|
||||
Template: TWO_COLUMN
|
||||
Types: Chat
|
||||
Width: PARENT_RIGHT - 10
|
||||
Height: PARENT_BOTTOM
|
||||
Children:
|
||||
|
||||
7
mods/common/hotkeys/chat.yaml
Normal file
7
mods/common/hotkeys/chat.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
OpenTeamChat: Return
|
||||
Description: Open Team Chat
|
||||
Types: Chat, Player, Spectator
|
||||
|
||||
OpenGeneralChat: Return Shift
|
||||
Description: Open General Chat
|
||||
Types: Chat, Player, Spectator
|
||||
Reference in New Issue
Block a user