Skip to content

Instantly share code, notes, and snippets.

@muromec
Last active September 2, 2015 14:26
Show Gist options
  • Save muromec/f55cda6ae33fa31f427e to your computer and use it in GitHub Desktop.
Save muromec/f55cda6ae33fa31f427e to your computer and use it in GitHub Desktop.
default partial alphanumeric_keys
xkb_symbols "latin" {
include "latin"
name[Group1]= "Ukrainian (latin)";
key <AC02> { [ s, S, scaron, Scaron ] };
key <AB01> { [ z, Z, zcaron, Zcaron ] };
key <AB03> { [ c, C, ccaron, Ccaron ] };
key <AD08> { [ i, I, idiaeresis, Idiaeresis ] };
include "level3(ralt_switch)"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment