mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
Open conversation menu: Ctrl-Shift-I -> Ctrl-Shift-L
This commit is contained in:
@@ -867,7 +867,7 @@
|
||||
conversation &&
|
||||
ctrlOrCommand &&
|
||||
shiftKey &&
|
||||
(key === 'i' || key === 'I')
|
||||
(key === 'l' || key === 'L')
|
||||
) {
|
||||
const button = document.querySelector(
|
||||
'.module-conversation-header__more-button'
|
||||
|
||||
Reference in New Issue
Block a user