Comment out Ctrl+Q shortcut

This commit is contained in:
RedBearAK
2021-12-11 02:26:50 -09:00
committed by GitHub
parent 5b2a2c88c2
commit f7ff8d1728

View File

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