Customizing keyboard shortcuts? #521
saif-ellafi
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Yes, it makes sense to control it externally. I’ve just added a new callback in version |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Some users are expecting the Layers to be deleted when pressing DEL.
For me myself, I disabled in a fork, the UNDO operation with Ctrl+Z. Because shortcuts are being listened kind of globally, and for example pressing CTRL+Z while typing on a non-image-editor TextField will trigger an undesired undo in the image editor.
What are possible ideas, or thoughts, about managing (enabling/disabling) shortcuts, and or adding custom ones (i.e. DEL to delete layers)?
Wouldn't be smart if for example instead of pre-adding common shortcuts to the library, there were a way to deciding or adding which? Or how could this matter be approached?
Just for thinking,
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions