Skip to content

Instantly share code, notes, and snippets.

@nemoinho
Last active August 27, 2024 00:17
Show Gist options
  • Save nemoinho/542c17ad8fde029a30a6f0c3d09ae72a to your computer and use it in GitHub Desktop.
Save nemoinho/542c17ad8fde029a30a6f0c3d09ae72a to your computer and use it in GitHub Desktop.
My fixes for the german keyboard layout on Comexr-Laptops
// My fixes for the german keyboard layout
// Put this at: /usr/share/X11/xkb/symbols/nemoinho
// And apply via: setxkbmap nemoinho
// Thanks to: https://niklasfasching.de/posts/custom-keyboard-layou
default
xkb_symbols "nemoinho" {
include "de(basic)"
key <AE12> {[ dead_acute, dead_grave, apostrophe ]};
key <AC10> {[ odiaeresis, Odiaeresis, apostrophe ]};
key <AC11> {[ adiaeresis, Adiaeresis, numbersign ]};
key <BKSL> {[ less, greater, bar ]};
key <PGUP> {[ Left, Prior ]};
key <PGDN> {[ Right, Next ]};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment