Skip to main content

keycode_to_ascii_lowercase

Function keycode_to_ascii_lowercase 

Source
pub fn keycode_to_ascii_lowercase(key: Code) -> Option<char>
Expand description

Maps a key code to a lowercase ASCII character for basic typeahead use.

This intentionally only covers a-z and 0-9 to match common Radix-like prefix typeahead behavior. Returns None for non-alphanumeric keys.