Skip to content

Overlapping key shortcuts #1625

Answered by rxhanson
T1mVo asked this question in Q&A
Discussion options

You must be logged in to vote

This is a macOS limitation of sorts, where the keyboard shortcuts built into macOS are defined as modifiers + 1 key. In order to add this to Rectangle, its shortcut library would have to listen to keystrokes to know when these shortcuts are pressed, rather than relying on the built-in macOS solution. Currently, Rectangle uses my fork of an older objective-c library for keyboard shortcuts, and at some point I will replace this with my own Swift rewrite of that library. At that time I will consider adding in multiple key keyboard shortcuts or would be willing to accept a PR for it.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by T1mVo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants