]> git.madduck.net Git - etc/xsession.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

do not generate symbols for modifier keys
authormartin f. krafft <madduck@madduck.net>
Mon, 20 Apr 2009 12:12:40 +0000 (14:12 +0200)
committermartin f. krafft <madduck@madduck.net>
Mon, 20 Apr 2009 12:12:40 +0000 (14:12 +0200)
.xkb/symbols/madduck

index 174a1c3b4bb6ad1aad4d3f0f73b8c9e09d53e932..ddfef83c810930e13f8f4bf0f707cec27c7bd2ee 100644 (file)
@@ -4,7 +4,7 @@ partial modifier_keys
 xkb_symbols "mode_switch" {
   include "group(win_switch)"
   replace key <MENU> {
-    [ Super_L, Super_R ]
+    [ VoidSymbol, VoidSymbol ]
   };
   modifier_map Mod3 { <MENU> };
 };
@@ -15,7 +15,7 @@ partial modifier_keys
 xkb_symbols "thinkpad_switch" {
   include "group(switch)"
   replace key <RCTL> {
-    [ Super_L, Super_R ]
+    [ VoidSymbol, VoidSymbol ]
   };
   modifier_map Mod3 { <RCTL> };
 };
@@ -24,7 +24,7 @@ xkb_symbols "thinkpad_switch" {
 partial modifier_keys
 xkb_symbols "caps_mod4" {
   replace key <CAPS> {
-    [ Hyper_L, Hyper_R ]
+    [ VoidSymbol, VoidSymbol ]
   };
   modifier_map Mod4 { <CAPS> };
 };