summaryrefslogtreecommitdiffstats
path: root/.xkb/symbols
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2018-07-01 11:31:16 +0200
committerEduardo Pedroni <e.pedroni91@gmail.com>2018-07-01 11:31:16 +0200
commit71ef5dfdec5c83bdc0e50a37801b9ca2c0a1add8 (patch)
tree2da436873f0f03246146fa5915d790778b12f27e /.xkb/symbols
parent5ded08bc3e3baf72563e49e5d5f8eb3daa36d2e7 (diff)
Cleaned up keyboard config, it is now not overwritten every time Xorg gets an update
Diffstat (limited to '.xkb/symbols')
-rw-r--r--.xkb/symbols/ch-custom24
1 files changed, 24 insertions, 0 deletions
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 <AE07> { [ 7, dollar, sterling ] };
+ key <BKSL> { [ slash, bar, braceright ] };
+ key <CAPS> { [ Escape ] };
+};
+
+partial alphanumeric_keys
+xkb_symbols "desktop" {
+ include "ch-custom(basic)"
+
+ key <MENU> { [ Super_R ] };
+};
+
+partial alphanumeric_keys
+xkb_symbols "x1" {
+ include "ch-custom(basic)"
+
+ key <PRSC> { [ Super_R ] };
+ key <PGUP> { [ Home ] };
+ key <PGDN> { [ End ] };
+ key <END> { [ Page_Down ] };
+ key <HOME> { [ Page_Up ] };
+};