mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Fullscreen, status bar hiding, chat input following the theme (#67987)
* Initial commit * input is colored according to the theme * removed unused setting
This commit is contained in:
@@ -24,7 +24,7 @@ SUBSYSTEM_DEF(input)
|
||||
"Any" = "\"KeyDown \[\[*\]\]\"",
|
||||
"Any+UP" = "\"KeyUp \[\[*\]\]\"",
|
||||
"Back" = "\".winset \\\"input.text=\\\"\\\"\\\"\"",
|
||||
"Tab" = "\".winset \\\"input.focus=true?map.focus=true input.background-color=[COLOR_INPUT_DISABLED]:input.focus=true input.background-color=[COLOR_INPUT_ENABLED]\\\"\"",
|
||||
"Tab" = "\".winset \\\"input.focus=true?map.focus=true:input.focus=true\\\"\"",
|
||||
"Escape" = "Reset-Held-Keys",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user