Add custom shortcut keys

This commit is contained in:
zyronon
2023-11-01 18:50:26 +08:00
parent fe47dc3b09
commit bae55461b4
3 changed files with 20 additions and 17 deletions

View File

@@ -164,6 +164,13 @@ export const ShortcutKeyMap = {
Collect: 'Enter',
}
export const DefaultShortcutKeyMap = {
Show: 'Escape',
Ignore: 'Tab',
Remove: '`',
Collect: 'Enter',
}
export enum TranslateEngine {