We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610dfd0 commit 97c80bdCopy full SHA for 97c80bd
docs/hotkeys.md
@@ -136,4 +136,5 @@
136
|View current message in browser|<kbd>v</kbd>|
137
|Show/hide full rendered message|<kbd>f</kbd>|
138
|Show/hide full raw message|<kbd>r</kbd>|
139
+|Show/hide poll voter list|<kbd>w</kbd>|
140
zulipterminal/config/keys.py
@@ -457,6 +457,11 @@ class KeyBinding(TypedDict):
457
'help_text': 'Show/hide full raw message',
458
'key_category': 'msg_info',
459
},
460
+ 'SHOW_POLL_VOTES': {
461
+ 'keys': ['w'],
462
+ 'help_text': 'Show/hide poll voter list',
463
+ 'key_category': 'msg_info',
464
+ },
465
'NEW_HINT': {
466
'keys': ['tab'],
467
'help_text': 'New footer hotkey hint',
0 commit comments