pub fn get_default_keymap<'a, T>() -> HashMap<Key, SentakuAction<'a, T>>
Expand description

Get default keymap Key::Up: move cursor up Key::Down: move cursor down Key::Char('\n'): select current item Key::Ctrl('c'): cancel current selection