Open conversation menu: Ctrl-Shift-I -> Ctrl-Shift-L

This commit is contained in:
Scott Nonnenberg 2019-11-15 14:31:51 -08:00
parent bee52bf7e2
commit e23d7a75b0
2 changed files with 3 additions and 3 deletions

View file

@ -867,7 +867,7 @@
conversation &&
ctrlOrCommand &&
shiftKey &&
(key === 'i' || key === 'I')
(key === 'l' || key === 'L')
) {
const button = document.querySelector(
'.module-conversation-header__more-button'