You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.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.
The text was updated successfully, but these errors were encountered: