diff options
author | Egbert Eich <eich@freedesktop.org> | 2016-04-30 19:38:51 +0200 |
---|---|---|
committer | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2016-05-18 15:54:10 +0100 |
commit | c3877258cc809fc05406f6c7773d28c803bebec3 (patch) | |
tree | 93f24592ff4f145fd45bf6b217a9b8bbe864e9e0 | |
parent | dcc57e62b26499411c6129e763b62c01a9816b57 (diff) |
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
-rw-r--r-- | symbols/group | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/symbols/group b/symbols/group index 89ddcadd..2657a4c3 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 ] }; }; |