Skip to content

Commit adb8985

Browse files
committed
WIP: keys: Adjust poll votes popup to 'v'.
Using 'w' clashes with the global search-users hotkey.
1 parent 9a5bba5 commit adb8985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zulipterminal/config/keys.py

+1-1
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': ['v'],
462462
'help_text': 'Show/hide poll voter list',
463463
'key_category': 'msg_info',
464464
},

0 commit comments

Comments
 (0)