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
On keyboard protocols that distinguish modifiers (e.g. the kitty keyboard protocol), shift+backspace arrives as a separate key from backspace, so users can't delete a character backward while holding shift in those environments. Most other editors treat the two identically.
Proposing to add shift+backspace alongside backspace and ctrl+h on the DeleteCharacterBackward binding in both textinput and textarea. I have this implemented and tested on a fork.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
On keyboard protocols that distinguish modifiers (e.g. the kitty keyboard protocol), shift+backspace arrives as a separate key from backspace, so users can't delete a character backward while holding shift in those environments. Most other editors treat the two identically.
Proposing to add
shift+backspacealongsidebackspaceandctrl+hon theDeleteCharacterBackwardbinding in bothtextinputandtextarea. I have this implemented and tested on a fork.All reactions