summarylogtreecommitdiffstats
path: root/level3_np
diff options
context:
space:
mode:
Diffstat (limited to 'level3_np')
-rw-r--r--level3_np8
1 files changed, 8 insertions, 0 deletions
diff --git a/level3_np b/level3_np
new file mode 100644
index 000000000000..6e7416deabd2
--- /dev/null
+++ b/level3_np
@@ -0,0 +1,8 @@
+partial modifier_keys
+xkb_symbols "caps_switch_latch" {
+ key <CAPS> {
+ type[Group1]="THREE_LEVEL",
+ symbols[Group1] = [ ISO_Level3_Latch, ISO_Level3_Shift, ISO_Level3_Latch ]
+ };
+ include "level3(modifier_mapping)"
+};