- Added Cmd-Space fix for KDE and silenced output

This commit is contained in:
Ben Reaves
2020-10-11 18:05:09 -05:00
parent 58a2ac4f35
commit 0c1b83ecb7
2 changed files with 7 additions and 4 deletions

View File

@@ -171,9 +171,8 @@ define_keymap(re.compile(browserStr, re.IGNORECASE),{
define_keymap(None,{
# Launch Application Menu
# K("RC-Space"): K("Alt-F1"), # gnome
# K("RC-Space"): K("Alt-F1"), # gnome/kde
# K("RC-Space"): K("LC-Esc"), # xfce4
# # K("RC-Space"): K(""), # kde
# Basic App hotkey functions
K("RC-Q"): K("Alt-F4"),
K("RC-H"): K("Alt-F9"),