fn is_key_string(s: &str) -> boolExpand description
Check if string can be used as a Key::Character keystring.
This check is simple and is meant to prevents common mistakes like mistyped keynames
(e.g. Ennter) from being recognized as characters.