pub fn parse_keys(input: &str) -> Vec<u8> ⓘ
Parse Emacs-style key notation into raw bytes. Text outside <KEY> spans passes through as literal UTF-8; unrecognised keys are kept verbatim. Matching is case-insensitive.
<KEY>