summaryrefslogtreecommitdiff
path: root/symbols/level3
diff options
context:
space:
mode:
Diffstat (limited to 'symbols/level3')
-rw-r--r--symbols/level318
1 files changed, 18 insertions, 0 deletions
diff --git a/symbols/level3 b/symbols/level3
index 79fdcea0..1e58a483 100644
--- a/symbols/level3
+++ b/symbols/level3
@@ -144,3 +144,21 @@ xkb_symbols "enter_switch" {
};
modifier_map Mod5 { ISO_Level3_Shift };
};
+
+partial modifier_keys
+xkb_symbols "caps_switch" {
+ key <CAPS> {
+ type[Group1]="ONE_LEVEL",
+ symbols[Group1] = [ ISO_Level3_Shift ]
+ };
+ modifier_map Mod5 { ISO_Level3_Shift };
+};
+
+partial modifier_keys
+xkb_symbols "bksl_switch" {
+ key <BKSL> {
+ type[Group1]="ONE_LEVEL",
+ symbols[Group1] = [ ISO_Level3_Shift ]
+ };
+ modifier_map Mod5 { ISO_Level3_Shift };
+};