Merge pull request #597 from RedBearAK/patch-37

Updates to remaps for Ulauncher
This commit is contained in:
Ben Reaves
2022-01-06 19:56:17 -06:00
committed by GitHub

View File

@@ -477,32 +477,15 @@ define_keymap(re.compile("ulauncher", re.IGNORECASE),{
K("RC-Key_7"): K("M-Key_7"),
K("RC-Key_8"): K("M-Key_8"),
K("RC-Key_9"): K("M-Key_9"),
K("RC-a"): K("M-a"),
K("RC-Key_0"): K("M-Key_0"),
# K("RC-a"): K("M-a"),
K("RC-b"): K("M-b"),
K("RC-c"): K("M-c"),
# K("RC-c"): K("M-c"),
K("RC-d"): K("M-d"),
K("RC-e"): K("M-e"),
K("RC-f"): K("M-f"),
K("RC-g"): K("M-g"),
K("RC-h"): K("M-h"),
K("RC-i"): K("M-i"),
K("RC-j"): K("M-j"),
K("RC-k"): K("M-k"),
K("RC-l"): K("M-l"),
K("RC-m"): K("M-m"),
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-r"): K("M-r"),
K("RC-s"): K("M-s"),
K("RC-t"): K("M-t"),
K("RC-u"): K("M-u"),
K("RC-v"): K("M-v"),
K("RC-w"): K("M-w"),
K("RC-x"): K("M-x"),
K("RC-y"): K("M-y"),
K("RC-z"): K("M-z"),
}, "Ulauncher")
# Note: terminals extends to remotes as well