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
Pressing the backspace key to remove the previous symbol in the script editor does not work if the shift is pressed. This is regression not presented in 3.3.
Steps to reproduce
Create a script and try.
Minimal reproduction project
Too easy to reproduce.
The text was updated successfully, but these errors were encountered:
Chaosus
changed the title
Backspace doesn't work if Shift key is pressed in script editor
Backspace doesn't work while Shift key is pressed, in the script editor
Jun 11, 2021
A regression from #43663 because the shortcuts use "exact match" for their checking. This is because we have things like Ctrl+Backspace, etc which perform different actions, and we do not want overlap of those.
The safe option here I suppose is to just add Shift+Backspace to the list of commands, as done in the PR linked above.
Godot version
fbb5a54
System information
Windows 10
Issue description
Pressing the backspace key to remove the previous symbol in the script editor does not work if the shift is pressed. This is regression not presented in 3.3.
Steps to reproduce
Create a script and try.
Minimal reproduction project
Too easy to reproduce.
The text was updated successfully, but these errors were encountered: