Add Keyboard shortcuts dictionary for close email detail view in Setting
This commit is contained in:
+6
@@ -15,6 +15,12 @@ class KeyboardShortcutsManager {
|
||||
context: ShortcutContext.mailComposer,
|
||||
keys: ['ESC'],
|
||||
),
|
||||
KeyboardShortcut(
|
||||
label: appLocalizations.closeMailDetailView,
|
||||
category: ShortcutCategory.navigationAndClosing,
|
||||
context: ShortcutContext.openedMailView,
|
||||
keys: ['ESC'],
|
||||
),
|
||||
KeyboardShortcut(
|
||||
label: appLocalizations.removeFocusFromSearch,
|
||||
category: ShortcutCategory.navigationAndClosing,
|
||||
|
||||
Reference in New Issue
Block a user