summaryrefslogtreecommitdiffstats
path: root/.xkb/symbols/us-custom
diff options
context:
space:
mode:
authorEddy Pedroni <eddy@0xf7.com>2022-12-28 08:54:21 +0100
committerEddy Pedroni <eddy@0xf7.com>2022-12-28 08:54:21 +0100
commitc26e1fe77831d4e7803a411d6d2e6f8844c1e8d8 (patch)
tree3b5ffb438432995ecd8541303fabcf8347f46572 /.xkb/symbols/us-custom
parent1559f1511f746cd1f9528338e3d23cd869de173a (diff)
US keyboard layout, disabled status bar
Diffstat (limited to '.xkb/symbols/us-custom')
-rw-r--r--.xkb/symbols/us-custom13
1 files changed, 13 insertions, 0 deletions
diff --git a/.xkb/symbols/us-custom b/.xkb/symbols/us-custom
new file mode 100644
index 0000000..98da5ac
--- /dev/null
+++ b/.xkb/symbols/us-custom
@@ -0,0 +1,13 @@
+default partial alphanumeric_keys
+xkb_symbols "basic" {
+ key <CAPS> { [ Escape ] };
+ key <PRSC> { [ Insert ] };
+};
+
+partial alphanumeric_keys
+xkb_symbols "desktop" {
+ include "us-custom(basic)"
+
+ key <MENU> { [ Super_R ] };
+};
+