Skip to content

Commit

Permalink
Merge pull request rbreaves#800 from RedBearAK/patch-67
Browse files Browse the repository at this point in the history
Fix buggy line with only modifiers
  • Loading branch information
rbreaves authored Apr 5, 2023
2 parents de01e9f + 81e6ee9 commit 9a13549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/kinto.py
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@
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"),
Expand Down

0 comments on commit 9a13549

Please sign in to comment.