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 62
62
| Toggle star status of the current message| <kbd >Ctrl</kbd > + <kbd >s</kbd > / <kbd >* </kbd >|
63
63
| Show/hide message information| <kbd >i</kbd >|
64
64
| Show/hide message sender information| <kbd >u</kbd >|
65
+ | Show/hide poll voter list| <kbd >v</kbd >|
65
66
66
67
## Stream list actions
67
68
| Command| Key Combination|
Original file line number Diff line number Diff line change @@ -300,6 +300,11 @@ class KeyBinding(TypedDict):
300
300
'help_text' : 'Show/hide message sender information' ,
301
301
'key_category' : 'msg_actions' ,
302
302
},
303
+ 'SHOW_POLL_VOTES' : {
304
+ 'keys' : ['v' ],
305
+ 'help_text' : 'Show/hide poll voter list' ,
306
+ 'key_category' : 'msg_actions' ,
307
+ },
303
308
'EDIT_HISTORY' : {
304
309
'keys' : ['e' ],
305
310
'help_text' : 'Show/hide edit history' ,
You can’t perform that action at this time.
0 commit comments