pub fn scancode_to_physicalkey(scancode: u32) -> PhysicalKeyExpand description
Map the linux scancode to Keycode.
Both X11 and Wayland use keys with + 8 offset to linux scancode.
pub fn scancode_to_physicalkey(scancode: u32) -> PhysicalKeyMap the linux scancode to Keycode.
Both X11 and Wayland use keys with + 8 offset to linux scancode.