-
-
Save homburg/c6ea3d264658dd8b88aaeb3e00fd373b to your computer and use it in GitHub Desktop.
Ubuntu custom keyboard layout
This file contains 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
# Custom layout | |
# Add to /usr/share/X11/xkb/symbols/dk | |
partial alphanumeric_keys | |
xkb_symbols "custom" { | |
include "dk(basic)" | |
name[Group1]="Danish (custom)"; | |
key <TLDE> { [ dollar, asciitilde, threequartes, paragraph ] }; | |
key <CAPS> { [ Escape ] }; | |
}; | |
# And add | |
<variant> | |
<configItem> | |
<name>custom</name> | |
<description>Danish (custom)</description> | |
</configItem> | |
</variant> | |
# to /usr/share/X11/xkb/rules/evdev.xml | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment