Function crokey::as_letter

source ·
pub const fn as_letter(key: KeyEvent) -> Option<char>
Expand description

Return the raw char if the crossterm key event is a letter event.

Case of the code is not normalized, just as in the original event.