change laptop keybinds.
authorIan Kelling <ian@iankelling.org>
Sat, 22 Jun 2024 05:02:35 +0000 (01:02 -0400)
committerIan Kelling <ian@iankelling.org>
Sat, 22 Jun 2024 05:02:35 +0000 (01:02 -0400)
I used to have right and left control bound to
kp-eq & kp-mult. kp-eq i had bound to shell in emacs,
but I haven't been using shell in emacs much. kp-mult,
i think i have an xmodmap that changes it into underscore,
and that was just so I could type underscore easier. However
I find that up and down are really inconvenient to press
on the current keyboard, so instead, make those easier to
hit.

x2-t12.xkb

index 1171beaa08a1c8cfc574991f4e24f619babde6c9..cd513cc49d05055ad15dcb9c695e0773b104db5f 100644 (file)
@@ -56,7 +56,7 @@ xkb_keycodes "evdev+aliases(qwerty)" {
     <AB09> = 60;
     <AB10> = 61;
     <RTSH> = 62;
-    <KPMU> = 105;
+    <KPMU> = 63;
     <LALT> = 108;
     <SPCE> = 65;
     #<CAPS> = 66;
@@ -103,12 +103,14 @@ xkb_keycodes "evdev+aliases(qwerty)" {
     <RALT> = 135;
     <LNFD> = 109;
     <HOME> = 110;
-      <UP> = 111;
+    # todo: 111 & 116 are free keys where up/down r printed. it is an awkward spot, but
+    # i should probably bind it something.
+      <UP> = 105;
     <PGUP> = 112;
     <LEFT> = 113;
     <RGHT> = 114;
      <END> = 115;
-    <DOWN> = 116;
+    <DOWN> = 37;
     <PGDN> = 117;
      <INS> = 118;
     <DELE> = 119;
@@ -117,7 +119,7 @@ xkb_keycodes "evdev+aliases(qwerty)" {
     <VOL-> = 122;
     <VOL+> = 123;
     <POWR> = 124;
-    <KPEQ> = 37;
+    <KPEQ> = 125;
     <I126> = 126;
     <PAUS> = 127;
     <I128> = 128;