mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-04 18:16:41 +02:00
Merge pull request #443 from RedBearAK/patch-9
Remove duplicate line for mapping Ctrl+V in terminals
This commit is contained in:
@@ -499,7 +499,6 @@ define_keymap(re.compile(termStr, re.IGNORECASE),{
|
|||||||
# K("RC-Shift-Tab"): K("RC-Shift-backslash"), # xfce4
|
# K("RC-Shift-Tab"): K("RC-Shift-backslash"), # xfce4
|
||||||
# K("RC-Grave"): K("RC-Shift-backslash"), # xfce4
|
# K("RC-Grave"): K("RC-Shift-backslash"), # xfce4
|
||||||
# Converts Cmd to use Ctrl-Shift
|
# Converts Cmd to use Ctrl-Shift
|
||||||
K("RC-V"): K("C-Shift-V"),
|
|
||||||
K("RC-MINUS"): K("C-Shift-MINUS"),
|
K("RC-MINUS"): K("C-Shift-MINUS"),
|
||||||
K("RC-EQUAL"): K("C-Shift-EQUAL"),
|
K("RC-EQUAL"): K("C-Shift-EQUAL"),
|
||||||
K("RC-BACKSPACE"): K("C-Shift-BACKSPACE"),
|
K("RC-BACKSPACE"): K("C-Shift-BACKSPACE"),
|
||||||
|
Reference in New Issue
Block a user