Open conversation menu: Ctrl-Shift-I -> Ctrl-Shift-L
This commit is contained in:
parent
bee52bf7e2
commit
e23d7a75b0
2 changed files with 3 additions and 3 deletions
|
@ -867,7 +867,7 @@
|
|||
conversation &&
|
||||
ctrlOrCommand &&
|
||||
shiftKey &&
|
||||
(key === 'i' || key === 'I')
|
||||
(key === 'l' || key === 'L')
|
||||
) {
|
||||
const button = document.querySelector(
|
||||
'.module-conversation-header__more-button'
|
||||
|
|
|
@ -23,7 +23,7 @@ type KeyType =
|
|||
| 'D'
|
||||
| 'E'
|
||||
| 'F'
|
||||
| 'I'
|
||||
| 'L'
|
||||
| 'M'
|
||||
| 'P'
|
||||
| 'R'
|
||||
|
@ -64,7 +64,7 @@ const NAVIGATION_SHORTCUTS: Array<ShortcutType> = [
|
|||
},
|
||||
{
|
||||
description: 'Keyboard--open-conversation-menu',
|
||||
keys: ['commandOrCtrl', 'shift', 'I'],
|
||||
keys: ['commandOrCtrl', 'shift', 'L'],
|
||||
},
|
||||
{
|
||||
description: 'Keyboard--search',
|
||||
|
|
Loading…
Add table
Reference in a new issue