summaryrefslogtreecommitdiff
path: root/symbols/level3
diff options
context:
space:
mode:
authorDaniel Knittl-Frank <knittl89+git@googlemail.com>2010-04-28 22:17:24 +0200
committerSergey V. Udaltsov <svu@gnome.org>2010-05-04 21:23:25 +0100
commitac8fa26561215b3c6e9af0151d509fa18e6fe7c4 (patch)
treee0b5da5ea36c4a1761c9d3d63447aee132dc956e /symbols/level3
parent573505d6064cbb5aad5b29214975545f41d69e9b (diff)
downloadxkeyboard-config-ac8fa26561215b3c6e9af0151d509fa18e6fe7c4.tar.gz
Fix for commit a87558e070a4ce1b9b375483748c010190e4ef6a
(General rules, not exclusively for Neo 2.0) 4 out of 5 files were missing
Diffstat (limited to 'symbols/level3')
-rw-r--r--symbols/level336
1 files changed, 36 insertions, 0 deletions
diff --git a/symbols/level3 b/symbols/level3
index 1e58a48..c2c6b13 100644
--- a/symbols/level3
+++ b/symbols/level3
@@ -162,3 +162,39 @@ xkb_symbols "bksl_switch" {
};
modifier_map Mod5 { ISO_Level3_Shift };
};
+
+partial modifier_keys
+xkb_symbols "lsgt_switch" {
+ key <LSGT> {
+ type[Group1]="ONE_LEVEL",
+ symbols[Group1] = [ ISO_Level3_Shift ]
+ };
+ modifier_map Mod5 { ISO_Level3_Shift };
+};
+
+partial modifier_keys
+xkb_symbols "caps_switch_latch" {
+ key <CAPS> {
+ type[Group1]="THREE_LEVEL",
+ symbols[Group1] = [ ISO_Level3_Shift, ISO_Level3_Shift, ISO_Level3_Latch ]
+ };
+ modifier_map Mod5 { ISO_Level3_Shift };
+};
+
+partial modifier_keys
+xkb_symbols "bksl_switch_latch" {
+ key <BKSL> {
+ type[Group1]="THREE_LEVEL",
+ symbols[Group1] = [ ISO_Level3_Shift, ISO_Level3_Shift, ISO_Level3_Latch ]
+ };
+ modifier_map Mod5 { ISO_Level3_Shift };
+};
+
+partial modifier_keys
+xkb_symbols "lsgt_switch_latch" {
+ key <LSGT> {
+ type[Group1]="THREE_LEVEL",
+ symbols[Group1] = [ ISO_Level3_Shift, ISO_Level3_Shift, ISO_Level3_Latch ]
+ };
+ modifier_map Mod5 { ISO_Level3_Shift };
+};