summaryrefslogtreecommitdiff
path: root/symbols/group
diff options
context:
space:
mode:
authorEgbert Eich <eich@freedesktop.org>2016-04-30 19:38:51 +0200
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2016-05-18 15:54:10 +0100
commitc3877258cc809fc05406f6c7773d28c803bebec3 (patch)
tree93f24592ff4f145fd45bf6b217a9b8bbe864e9e0 /symbols/group
parentdcc57e62b26499411c6129e763b62c01a9816b57 (diff)
downloadxkeyboard-config-c3877258cc809fc05406f6c7773d28c803bebec3.tar.gz
symbols: add explicit definition for Group2 to win_space_toggle
This ensures that the group modifier will work for Group2 as well even when <SPCE> has been set explicitly for the Group2 symbol table (as in the case for us(colemak)). Signed-off-by: Egbert Eich <eich@freedesktop.org> Reference: fdo#95168
Diffstat (limited to 'symbols/group')
-rw-r--r--symbols/group5
1 files changed, 3 insertions, 2 deletions
diff --git a/symbols/group b/symbols/group
index 89ddcad..2657a4c 100644
--- a/symbols/group
+++ b/symbols/group
@@ -89,8 +89,9 @@ xkb_symbols "shift_caps_switch" {
partial modifier_keys
xkb_symbols "win_space_toggle" {
key <SPCE> {
- type[Group1]="PC_SUPER_LEVEL2",
- symbols[Group1]= [ space, ISO_Next_Group ]
+ type="PC_SUPER_LEVEL2",
+ symbols[Group1]= [ space, ISO_Next_Group ],
+ symbols[Group2]= [ space, ISO_Next_Group ]
};
};