summaryrefslogtreecommitdiff
path: root/symbols/group
diff options
context:
space:
mode:
authorsvu <svu>2006-10-16 19:27:05 +0000
committersvu <svu>2006-10-16 19:27:05 +0000
commitb942f52bb8ba76ce3a2496651033853c979f7082 (patch)
treeb630b7cc8d5d85148db0f3c738a2bfe7dd9a5e02 /symbols/group
parentcd4ee21fd1f05a7629bfdd55a2281e1165986d8c (diff)
downloadxkeyboard-config-b942f52bb8ba76ce3a2496651033853c979f7082.tar.gz
added Alexey Morozov <morozov@gorodok.net>
Diffstat (limited to 'symbols/group')
-rw-r--r--symbols/group13
1 files changed, 13 insertions, 0 deletions
diff --git a/symbols/group b/symbols/group
index 8022c4f..68a3bdb 100644
--- a/symbols/group
+++ b/symbols/group
@@ -113,6 +113,19 @@ xkb_symbols "ctrl_shift_toggle" {
key <RCTL> { [ Control_R, ISO_Next_Group ] };
};
+// using the group(lctrl_lshift_toggle) map, pressing:
+// Control_L+Shift_L locks the next group
+// If you have two groups and group wrap is enabled, the effect is
+// indistinguishable.
+partial modifier_keys
+xkb_symbols "lctrl_lshift_toggle" {
+ key <LFSH> {
+ type[Group1]="PC_BREAK",
+ symbols[Group1]= [ Shift_L, ISO_Next_Group ]
+ };
+ key <LCTL> { [ Control_L, ISO_Next_Group ] };
+};
+
// using the group(caps_toggle) map, pressing:
// Caps Lock toggles groups
// Shift+Caps Lock toggles caps lock