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

add non-breaking space to keymap
authormartin f. krafft <madduck@madduck.net>
Thu, 31 Oct 2019 10:07:06 +0000 (23:07 +1300)
committermartin f. krafft <madduck@madduck.net>
Thu, 31 Oct 2019 10:07:29 +0000 (23:07 +1300)
.xkb/symbols/madduck

index 3471a8d32e34753a8b552ec9d29139b45d5a1d55..ef781b3ccefbb8c61977471c204705c0d7945052 100644 (file)
@@ -72,6 +72,9 @@ xkb_symbols "group2_intl" {
   key <BKSP> {
     symbols[Group2] = [ BackSpace, BackSpace ]
   };
+  key <SPCE> {
+    symbols[Group2] = [ nobreakspace, nobreakspace ]
+  };
   key <TAB> {
     symbols[Group2] = [ Tab, Tab ]
   };