You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
keys: Add missing key combinations provided by urwid-readline.
Updated key bindings to include undocumented key combinations that are
provided by urwid_readline.
For reference see:
https://github.com/rr-/urwid_readline/blob/master/urwid_readline/readline_edit.py#L88
All undocumented hotkeys and commands provided by urwid_readline are now
present, except for:
- delete and backspace keys, as they're fairly obvious in modern systems
- Ctrl + d hotkey for character deletion (same as delete key)
- currently used for sending messages from the compose box
- Ctrl + b/f hotkeys for stepping backwards/forwards by one character
- Ctrl + f is currently used for autocomplete from the compose box
Hotkeys document regenerated.
0 commit comments