Replies: 1 comment 1 reply
-
To disable keyboard shortcuts for specific applications, you'll need to get the menu bar icon back up and use the menu bar menu to disable the apps you don't want to use. |
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
-
I'd like to request an application blacklist feature be added to Rectangle. Presently, Rectangle's hotkeys work on most application windows (with a few exceptions like for context menu pop-ups. In my specific use case, there are two that I'd like rectangle to not work on: Unclutter and Google Drive desktop.
Unclutter is activated by a swipe/scroll down action from the menu bar. However, whenever it's in focus I can use my hotkeys to move the window around. Google Drive has its own toolbar menu which I'm also to move with Rectangle.
Here is an example of Unclutter being moved by Rectangle:
I believe that this is intended behavior of Rectangle and isn't a bug.
What I propose be added is a small screen to add/remove applications from a blacklist, and a check be added when using hotkeys to see if the currently focused application is blacklisted. I don't know if this feature would interfere with window snapping, but if it does then an application-wide blacklist would work perfectly as well.
I'm not super familiar with Swift, but I found this Stackexchange post which might help determine which application is currently in focus. While it's in python,
NSWorkspace.sharedWorkspace().activeApplication()['NSApplicationName']
looks promising if there's an equivalent swift API.Beta Was this translation helpful? Give feedback.
All reactions