flutter-quill icon indicating copy to clipboard operation
flutter-quill copied to clipboard

Customising shortcuts

Open claresudbery opened this issue 4 months ago • 0 comments

Is there an existing issue for this?

The question

Hi I want to disable some keyboard shortcuts in the Quill editor. I found this page which suggests I can add characterShortcutEvents, but I can find no characterShortcutEvents parameter to QuillEditorConfigurations. I'm looking at editor_configurations.dart and all I can see is customShortcuts. Has characterShortcutEvents been deprecated Should I be using customShortcuts instead? Is there any documentation for that?

configurations: QuillEditorConfigurations(
        characterShortcutEvents: [],
      ),

claresudbery avatar Oct 10 '24 16:10 claresudbery