From 81e6ee97609dd5d19c804db11d88e76243dd3471 Mon Sep 17 00:00:00 2001 From: RedBearAK <64876997+RedBearAK@users.noreply.github.com> Date: Tue, 4 Apr 2023 15:59:16 -0800 Subject: [PATCH] Fix buggy line with only modifiers --- linux/kinto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/kinto.py b/linux/kinto.py index e6f3045..ed22a09 100755 --- a/linux/kinto.py +++ b/linux/kinto.py @@ -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"),