Preserve the GNOME Caps Lock behavior

This commit is contained in:
Gabriel Brown
2026-08-18 13:01:28 -04:00
parent 3f07d25858
commit b8832a0174
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ hl.config({
kb_layout = prefs.get("keyboardLayout", "us"),
kb_variant = prefs.get("keyboardVariant", ""),
kb_model = "",
kb_options = prefs.get("keyboardOptions", ""),
kb_options = prefs.get("keyboardOptions", "caps:escape_shifted_capslock"),
kb_rules = "",
numlock_by_default = prefs.get("numlockByDefault", true),