You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -323,16 +323,6 @@ The plugin [`quill_native_bridge`](https://pub.dev/packages/quill_native_bridge)
323
323
> See [issue #1998](https://github.com/singerdmx/flutter-quill/issues/1998) and [issue #2220](https://github.com/singerdmx/flutter-quill/issues/2220)
324
324
for more details.
325
325
326
-
## ✂️ Shortcut events
327
-
328
-
We can customize some Shorcut events, using the parameters `characterShortcutEvents` or `spaceShortcutEvents` from `QuillEditorConfig` to add more functionality to the editor.
329
-
330
-
> [!NOTE]
331
-
>
332
-
> You can get all standard shortcuts using `standardCharactersShortcutEvents` or `standardSpaceShorcutEvents`.
333
-
334
-
To see an example of this, refer to [shortcut events](./doc/customizing_shortcuts.md) page.
335
-
336
326
## 🌐 Translation
337
327
338
328
The package offers translations for the toolbar and editor widgets, it will follow the system locale unless you set your
Copy file name to clipboardexpand all lines: doc/customizing_shortcuts.md
+3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# Shortcut events
2
2
3
+
> [!NOTE]
4
+
> This feature is supported **only on desktop devices**.
5
+
3
6
We will use a simple example to illustrate how to quickly add a `CharacterShortcutEvent` event.
4
7
5
8
In this example, text that starts and ends with an asterisk ( * ) character will be rendered in italics for emphasis. So typing `*xxx*` will automatically be converted into _`xxx`_.
0 commit comments