File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 6262| Toggle star status of the current message| <kbd >Ctrl</kbd > + <kbd >s</kbd > / <kbd >* </kbd >|
6363| Show/hide message information| <kbd >i</kbd >|
6464| Show/hide message sender information| <kbd >u</kbd >|
65+ | Show/hide poll voter list| <kbd >v</kbd >|
6566
6667## Stream list actions
6768| Command| Key Combination|
Original file line number Diff line number Diff line change @@ -300,6 +300,11 @@ class KeyBinding(TypedDict):
300300 'help_text' : 'Show/hide message sender information' ,
301301 'key_category' : 'msg_actions' ,
302302 },
303+ 'SHOW_POLL_VOTES' : {
304+ 'keys' : ['v' ],
305+ 'help_text' : 'Show/hide poll voter list' ,
306+ 'key_category' : 'msg_actions' ,
307+ },
303308 'EDIT_HISTORY' : {
304309 'keys' : ['e' ],
305310 'help_text' : 'Show/hide edit history' ,
You can’t perform that action at this time.
0 commit comments