summaryrefslogtreecommitdiff
path: root/linux/X/shift
diff options
context:
space:
mode:
Diffstat (limited to 'linux/X/shift')
-rw-r--r--linux/X/shift19
1 files changed, 19 insertions, 0 deletions
diff --git a/linux/X/shift b/linux/X/shift
new file mode 100644
index 0000000..eb7533f
--- /dev/null
+++ b/linux/X/shift
@@ -0,0 +1,19 @@
+// $XKeyboardConfig$
+
+partial modifier_keys
+xkb_symbols "breaks_caps" {
+ key <LFSH> {
+ type = "ALPHABETIC",
+ actions [Group1] = [
+ SetMods(modifiers=Shift),
+ SetMods(modifiers=Shift+Lock,clearLocks)
+ ]
+ };
+ key <RTSH> {
+ type = "ALPHABETIC",
+ actions [Group1] = [
+ SetMods(modifiers=Shift),
+ SetMods(modifiers=Shift+Lock,clearLocks)
+ ]
+ };
+};