summaryrefslogtreecommitdiffstats
path: root/.xkb
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
parent1559f1511f746cd1f9528338e3d23cd869de173a (diff)
US keyboard layout, disabled status bar
Diffstat (limited to '.xkb')
-rw-r--r--.xkb/desktop4
-rw-r--r--.xkb/symbols/us-custom13
2 files changed, 15 insertions, 2 deletions
diff --git a/.xkb/desktop b/.xkb/desktop
index 54792c0..a8b5808 100644
--- a/.xkb/desktop
+++ b/.xkb/desktop
@@ -3,6 +3,6 @@ xkb_keymap {
xkb_keycodes { include "evdev+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compat { include "complete" };
- xkb_symbols { include "pc+ch+inet(evdev)+ch-custom(desktop)" };
- xkb_geometry { include "pc(pc105)" };
+ xkb_symbols { include "pc+us+inet(evdev)+us-custom(desktop)" };
+ xkb_geometry { include "pc(pc104)" };
};
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 ] };
+};
+