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

Hotkeys conflict #2510

Open
SolarLune opened this issue Apr 17, 2024 · 0 comments
Open

Hotkeys conflict #2510

SolarLune opened this issue Apr 17, 2024 · 0 comments
Labels
bug editor: code Issues related to code editor input: keyboard Issues with keyboard controls

Comments

@SolarLune
Copy link

SolarLune commented Apr 17, 2024

F1 is to switch to the code editor as well as move to the next bookmark, so when you switch from one editor to another, the code editor's view is now in a new position if you have bookmarks set up. Similarly, Alt+1 can also be used to switch to the code editor, but when you switch from a different editor to the code editor, you'll type a "1".

Internally, pressing hotkeys should probably consume the inputs forming the hotkeys so they don't trigger any events on the next frame.

EDIT: This looks like a more general issue for #1986.

@aliceisjustplaying aliceisjustplaying added bug editor: code Issues related to code editor input: keyboard Issues with keyboard controls labels May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug editor: code Issues related to code editor input: keyboard Issues with keyboard controls
Projects
None yet
Development

No branches or pull requests

2 participants