Accessibility in .NET MAUI Image Editor (SfImageEditor)

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

Keyboard shortcuts in .NET MAUI Image Editor (SfImageEditor)

The Syncfusion .NET MAUI Image Editor supports keyboard shortcuts for user interaction. The table provided outlines various shortcuts and their associated functions.

NOTE

ToolbarItemSelected event triggers for toolbar item 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 in macOS.