pub fn raw_keycode_to_physicalkey(keycode: u32) -> PhysicalKeyExpand 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.
pub fn raw_keycode_to_physicalkey(keycode: u32) -> PhysicalKeyMap the raw X11-style keycode to the KeyCode enum.
X11-style keycodes are offset by 8 from the keycodes the Linux kernel uses.