]> 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:

treat AE00 key like TLDE
authormartin f. krafft <madduck@madduck.net>
Wed, 6 Jan 2010 03:55:25 +0000 (16:55 +1300)
committermartin f. krafft <madduck@madduck.net>
Wed, 6 Jan 2010 03:55:25 +0000 (16:55 +1300)
.xkb/symbols/madduck

index e6facf3101a05421979c50060ac834a1a261c437..88b9c7f0dd5caf4f655149e324b679b4a8971d62 100644 (file)
@@ -30,6 +30,9 @@ xkb_symbols "group2_intl" {
   key <TLDE> {
     symbols[Group2] = [ degree, infinity ]
   };
+  key <AE00> {
+    symbols[Group2] = [ degree, infinity ]
+  };
   key <AE01> {
     symbols[Group2] = [ onequarter, oneeighth ]
   };