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

Tools > Keyboard shortcuts: some things still being worked on #599

Open
1 of 2 tasks
tannerhelland opened this issue Nov 7, 2024 · 3 comments
Open
1 of 2 tasks

Comments

@tannerhelland
Copy link
Owner

tannerhelland commented Nov 7, 2024

  • Toolbox hotkey editing

Right now, only menu shortcuts can be edited in the Tools > Keyboard shortcuts dialog. I am currently working on adding the ability to change toolbox hotkey too (e.g. "S" for rectangular and elliptical selections, "T" for text). These are tricky to handle because they do support duplicate hotkey usage, unlike menu hotkeys, so I've saved them for last.

  • Hotkeys for menus that are not persistent

Some non-persistent menus - like File > Open Recent entries, which only exist sometimes - have default hotkeys assigned (e.g. Ctrl+Shift+1 for the most-recent image file).

These are not currently editable in the Tools > Keyboard shortcuts dialog. I am working to add support for modifying these and/or reassigning their shortcuts elsewhere.


I will post other TODO items here as I encounter them, but these are the main remaining issues I'm focused on right now.

@hi5
Copy link

hi5 commented Nov 15, 2024

I've changed a few shortcuts and it seems to work. I did notice a minor niggle, I have changed some font settings on my Win 11 system and as you can see the in the screenshot below the font is too large for the listbox/listview? control - you can still use it but perhaps there is an easy fix.
PD

@tannerhelland
Copy link
Owner Author

Thank you for the bug report, @hi5! I apologize for not testing this under high-DPI displays.

I've committed a fix and it should now be working in the latest nightly build. (I just tested 150% on a laptop and the hotkeys treeview looked OK.)

Thanks again 🙏

@hi5
Copy link

hi5 commented Nov 22, 2024

So far so good, thanks for the fix, I saw that it was a lot of work ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants