Replies: 2 comments
-
The keyboard shortcut API in macOS defines keyboard shortcuts as modifier keys + 1 other key. In order to get around this limitation, Rectangle would have to listen to keystrokes. I don't have plans to add this in myself, but see no reason to turn down a good pull request that adds this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
++ For this. I am transitioning from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be great if 2 arrow keys could be combined to move the window in the corners.
Right now, a max of 3 keys can be combined, even with the option Remove keyboard restrictions enabled.
I would like to create these Shortcuts:
"ctrl + option + ↑ + →" for Top Right
"ctrl + option + ↑ + ←" for Top Left
"ctrl + option + ↓ + →" for Bottom Right
"ctrl + option + ↓ + ←" for Bottom Left
Beta Was this translation helpful? Give feedback.
All reactions