keyboard-codes 0.2.0

Cross-platform keyboard key code mapping and conversion
Documentation
1
2
3
4
5
6
7
8
9
10
//! Key code mapping implementations

/// Custom key mapping functionality
pub mod custom;

/// Standard key mapping definitions
pub mod standard;

// Re-export mapping types
pub use custom::{CustomKey, CustomKeyMap};