zulip/zulip-terminal

Validate commands that can have only a single key

Open

#538 opened on Mar 11, 2020

 (2 comments) (0 reactions) (0 assignees)Python (352 forks)github user discovery
area: hotkeysenhancementhelp wanted

Repository metrics

Stars
 (853 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Commands like autocomplete can support only a single key, due to restrictions by the urwid_readline package. We want to ensure that the user does not specify multiple keys, on commands like these.

Contributor guide