From 45928c9f80fdb07866139dfab471726eeeda9a8d Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Sat, 22 Jun 2024 01:02:35 -0400 Subject: [PATCH] change laptop keybinds. 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 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/x2-t12.xkb b/x2-t12.xkb index 1171bea..cd513cc 100644 --- a/x2-t12.xkb +++ b/x2-t12.xkb @@ -56,7 +56,7 @@ xkb_keycodes "evdev+aliases(qwerty)" { = 60; = 61; = 62; - = 105; + = 63; = 108; = 65; # = 66; @@ -103,12 +103,14 @@ xkb_keycodes "evdev+aliases(qwerty)" { = 135; = 109; = 110; - = 111; + # todo: 111 & 116 are free keys where up/down r printed. it is an awkward spot, but + # i should probably bind it something. + = 105; = 112; = 113; = 114; = 115; - = 116; + = 37; = 117; = 118; = 119; @@ -117,7 +119,7 @@ xkb_keycodes "evdev+aliases(qwerty)" { = 122; = 123; = 124; - = 37; + = 125; = 126; = 127; = 128; -- 2.30.2