pub fn parse_iced_key(name: &str) -> Key
Convert a key name string to an iced keyboard::Key.
keyboard::Key
Uses plushie-core’s Key normalization for forgiving input, then maps to the iced Key type.
Key