1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Desktop: Accessibility: Add a new shortcut to set focus to editor toolbar (#11764)

This commit is contained in:
pedr
2025-02-07 17:41:22 -03:00
committed by GitHub
parent f5d168b16a
commit 1230e1b30c
12 changed files with 64 additions and 5 deletions

View File

@@ -479,6 +479,7 @@ function useMenu(props: Props) {
menuItemDic.focusElementNoteList,
menuItemDic.focusElementNoteTitle,
menuItemDic.focusElementNoteBody,
menuItemDic.focusElementToolbar,
];
const importItems = [];