summaryrefslogtreecommitdiff
path: root/symbols/group
diff options
context:
space:
mode:
authorMichal Suchanek <hramrach@gmail.com>2017-08-11 22:04:26 +0200
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2017-09-04 17:16:00 +0100
commite4d92ed0a750e1b5979809d30f1d84547c02fc98 (patch)
treef646ba4fafd75ca7fb6f91c66d6971f0a5995982 /symbols/group
parent2a9b3ad7f034c566c8b606486f983c56cd21623d (diff)
downloadxkeyboard-config-e4d92ed0a750e1b5979809d30f1d84547c02fc98.tar.gz
Add grp:menu_switch
Diffstat (limited to 'symbols/group')
-rw-r--r--symbols/group10
1 files changed, 10 insertions, 0 deletions
diff --git a/symbols/group b/symbols/group
index c798a40..12f35a4 100644
--- a/symbols/group
+++ b/symbols/group
@@ -45,6 +45,16 @@ xkb_symbols "rwin_switch" {
};
};
+// The right Menu key (while pressed) chooses the second keyboard group.
+// while Shift+Menu acts as Menu.
+partial modifier_keys
+xkb_symbols "menu_switch" {
+ key <MENU> {
+ symbols[Group1] = [ Mode_switch, Menu ],
+ virtualMods= AltGr
+ };
+};
+
// The right Ctrl key (while pressed) chooses the second keyboard group.
// (Needed mainly for the Canadian keyboard.)
partial modifier_keys