feat: clear screen & redraw
New keymap key to clear the screen & redraw. Useful if gui shows any glitches
This commit is contained in:
@@ -166,6 +166,10 @@
|
||||
// Toggle visibility of the log section
|
||||
"log_section_toggle": [
|
||||
"\\"
|
||||
],
|
||||
// Force a complete clear & redraw of the screen
|
||||
"force_redraw": [
|
||||
"f"
|
||||
]
|
||||
},
|
||||
////////////////////
|
||||
|
||||
@@ -115,6 +115,8 @@ log_section_height_decrease = ["-"]
|
||||
log_section_height_increase = ["+"]
|
||||
# Toggle visibility of the log section
|
||||
log_section_toggle = ["\\"]
|
||||
# Force a complete clear & redraw of the screen
|
||||
force_redraw = ["f"]
|
||||
|
||||
#################
|
||||
# Custom Colors #
|
||||
|
||||
Reference in New Issue
Block a user