From ba46c4ff977d87c866af6b13fd9c3c904f13fb01 Mon Sep 17 00:00:00 2001 From: RedBearAK <64876997+RedBearAK@users.noreply.github.com> Date: Mon, 29 Mar 2021 00:35:45 -0800 Subject: [PATCH] Remove duplicate line for mapping Ctrl+V in terminals --- linux/kinto.py | 1 - 1 file changed, 1 deletion(-) diff --git a/linux/kinto.py b/linux/kinto.py index 81a2fc4..d50a23b 100755 --- a/linux/kinto.py +++ b/linux/kinto.py @@ -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"),