mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +00:00
[MIRROR] Fullscreen, status bar hiding, chat input following the theme [MDB IGNORE] (#14555)
* Fullscreen, status bar hiding, chat input following the theme (#67987) * Initial commit * input is colored according to the theme * removed unused setting * Fullscreen, status bar hiding, chat input following the theme Co-authored-by: Andrew <mt.forspam@gmail.com>
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