-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Add keyboard shortcuts for empty cards and toggle mask on image occlusion #3136
Conversation
8bb39e1
to
5c56219
Compare
…sion - add shortcut for empty cards - add shortcut for toggle mask - set tooltips with shortcuts use unused shortcut for empty cards
a36e8b6
to
e7aee24
Compare
It's weird that the email information is breaking the CI. Not only have I made my email public, but also I was already on the CONTRIBUTORS file. |
When you changed that file, you must have made a change via the GitHub UI, so the listed email is a users.noreply.github.com one. Add a space to your existing entry using your local machine and push the change, and it should fix it. Please try to find something other than [. It likely will cause problems on some keyboard layouts, where [ is accessed with/without the shift key. |
(ctrl+alt is another option) |
@dae Thank you. Fixed the error on CONTRIBUTORS with your tip. How do you feel about |
I don't know if that would cause problems. AZERTY keyboard layouts apparently require shift to be held down to access numbers, so I'm not sure ctrl+shift+0 could be distinguished from ctrl+0, which we're already using. How about ctrl+alt+e? |
Thank you! |
Add keyboard shortcuts for empty cards and toggle mask on image occlusion
This change adds two shortcuts:
Please let me know if there is a better way to set these shortcuts. 🍄
Closes #3122