Godot version
v4.0.2.stable.official [7a0977c]
System information
Win 64
Issue description
After saving in the code editor using Ctrl + S, no shortcut keys using the Ctrl key work until the Ctrl key is released.
Steps to reproduce
- Open a GDScript file in the GDScript editor -- any file which is large enough to scroll around.
- Press Ctrl + S, keeping Ctrl held down. The 'Saving Scene' window appears briefly, and disappears before returning focus to the GDScript editor.
- With Ctrl still held down, press Ctrl + Down. This should scroll the window, but instead it moves the cursor.
- With Ctrl still held down, press Ctrl + Shift + D. This should duplicate the current line, but instead has no effect.
- With Ctrl still held down, press Ctrl + Shift + O. This should launch the "Quick Open Script..." window, but instead has no effect.
- Release Ctrl and try the shortcuts again. All shortcuts work properly.
Minimal reproduction project
N/A
Godot version
v4.0.2.stable.official [7a0977c]
System information
Win 64
Issue description
After saving in the code editor using Ctrl + S, no shortcut keys using the Ctrl key work until the Ctrl key is released.
Steps to reproduce
Minimal reproduction project
N/A