Skip to content

Commit f40487f

Browse files
committed
WIP: keys: Adjust poll votes popup to 'M'.
Using 'w' clashes with the global search-users hotkey. Use of 'M' is only temporary, to enable feature demonstration.
1 parent 9a5bba5 commit f40487f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/hotkeys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,5 @@
136136
|View current message in browser|<kbd>v</kbd>|
137137
|Show/hide full rendered message|<kbd>f</kbd>|
138138
|Show/hide full raw message|<kbd>r</kbd>|
139-
|Show/hide poll voter list|<kbd>w</kbd>|
139+
|Show/hide poll voter list|<kbd>M</kbd>|
140140

zulipterminal/config/keys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ class KeyBinding(TypedDict):
458458
'key_category': 'msg_info',
459459
},
460460
'SHOW_POLL_VOTES': {
461-
'keys': ['w'],
461+
'keys': ['M'],
462462
'help_text': 'Show/hide poll voter list',
463463
'key_category': 'msg_info',
464464
},

0 commit comments

Comments
 (0)