@jyn@tech.lgbt
oh neat i found docs for this, although they donβt mention anything about unicode_start >:(
https://kbd-project.org/docs/howto-linux-keyboard-and-console/kbd-8.html#ss8.5
@jyn@tech.lgbt
ok i have found that hex digits above 10 are NOT, as i had previously believed, the letters a-f on the keyboard. instead they are a weird mix of random symbols on the numpad lmao
; sudo dumpkeys | rg 'Hex_[A-F]' -B1 | rg KP_'|Num' -A1 | rg -v -- --
keycode 55 = KP_Multiply
altgr keycode 55 = Hex_C
keycode 69 = Num_Lock
altgr keycode 69 = Hex_A
keycode 74 = KP_Subtract
altgr keycode 74 = Hex_D
keycode 78 = KP_Add
altgr keycode 78 = Hex_E
keycode 96 = KP_Enter
altgr keycode 96 = Hex_F
keycode 98 = KP_Divide
altgr keycode 98 = Hex_B