From 7c9f9c6b7c318e30deaa581616f64f92df1dc76a Mon Sep 17 00:00:00 2001 From: erik Date: Fri, 15 May 2009 05:18:41 +0000 Subject: rules/base und symbols/shift erst mal ohne Änderung aus einem aktuellen Fedora 11 kopiert (dürfte auch bei Ubunutu 9.04 so aussehen) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1853 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- linux/X/shift | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 linux/X/shift (limited to 'linux/X/shift') 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 { + type = "ALPHABETIC", + actions [Group1] = [ + SetMods(modifiers=Shift), + SetMods(modifiers=Shift+Lock,clearLocks) + ] + }; + key { + type = "ALPHABETIC", + actions [Group1] = [ + SetMods(modifiers=Shift), + SetMods(modifiers=Shift+Lock,clearLocks) + ] + }; +}; -- cgit v1.2.3