[GH-ISSUE #75] [FR] Ctrl + Backspace in Editor #42

Closed
opened 2026-03-23 20:30:50 +00:00 by mirror · 5 comments
Owner

Originally created by @Yongbeom-Kim on GitHub (Nov 22, 2021).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/75

Originally assigned to: @LucasXu0, @MayurSMahajan on GitHub.

Describe the bug
Pressing Ctrl + Backspace does nothing, when it should delete a word.

To Reproduce
Steps to reproduce the behavior:

  1. Go and create a page
  2. Type a couple words inside, delimited by spaces
  3. Press Ctrl + Backspace
  4. Nothing happens

Expected behavior
A word to be deleted, Ctrl + Right/LeftArrow navigates 'by word' as well, so I suppose this is a bug.

Screenshots
image
For example, Ctrl + Backspace here should delete a "sdf", but does nothing

Desktop (please complete the following information):

  • OS: Windows 11 Home 10.0.22000 Build 22000
  • Browser: Vivaldi 4.3.2439.65 / Chrome 94.0.4606.114
  • Version: 0.0.2
Originally created by @Yongbeom-Kim on GitHub (Nov 22, 2021). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/75 Originally assigned to: @LucasXu0, @MayurSMahajan on GitHub. **Describe the bug** Pressing Ctrl + Backspace does nothing, when it should delete a word. **To Reproduce** Steps to reproduce the behavior: 1. Go and create a page 2. Type a couple words inside, delimited by spaces 3. Press Ctrl + Backspace 4. Nothing happens **Expected behavior** A word to be deleted, Ctrl + Right/LeftArrow navigates 'by word' as well, so I suppose this is a bug. **Screenshots** ![image](https://user-images.githubusercontent.com/63487502/142853024-be1918df-b4e9-4fae-9346-b0210fb9b8af.png) For example, Ctrl + Backspace here should delete a "sdf", but does nothing **Desktop (please complete the following information):** - OS: Windows 11 Home 10.0.22000 Build 22000 - Browser: Vivaldi 4.3.2439.65 / Chrome 94.0.4606.114 - Version: 0.0.2
mirror 2026-03-23 20:30:50 +00:00
Author
Owner

@annieappflowy commented on GitHub (Nov 22, 2021):

We have not supported keyboard shortcut, which is in development, so this could be the cause

<!-- gh-comment-id:975618484 --> @annieappflowy commented on GitHub (Nov 22, 2021): We have not supported **keyboard shortcut**, which is in development, so this could be the cause
Author
Owner

@gianpaj commented on GitHub (Dec 6, 2021):

Is this something that can be easily enabled by configuring flutter-quill editor?

https://pub.dev/documentation/flutter_quill/latest/widgets_keyboard_listener/widgets_keyboard_listener-library.html

I can look into if it's not too complicated – I haven't used rust or flutter aside of hello world

<!-- gh-comment-id:986716398 --> @gianpaj commented on GitHub (Dec 6, 2021): Is this something that can be easily enabled by configuring `flutter-quill` editor? https://pub.dev/documentation/flutter_quill/latest/widgets_keyboard_listener/widgets_keyboard_listener-library.html I can look into if it's not too complicated – I haven't used rust or flutter aside of hello world
Author
Owner

@annieappflowy commented on GitHub (Dec 6, 2021):

Is this something that can be easily enabled by configuring flutter-quill editor?

https://pub.dev/documentation/flutter_quill/latest/widgets_keyboard_listener/widgets_keyboard_listener-library.html

I can look into if it's not too complicated – I haven't used rust or flutter aside of hello world

@gianpaj Given our evaluation of the work, this isn't a challenging issue. We think it's suitable for devs with some experience. If you would like to give it a try, that would be awesome.

<!-- gh-comment-id:986859370 --> @annieappflowy commented on GitHub (Dec 6, 2021): > Is this something that can be easily enabled by configuring `flutter-quill` editor? > > https://pub.dev/documentation/flutter_quill/latest/widgets_keyboard_listener/widgets_keyboard_listener-library.html > > I can look into if it's not too complicated – I haven't used rust or flutter aside of hello world @gianpaj Given our evaluation of the work, this isn't a challenging issue. We think it's suitable for devs with some experience. If you would like to give it a try, that would be awesome.
Author
Owner

@ZibingZhang commented on GitHub (Feb 25, 2022):

On a similar vein, the home and end keys don't work on Windows.

Using Ctrl-Backspace and navigation with home and end, especially for selection and deletion, is a fairly commonly used keyboard shortcut, the addition of which would result in a nice QOL change.

<!-- gh-comment-id:1051184882 --> @ZibingZhang commented on GitHub (Feb 25, 2022): On a similar vein, the `home` and `end` keys don't work on Windows. Using `Ctrl-Backspace` and navigation with `home` and `end`, especially for selection and deletion, is a fairly commonly used keyboard shortcut, the addition of which would result in a nice QOL change.
Author
Owner

@tqwewe commented on GitHub (Nov 22, 2022):

In addition, I am on mac, and option backspace should delete a single word, and command backspace should delete to the start of the line.

<!-- gh-comment-id:1323120091 --> @tqwewe commented on GitHub (Nov 22, 2022): In addition, I am on mac, and option backspace should delete a single word, and command backspace should delete to the start of the line.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#42
No description provided.