Merge pull request #443 from RedBearAK/patch-9

Remove duplicate line for mapping Ctrl+V in terminals
This commit is contained in:
Ben Reaves
2021-03-31 22:22:54 -05:00
committed by GitHub

View File

@@ -499,7 +499,6 @@ define_keymap(re.compile(termStr, re.IGNORECASE),{
# K("RC-Shift-Tab"): K("RC-Shift-backslash"), # xfce4
# K("RC-Grave"): K("RC-Shift-backslash"), # xfce4
# Converts Cmd to use Ctrl-Shift
K("RC-V"): K("C-Shift-V"),
K("RC-MINUS"): K("C-Shift-MINUS"),
K("RC-EQUAL"): K("C-Shift-EQUAL"),
K("RC-BACKSPACE"): K("C-Shift-BACKSPACE"),