diff options
author | Eddy Pedroni <eddy@0xf7.com> | 2022-12-28 08:54:21 +0100 |
---|---|---|
committer | Eddy Pedroni <eddy@0xf7.com> | 2022-12-28 08:54:21 +0100 |
commit | c26e1fe77831d4e7803a411d6d2e6f8844c1e8d8 (patch) | |
tree | 3b5ffb438432995ecd8541303fabcf8347f46572 /.xkb/symbols/us-custom | |
parent | 1559f1511f746cd1f9528338e3d23cd869de173a (diff) |
US keyboard layout, disabled status bar
Diffstat (limited to '.xkb/symbols/us-custom')
-rw-r--r-- | .xkb/symbols/us-custom | 13 |
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 ] }; +}; + |