pub fn format_key(ke: &KeyEvent) -> String
Format a KeyEvent into a human-readable representation (e.g. "Ctrl-c", "Alt-h").
KeyEvent
"Ctrl-c"
"Alt-h"