summaryrefslogtreecommitdiff
path: root/symbols/group
diff options
context:
space:
mode:
authorSergey Udaltsov <sergey.udaltsov@gmail.com>2014-05-02 00:13:35 +0100
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2014-05-02 00:13:35 +0100
commit40bc9e68840dd525047186ebb9277bedf9b892da (patch)
tree2d2677db921e3b41941d376a50a203ef8ff31bcc /symbols/group
parent5274a69ee85fb6c425c33c631fa8ea1310a8f097 (diff)
downloadxkeyboard-config-40bc9e68840dd525047186ebb9277bedf9b892da.tar.gz
support for grp:lwin_space_toggle and similar
https://bugs.freedesktop.org/show_bug.cgi?id=78076
Diffstat (limited to 'symbols/group')
-rw-r--r--symbols/group9
1 files changed, 9 insertions, 0 deletions
diff --git a/symbols/group b/symbols/group
index 8592f43..91be486 100644
--- a/symbols/group
+++ b/symbols/group
@@ -85,6 +85,15 @@ xkb_symbols "shift_caps_switch" {
key <CAPS> { [ ISO_First_Group, ISO_Last_Group ] };
};
+// toggle using win + space as combo
+partial modifier_keys
+xkb_symbols "win_space_toggle" {
+ key <SPCE> {
+ type[Group1]="PC_SUPER_LEVEL2",
+ symbols[Group1]= [ space, ISO_Next_Group ]
+ };
+};
+
// Pressing the left Win key selects the first group,
// pressing the right Win or the Menu key selects the last group.
partial modifier_keys