Open conversation menu: Ctrl-Shift-I -> Ctrl-Shift-L
This commit is contained in:
@@ -867,7 +867,7 @@
|
|||||||
conversation &&
|
conversation &&
|
||||||
ctrlOrCommand &&
|
ctrlOrCommand &&
|
||||||
shiftKey &&
|
shiftKey &&
|
||||||
(key === 'i' || key === 'I')
|
(key === 'l' || key === 'L')
|
||||||
) {
|
) {
|
||||||
const button = document.querySelector(
|
const button = document.querySelector(
|
||||||
'.module-conversation-header__more-button'
|
'.module-conversation-header__more-button'
|
||||||
|
@@ -23,7 +23,7 @@ type KeyType =
|
|||||||
| 'D'
|
| 'D'
|
||||||
| 'E'
|
| 'E'
|
||||||
| 'F'
|
| 'F'
|
||||||
| 'I'
|
| 'L'
|
||||||
| 'M'
|
| 'M'
|
||||||
| 'P'
|
| 'P'
|
||||||
| 'R'
|
| 'R'
|
||||||
@@ -64,7 +64,7 @@ const NAVIGATION_SHORTCUTS: Array<ShortcutType> = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: 'Keyboard--open-conversation-menu',
|
description: 'Keyboard--open-conversation-menu',
|
||||||
keys: ['commandOrCtrl', 'shift', 'I'],
|
keys: ['commandOrCtrl', 'shift', 'L'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: 'Keyboard--search',
|
description: 'Keyboard--search',
|
||||||
|
Reference in New Issue
Block a user