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

Fix keyboard input: fix focus onMenuClose and fix some key bindings #1042

Merged
merged 2 commits into from
Feb 25, 2024

Conversation

liuycsd
Copy link
Contributor

@liuycsd liuycsd commented Feb 16, 2024

Fix some keyboard input issues:

  1. Fix some key bindings that do not match the comments:
    Ctrl+D
    Shift+]

  2. Try to fix a focus issue when the user leave the Menu but the focus could still be on the MenuItem, making Home/End and other navigation keys do not work as expected (they still navigate in the menu region and can not move the playback or note position).

This issue could happen if the menu is closed when the mouse pointer is on the tool bar or if the user use Alt/Esc keys to navigate the menu.

I'm not sure whether not not it is a correct way to fix this by explicitly setting the main window focusable.

@stakira stakira merged commit acdf556 into stakira:master Feb 25, 2024
3 checks passed
@liuycsd liuycsd deleted the pr-fix-keyboard-input-1708044792 branch February 28, 2024 13:40
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.

2 participants