Skip to content

Instantly share code, notes, and snippets.

@Kilobyte22
Created March 2, 2022 09:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kilobyte22/dd436fca19ae7b5932ebf4d5608f7960 to your computer and use it in GitHub Desktop.
Save Kilobyte22/dd436fca19ae7b5932ebf4d5608f7960 to your computer and use it in GitHub Desktop.
default partial alphanumeric_keys
xkb_symbols "basic" {
include "gb"
include "level3(caps_switch)"
name[Group1] = "English (UK, international with German umlaut)";
key <AD03> { [ e, E, EuroSign, cent ] };
key <AD07> { [ u, U, udiaeresis, Udiaeresis ] };
key <AD09> { [ o, O, odiaeresis, Odiaeresis ] };
key <AC01> { [ a, A, adiaeresis, Adiaeresis ] };
key <AC02> { [ s, S, ssharp ] };
key <TLDE> { [ grave, notsign, degree, bar ] };
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment