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 9a5bba5 commit f40487fCopy full SHA for f40487f
docs/hotkeys.md
@@ -136,5 +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>|
+|Show/hide poll voter list|<kbd>M</kbd>|
140
zulipterminal/config/keys.py
@@ -458,7 +458,7 @@ class KeyBinding(TypedDict):
458
'key_category': 'msg_info',
459
},
460
'SHOW_POLL_VOTES': {
461
- 'keys': ['w'],
+ 'keys': ['M'],
462
'help_text': 'Show/hide poll voter list',
463
464
0 commit comments