Skip to main content

parse_iced_key

Function parse_iced_key 

Source
pub fn parse_iced_key(name: &str) -> Key
Expand description

Convert a key name string to an iced keyboard::Key.

Uses plushie-core’s Key normalization for forgiving input, then maps to the iced Key type.