1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +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

@@ -1,6 +1,7 @@
// AUTO-GENERATED using `gulp buildScriptIndexes`
import * as focusElementNoteBody from './focusElementNoteBody';
import * as focusElementNoteTitle from './focusElementNoteTitle';
import * as focusElementToolbar from './focusElementToolbar';
import * as pasteAsText from './pasteAsText';
import * as showLocalSearch from './showLocalSearch';
import * as showRevisions from './showRevisions';
@@ -8,6 +9,7 @@ import * as showRevisions from './showRevisions';
const index: any[] = [
focusElementNoteBody,
focusElementNoteTitle,
focusElementToolbar,
pasteAsText,
showLocalSearch,
showRevisions,