fix: config escape warning

This commit is contained in:
Jack Wills
2025-06-16 22:57:58 +01:00
parent b40b6b197e
commit 8fb5ac4a94
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -37,6 +37,7 @@
// Available keys are; // Available keys are;
// 1) a-z and A-Z // 1) a-z and A-Z
// 2) 0-9 // 2) 0-9
// WARNING if using the \ key, it needs to be escaped, e.g. log_section_toggle = ["\\"]
// 3) / \ , . # ' [ ] ; = - // 3) / \ , . # ' [ ] ; = -
// 3) F1-F12 // 3) F1-F12
// 4) backspace, tab, backtab, delete, end, esc, home, insert, pagedown, pageup, left, right, up, down // 4) backspace, tab, backtab, delete, end, esc, home, insert, pagedown, pageup, left, right, up, down
+2
View File
@@ -50,10 +50,12 @@ show_logs = true
# Available keys are; # Available keys are;
# 1) a-z and A-Z # 1) a-z and A-Z
# 2) 0-9 # 2) 0-9
# WARNING if using the \ key, it needs to be escaped, e.g. log_section_toggle = ["\\"]
# 3) / \ , . # ' [ ] ; = - # 3) / \ , . # ' [ ] ; = -
# 3) F1-F12 # 3) F1-F12
# 4) backspace, tab, backtab, delete, end, esc, home, insert, pagedown, pageup, left, right, up, down # 4) backspace, tab, backtab, delete, end, esc, home, insert, pagedown, pageup, left, right, up, down
# Each definition can have two keys associated with it # Each definition can have two keys associated with it
# If any key clashes are found, oxker will revert to it's default keymap # If any key clashes are found, oxker will revert to it's default keymap
+1
View File
@@ -50,6 +50,7 @@ show_logs = true
# Available keys are; # Available keys are;
# 1) a-z and A-Z # 1) a-z and A-Z
# 2) 0-9 # 2) 0-9
# WARNING if using the \ key, it needs to be escaped, e.g. log_section_toggle = ["\\"]
# 3) / \ , . # ' [ ] ; = - # 3) / \ , . # ' [ ] ; = -
# 3) F1-F12 # 3) F1-F12
# 4) backspace, tab, backtab, delete, end, esc, home, insert, pagedown, pageup, left, right, up, down # 4) backspace, tab, backtab, delete, end, esc, home, insert, pagedown, pageup, left, right, up, down