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

Keyboard shortcuts not working (OsX) #15

Open
dsluse opened this issue Mar 10, 2024 · 1 comment
Open

Keyboard shortcuts not working (OsX) #15

dsluse opened this issue Mar 10, 2024 · 1 comment

Comments

@dsluse
Copy link

dsluse commented Mar 10, 2024

Hi @ClarkGuilty , not sure if this is a local problem or a problem encountered by others, but the keyboard shortcuts to go to the next / previous mosaic do not seem to work for the mosaic tool. I've tested other keys than the ones recommended (f, d, j, k) but without any success. I've not tested the single-image tool but I can if this is useful or let me know if you have any suggestion of things i should do to help you identify the origin of the problem.
I am running the QT-tool in a dedicated python environment (cf README), on a Macbook-pro from 2018 ... (Os Ventura 13.6).
No hurry to fix this but I wanted to report it in case other users would face the same problem.

@ClarkGuilty
Copy link
Owner

Hi @dsluse, Thank you for the report!

So far, it looks like this bug only affects OsX users. Due to system defaults, Macs immediately focus on the text-box of the page counter (the one used to change the page) and do not unfocus automatically when you click something else. So, when you use the shortcuts, the app interprets it as writing on the text-box, and not as a command.
We are experimenting with explicitly unfocusing the page counter, instead of relying on the system defaults. But it's still a work in progress.

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

No branches or pull requests

2 participants