Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the "Clear Output" shortcut not require panel focus #89505

Merged
1 commit merged into from
Mar 24, 2024

Conversation

passivestar
Copy link
Contributor

Removes the shortcut context (if you have to click the output panel first it's faster to click on the button itself) and changes the binding to Ctrl+Alt+K to avoid conflict with "Delete Line" in the script editor

Copy link
Member

@Calinou Calinou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested locally, it works as expected.

It won't do anything if the Output tab isn't currently visible though (e.g. if no bottom panel is opened or if you're on the Debugger bottom panel), but this is probably not a big issue.

In the future, we could consider implementing this action in the debugger protocol so you could press Ctrl + Alt + K while the running project is focused (this is how F8 works while the project window is focused).

@akien-mga akien-mga modified the milestones: 4.x, 4.3 Mar 15, 2024
akien-mga added a commit that referenced this pull request Mar 24, 2024
Make the "Clear Output" shortcut not require panel focus
@akien-mga akien-mga closed this pull request by merging all changes into godotengine:master in 06abc86 Mar 24, 2024
@akien-mga
Copy link
Member

Thanks!

@passivestar passivestar deleted the clear-output branch March 24, 2024 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants