- Added Cmd-Space support for EnsoOS

This commit is contained in:
Ben Reaves
2020-10-11 17:39:49 -05:00
parent 5f9a6f7a31
commit 58a2ac4f35
2 changed files with 6 additions and 1 deletions

View File

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