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.
<AB09> = 60;
<AB10> = 61;
<RTSH> = 62;
- <KPMU> = 105;
+ <KPMU> = 63;
<LALT> = 108;
<SPCE> = 65;
#<CAPS> = 66;
<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;
<VOL-> = 122;
<VOL+> = 123;
<POWR> = 124;
- <KPEQ> = 37;
+ <KPEQ> = 125;
<I126> = 126;
<PAUS> = 127;
<I128> = 128;