Accessibility in .NET MAUI Image Editor (SfImageEditor)

7 Jul 20261 minute to read

The Image Editor works effectively with the icons and sliders on its toolbar, providing voice descriptions of their names and functions.

Keyboard shortcuts

The Syncfusion .NET MAUI Image Editor supports keyboard shortcuts for user interaction. The following table outlines the available shortcuts and their associated functions.

NOTE

The ToolbarItemSelected event is triggered when a toolbar item is tapped.

Toolbar

Shortcut Keys

Descriptions

Tab

Moves selection to the next focusable toolbar item.

Shift + Tab

Moves selection to the previous focusable toolbar item.

Enter

It triggers

ToolbarItemSelected

event

Ctrl + Z

Reverse the most recent action performed on the image editor.

Ctrl + Y

Restores the last undone action.

Ctrl + S

Save the current image.

Ctrl + O

Opens the image browser to import the new image inside ImageEditor.

NOTE

Use the Command key instead of the Ctrl key on macOS.