mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
fix missing keyboard modifier translations on Linux/Windows
https://forums.ankiweb.net/t/card-browser-hotkeys-semi-broken/9815
This commit is contained in:
parent
d878de54c0
commit
af2c7c0744
1 changed files with 1 additions and 1 deletions
|
@ -167,6 +167,6 @@ export function setFormat(cmd: string, arg?: any, nosave: boolean = false): void
|
|||
}
|
||||
}
|
||||
|
||||
const i18n = setupI18n({ modules: [ModuleName.EDITING] });
|
||||
const i18n = setupI18n({ modules: [ModuleName.EDITING, ModuleName.KEYBOARD] });
|
||||
|
||||
export const $editorToolbar = initToolbar(i18n);
|
||||
|
|
Loading…
Reference in a new issue