diff options
author | erik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-05-15 05:18:41 +0000 |
---|---|---|
committer | erik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-05-15 05:18:41 +0000 |
commit | 7c9f9c6b7c318e30deaa581616f64f92df1dc76a (patch) | |
tree | e4cca77e183502cecfe04c4baa1615403596359b /linux/X/shift | |
parent | 86200aaa914d9d47443dfe900c62445bad032059 (diff) |
rules/base und symbols/shift erst mal ohne Änderung aus einem aktuellen Fedora 11 kopiert (dürfte auch bei Ubunutu 9.04 so aussehen)
git-svn-id: https://svn.neo-layout.org@1853 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r-- | linux/X/shift | 19 |
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) + ] + }; +}; |