Skip to content

Instantly share code, notes, and snippets.

@tymm
Created January 20, 2019 16:10
Show Gist options
  • Save tymm/bf2aba9e3164b1311c56aef0cb76bb20 to your computer and use it in GitHub Desktop.
Save tymm/bf2aba9e3164b1311c56aef0cb76bb20 to your computer and use it in GitHub Desktop.
/usr/share/X11/xkb/symbols/us-custom
default partial alphanumeric_keys
xkb_symbols "basic" {
name[Group1]= "Custom US Layout";
include "us"
key <AC01> { [ a, A, adiaeresis, Adiaeresis ] };
key <AD07> { [ u, U, udiaeresis, Udiaeresis ] };
key <AD09> { [ o, O, odiaeresis, Odiaeresis ] };
key <AB06> { [ n, N, Return ] };
key <AD03> { [ e, E, EuroSign ] };
key <AC02> { [ s, S, ssharp ] };
key <AD01> { [ q, Q, at ] };
key <AC06> { [ h, H, BackSpace ] };
include "level3(lalt_switch)"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment