summaryrefslogtreecommitdiff
path: root/.xkb
diff options
context:
space:
mode:
Diffstat (limited to '.xkb')
-rw-r--r--.xkb/keymap/rocket7
-rw-r--r--.xkb/symbols/rocket10
2 files changed, 17 insertions, 0 deletions
diff --git a/.xkb/keymap/rocket b/.xkb/keymap/rocket
new file mode 100644
index 0000000..528dd72
--- /dev/null
+++ b/.xkb/keymap/rocket
@@ -0,0 +1,7 @@
+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_geometry { include "pc(pc105)" };
+};
diff --git a/.xkb/symbols/rocket b/.xkb/symbols/rocket
new file mode 100644
index 0000000..92831d8
--- /dev/null
+++ b/.xkb/symbols/rocket
@@ -0,0 +1,10 @@
+partial modifier_keys
+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 ]};
+};