Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] Ctrl + Backspace in Editor #75

Closed
Yongbeom-Kim opened this issue Nov 22, 2021 · 5 comments
Closed

[FR] Ctrl + Backspace in Editor #75

Yongbeom-Kim opened this issue Nov 22, 2021 · 5 comments
Assignees
Labels
editor features related to the rich-text editor new feature New feature or request shortcuts features related to keyboard shortcuts

Comments

@Yongbeom-Kim
Copy link

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
@annieappflowy annieappflowy added the new feature New feature or request label Nov 22, 2021
@annieappflowy
Copy link
Collaborator

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

@gianpaj
Copy link

gianpaj commented 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

@annieappflowy
Copy link
Collaborator

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.

@annieappflowy annieappflowy changed the title [Bug] Ctrl + Backspace in Editor [FR] Ctrl + Backspace in Editor Dec 7, 2021
@ZibingZhang
Copy link

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.

@tqwewe
Copy link

tqwewe commented 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.

@annieappflowy annieappflowy added the editor features related to the rich-text editor label Nov 22, 2022
@MayurSMahajan MayurSMahajan added the shortcuts features related to keyboard shortcuts label Feb 9, 2023
@MayurSMahajan MayurSMahajan self-assigned this Feb 9, 2023
839900146 pushed a commit to 839900146/AppFlowy that referenced this issue Jun 6, 2024
* test: sign in url test

* fix: Tungstenite allows remote attackers to cause a denial of service

* chore: enable feature

* chore: update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor features related to the rich-text editor new feature New feature or request shortcuts features related to keyboard shortcuts
Projects
Status: Done
Development

No branches or pull requests

7 participants