Function raw_keycode_to_physicalkey
pub fn raw_keycode_to_physicalkey(keycode: u32) -> PhysicalKeyAvailable on crate feature
cctk and Linux and crate feature winit only.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.