Skip to content

Fix: Escape key exits full screen on macOS desktop - #3119

Closed
devvaannsh wants to merge 2 commits into
mainfrom
pluto/esc-fix
Closed

Fix: Escape key exits full screen on macOS desktop#3119
devvaannsh wants to merge 2 commits into
mainfrom
pluto/esc-fix

Conversation

@devvaannsh

@devvaannsh devvaannsh commented Aug 20, 2026

Copy link
Copy Markdown
Member

Closing as the appropriate fix should come at a shell level

On macOS desktop, pressing Escape when nothing in the app was using it (for example after clicking the sidebar) made the app leave full screen. The unhandled key was reaching the native window, which treats Escape as exit full screen.

This change stops the unhandled Escape key from reaching the window. Escape still works as before in the editor, terminal and dialogs. Only affects the macOS desktop app.

@sonarqubecloud

Copy link
Copy Markdown

@devvaannsh

Copy link
Copy Markdown
Member Author

Closing as the appropriate fix should come at a shell level

@devvaannsh devvaannsh closed this Aug 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant