diff options
Diffstat (limited to 'data/keyboards/Generic.kcm')
-rw-r--r-- | data/keyboards/Generic.kcm | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/data/keyboards/Generic.kcm b/data/keyboards/Generic.kcm index 51a8b27..b5f6897 100644 --- a/data/keyboards/Generic.kcm +++ b/data/keyboards/Generic.kcm @@ -287,8 +287,8 @@ key 9 { key SPACE { label: ' ' base: ' ' - ctrl, alt: none - meta: fallback SEARCH + ctrl: none + alt, meta: fallback SEARCH } key ENTER { @@ -300,8 +300,7 @@ key ENTER { key TAB { label: '\t' base: '\t' - ctrl, alt: none - meta: fallback APP_SWITCH + ctrl, alt, meta: none } key COMMA { @@ -542,8 +541,8 @@ key PLUS { key ESCAPE { base: fallback BACK - meta: fallback HOME - alt: fallback MENU + alt, meta: fallback HOME + ctrl: fallback MENU } ### Gamepad buttons ### |