pub fn raw_keycode_to_physicalkey(keycode: u32) -> PhysicalKey
Expand description

Map the raw X11-style keycode to the KeyCode enum.

X11-style keycodes are offset by 8 from the keycodes the Linux kernel uses.