flutter-quill
flutter-quill copied to clipboard
Customising shortcuts
Is there an existing issue for this?
- [X] I have searched the existing issues
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: [],
),