Add Keyboard shortcuts dictionary for close email detail view in Setting

This commit is contained in:
dab246
2026-01-21 16:07:05 +07:00
committed by Dat H. Pham
parent f78f78c659
commit c5401561ca
3 changed files with 19 additions and 0 deletions
@@ -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,