pub fn select_keymap<'a>(keymap: &Option<String>) -> &'a Keymap<'a>
Gets a keymap based on the supplied keymap selector. If no keymap is found the fallback is always US QWERTY.
keymap