Skip to content

Editor ignores Ctrl + Shortcuts after saving with Ctrl + S #76031

Description

@Poobslag

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

  1. Open a GDScript file in the GDScript editor -- any file which is large enough to scroll around.
  2. Press Ctrl + S, keeping Ctrl held down. The 'Saving Scene' window appears briefly, and disappears before returning focus to the GDScript editor.
  3. With Ctrl still held down, press Ctrl + Down. This should scroll the window, but instead it moves the cursor.
  4. With Ctrl still held down, press Ctrl + Shift + D. This should duplicate the current line, but instead has no effect.
  5. With Ctrl still held down, press Ctrl + Shift + O. This should launch the "Quick Open Script..." window, but instead has no effect.
  6. Release Ctrl and try the shortcuts again. All shortcuts work properly.

Minimal reproduction project

N/A

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions