Remove duplicate line for mapping Ctrl+V in terminals

This commit is contained in:
RedBearAK
2021-03-29 00:35:45 -08:00
committed by GitHub
parent c9810838a1
commit ba46c4ff97

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"),