summaryrefslogtreecommitdiff
path: root/guix/kolwynia/home/bdunahu/files/.xkb
diff options
context:
space:
mode:
Diffstat (limited to 'guix/kolwynia/home/bdunahu/files/.xkb')
-rw-r--r--guix/kolwynia/home/bdunahu/files/.xkb/keymap/rocket7
-rw-r--r--guix/kolwynia/home/bdunahu/files/.xkb/keymap/standard7
-rw-r--r--guix/kolwynia/home/bdunahu/files/.xkb/symbols/rocket9
3 files changed, 23 insertions, 0 deletions
diff --git a/guix/kolwynia/home/bdunahu/files/.xkb/keymap/rocket b/guix/kolwynia/home/bdunahu/files/.xkb/keymap/rocket
new file mode 100644
index 0000000..4fdd8c1
--- /dev/null
+++ b/guix/kolwynia/home/bdunahu/files/.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(workman)+inet(evdev)+rocket(rocket)" };
+ xkb_geometry { include "pc(pc105)" };
+};
diff --git a/guix/kolwynia/home/bdunahu/files/.xkb/keymap/standard b/guix/kolwynia/home/bdunahu/files/.xkb/keymap/standard
new file mode 100644
index 0000000..528dd72
--- /dev/null
+++ b/guix/kolwynia/home/bdunahu/files/.xkb/keymap/standard
@@ -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/guix/kolwynia/home/bdunahu/files/.xkb/symbols/rocket b/guix/kolwynia/home/bdunahu/files/.xkb/symbols/rocket
new file mode 100644
index 0000000..a206a9a
--- /dev/null
+++ b/guix/kolwynia/home/bdunahu/files/.xkb/symbols/rocket
@@ -0,0 +1,9 @@
+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 <RTRN> {[ space, space, space, nobreakspace ]};
+ key <RCTL> {[ Return, Return, Return, Return ]};
+ key <SPCE> {[ Control_L, Control_R, Control_L, Control_R ]};
+};