From f7ff8d1728ae4be1a9ee2ea34fa21f762b41b11f Mon Sep 17 00:00:00 2001 From: RedBearAK <64876997+RedBearAK@users.noreply.github.com> Date: Sat, 11 Dec 2021 02:26:50 -0900 Subject: [PATCH] Comment out Ctrl+Q shortcut --- linux/kinto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/kinto.py b/linux/kinto.py index 7e95b24..23441b0 100755 --- a/linux/kinto.py +++ b/linux/kinto.py @@ -473,7 +473,7 @@ define_keymap(re.compile("ulauncher", re.IGNORECASE),{ K("RC-n"): K("M-n"), K("RC-o"): K("M-o"), K("RC-p"): K("M-p"), - K("RC-q"): K("M-q"), + # K("RC-q"): K("M-q"), K("RC-r"): K("M-r"), K("RC-s"): K("M-s"), K("RC-t"): K("M-t"),