Skip to content

Instantly share code, notes, and snippets.

@sant0s12
Last active March 12, 2024 13:25
Show Gist options
  • Save sant0s12/9506659fbb86cbb25419a7856e0cf5a2 to your computer and use it in GitHub Desktop.
Save sant0s12/9506659fbb86cbb25419a7856e0cf5a2 to your computer and use it in GitHub Desktop.
xkb ch qwerty layout
partial alphanumeric_keys
xkb_symbols "ch-qwerty" {
// This layout should work exactly as a ch with the exception
// of 'Z' and 'Y' keys, which are in the qwerty style (ie. swapped).
// 2008 by Matej Košík <kosik@fiit.stuba.sk>
include "ch(basic)"
name[Group1] = "German (Switzerland, QWERTY)";
key <AB01> { [ z, Z ] };
key <AD06> { [ y, Y ] };
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment