parse_key_string

Function parse_key_string 

Source
pub fn parse_key_string(key_str: &str) -> Option<KeyEvent>
Expand description

Parse a key string like “q”, “esc”, “ctrl+p”, “shift+tab” into a KeyEvent