diff --git a/super_editor/lib/src/default_editor/super_editor.dart b/super_editor/lib/src/default_editor/super_editor.dart index b930bf5164..e55f2da2dc 100644 --- a/super_editor/lib/src/default_editor/super_editor.dart +++ b/super_editor/lib/src/default_editor/super_editor.dart @@ -946,6 +946,8 @@ final defaultImeKeyboardActions = [ moveToLineStartWithHome, moveToLineEndWithEnd, doNothingWithEnterOnWeb, + enterToInsertNewTask, + enterToInsertBlockNewline, tabToIndentListItem, shiftTabToUnIndentListItem, deleteToStartOfLineWithCmdBackspaceOnMac, diff --git a/super_editor/lib/src/super_textfield/desktop/desktop_textfield.dart b/super_editor/lib/src/super_textfield/desktop/desktop_textfield.dart index a10971e7f8..ae2c63ed94 100644 --- a/super_editor/lib/src/super_textfield/desktop/desktop_textfield.dart +++ b/super_editor/lib/src/super_textfield/desktop/desktop_textfield.dart @@ -1291,7 +1291,7 @@ class _SuperTextFieldImeInteractorState extends State