Last active
August 27, 2024 00:17
-
-
Save nemoinho/542c17ad8fde029a30a6f0c3d09ae72a to your computer and use it in GitHub Desktop.
My fixes for the german keyboard layout on Comexr-Laptops
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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