From 71ef5dfdec5c83bdc0e50a37801b9ca2c0a1add8 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Sun, 1 Jul 2018 11:31:16 +0200 Subject: Cleaned up keyboard config, it is now not overwritten every time Xorg gets an update --- .xkb/symbols/ch-custom | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .xkb/symbols/ch-custom (limited to '.xkb/symbols') diff --git a/.xkb/symbols/ch-custom b/.xkb/symbols/ch-custom new file mode 100644 index 0000000..66cd95d --- /dev/null +++ b/.xkb/symbols/ch-custom @@ -0,0 +1,24 @@ +default partial alphanumeric_keys +xkb_symbols "basic" { + key { [ 7, dollar, sterling ] }; + key { [ slash, bar, braceright ] }; + key { [ Escape ] }; +}; + +partial alphanumeric_keys +xkb_symbols "desktop" { + include "ch-custom(basic)" + + key { [ Super_R ] }; +}; + +partial alphanumeric_keys +xkb_symbols "x1" { + include "ch-custom(basic)" + + key { [ Super_R ] }; + key { [ Home ] }; + key { [ End ] }; + key { [ Page_Down ] }; + key { [ Page_Up ] }; +}; -- cgit v1.2.3