Function crokey::is_key_simple

source ·
pub fn is_key_simple(key: KeyEvent) -> bool
Expand description

For the purpose of key combination, we consider that a key is “simple” when it’s neither a modifier (ctrl,alt,shift) nor a space.