diff --git a/js/background.js b/js/background.js index 3da6f3ba076..1898af3078e 100644 --- a/js/background.js +++ b/js/background.js @@ -867,7 +867,7 @@ conversation && ctrlOrCommand && shiftKey && - (key === 'i' || key === 'I') + (key === 'l' || key === 'L') ) { const button = document.querySelector( '.module-conversation-header__more-button' diff --git a/ts/components/ShortcutGuide.tsx b/ts/components/ShortcutGuide.tsx index faf961f6d68..8780ac0ac2c 100644 --- a/ts/components/ShortcutGuide.tsx +++ b/ts/components/ShortcutGuide.tsx @@ -23,7 +23,7 @@ type KeyType = | 'D' | 'E' | 'F' - | 'I' + | 'L' | 'M' | 'P' | 'R' @@ -64,7 +64,7 @@ const NAVIGATION_SHORTCUTS: Array = [ }, { description: 'Keyboard--open-conversation-menu', - keys: ['commandOrCtrl', 'shift', 'I'], + keys: ['commandOrCtrl', 'shift', 'L'], }, { description: 'Keyboard--search',