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

Desktop: Accessibility: Allow toggling between tab navigation and indentation (#11717)

This commit is contained in:
Henry Heino
2025-01-27 10:34:58 -08:00
committed by GitHub
parent cc1582d535
commit 662185816d
27 changed files with 382 additions and 49 deletions

View File

@@ -18,6 +18,7 @@ import * as switchProfile2 from './switchProfile2';
import * as switchProfile3 from './switchProfile3';
import * as toggleExternalEditing from './toggleExternalEditing';
import * as toggleSafeMode from './toggleSafeMode';
import * as toggleTabMovesFocus from './toggleTabMovesFocus';
const index: any[] = [
copyDevCommand,
@@ -39,6 +40,7 @@ const index: any[] = [
switchProfile3,
toggleExternalEditing,
toggleSafeMode,
toggleTabMovesFocus,
];
export default index;