Merge pull request #800 from RedBearAK/patch-67

Fix buggy line with only modifiers
This commit is contained in:
Ben Reaves
2023-04-05 00:42:06 -05:00
committed by GitHub

View File

@@ -835,7 +835,7 @@ define_keymap(re.compile(termStr, re.IGNORECASE),{
K("RC-V"): K("C-Shift-V"),
K("RC-B"): K("C-Shift-B"),
K("RC-N"): K("C-Shift-N"),
K("RC-Alt"): K("C-Shift-Alt"),
K("RC-M"): K("C-Shift-M"),
K("RC-COMMA"): K("C-Shift-COMMA"),
K("RC-Dot"): K("LC-c"),
K("RC-SLASH"): K("C-Shift-SLASH"),