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
{{ message }}
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
Almost every text field in every software ever supports Ctrl+Backspace to delete one word (except some, looking at you Microsoft 👀). In the Rich Text editor in Element Desktop (web) (nightly) it seems to delete multiple words, even when there is no formatting in the text field
Element Web (without the RTE lab turned on) deletes one word (word char delimited) with Ctrl+Backspace
The text was updated successfully, but these errors were encountered:
I've just had a look at this - error lies in event.ts > getInputFromKeyDown, it's using ctrl or meta as the modifier and this results in it firing the "deleteSoftLineBackward" event which results in this behaviour
Almost every text field in every software ever supports Ctrl+Backspace to delete one word (except some, looking at you Microsoft 👀). In the Rich Text editor in Element Desktop (web) (nightly) it seems to delete multiple words, even when there is no formatting in the text field
Element Web (without the RTE lab turned on) deletes one word (word char delimited) with Ctrl+Backspace
The text was updated successfully, but these errors were encountered: