waycrate_xkbkeycode 0.18.0-beta1

something about xkbcommon, used in iced-layershell
Documentation
1
2
3
4
5
6
7
//! Types related to the keyboard.

pub use smol_str::SmolStr;

pub use winit_core::keyboard::{
    Key, KeyCode, KeyLocation, ModifiersState, NamedKey, NativeKey, NativeKeyCode, PhysicalKey,
};