diff options
author | bd <bdunahu@operationnull.com> | 2025-03-18 22:13:44 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-03-18 22:13:44 -0400 |
commit | ca954940d92aedf315c8aad618eb0e45fa0a38c2 (patch) | |
tree | 3172a6f0a7b9184cbc83e311dd6fb4022f669a0d /.xkb | |
parent | caa598b5c3d467ea0bb85bcd26858aa94b7c096d (diff) |
Try to the workman layout (help)
Diffstat (limited to '.xkb')
-rw-r--r-- | .xkb/keymap/rocket | 2 | ||||
-rw-r--r-- | .xkb/symbols/rocket | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.xkb/keymap/rocket b/.xkb/keymap/rocket index 528dd72..4fdd8c1 100644 --- a/.xkb/keymap/rocket +++ b/.xkb/keymap/rocket @@ -2,6 +2,6 @@ xkb_keymap { xkb_keycodes { include "evdev+aliases(qwerty)" }; xkb_types { include "complete" }; xkb_compat { include "complete" }; - xkb_symbols { include "pc+us+inet(evdev)+rocket(rocket)" }; + xkb_symbols { include "pc+us(workman)+inet(evdev)+rocket(rocket)" }; xkb_geometry { include "pc(pc105)" }; }; diff --git a/.xkb/symbols/rocket b/.xkb/symbols/rocket index 92831d8..a206a9a 100644 --- a/.xkb/symbols/rocket +++ b/.xkb/symbols/rocket @@ -3,7 +3,6 @@ xkb_symbols "rocket" { key <TAB> {[ BackSpace, Escape, BackSpace, BackSpace ]}; key <CAPS> {[ space, space, space, nobreakspace ]}; key <LCTL> {[ Tab, ISO_Left_Tab, Tab, ISO_Left_Tab ]}; - key <BKSL> {[ bar, backslash, bar, backslash ]}; key <RTRN> {[ space, space, space, nobreakspace ]}; key <RCTL> {[ Return, Return, Return, Return ]}; key <SPCE> {[ Control_L, Control_R, Control_L, Control_R ]}; |