summaryrefslogtreecommitdiff
path: root/symbols/level2
diff options
context:
space:
mode:
authorjonathan belsewir <jonathanbelsewir@yahoo.de>2020-06-23 14:57:12 +0000
committerjonathan belsewir <jonathanbelsewir@yahoo.de>2020-08-17 05:01:48 +0000
commit76e823c0c1454a52f1c08522f613c5539e4f7fce (patch)
tree8fc23ce788c90a4321a89fb91b27ea2f908eff80 /symbols/level2
parent766accd10b2cc7a6409df88470e4c1123ad794c7 (diff)
downloadxkeyboard-config-76e823c0c1454a52f1c08522f613c5539e4f7fce.tar.gz
Add new file
Diffstat (limited to 'symbols/level2')
-rw-r--r--symbols/level211
1 files changed, 11 insertions, 0 deletions
diff --git a/symbols/level2 b/symbols/level2
new file mode 100644
index 0000000..6cbc94c
--- /dev/null
+++ b/symbols/level2
@@ -0,0 +1,11 @@
+// These partial variants add Shift to various XKB keycodes.
+
+// The Less/Greater key (while pressed) chooses the second shift level.
+partial modifier_keys
+xkb_symbols "lsgt_switch" {
+ key <LSGT> {
+ type[Group1]="ONE_LEVEL",
+ symbols[Group1] = [ Shift_L ]
+ };
+ include "level3(modifier_mapping)"
+};