Update README.md - Clarified Ignoring an App (#1584)

This commit is contained in:
Bernhard Streit 2025-04-03 07:39:51 +02:00 committed by GitHub
parent 62935419d8
commit 4966b666e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,9 +37,13 @@ Drag a window to the edge of the screen. When the mouse cursor reaches the edge
### Ignore an app ### Ignore an app
Ignoring an app means that when the app is frontmost, keyboard shortcuts are un-registered from macOS. When the app is no longer frontmost, keyboard shortcuts are re-registered with macOS. This is useful for apps that have the same shortcuts like Rectangle and you do not want to change them.
1. Focus the app that you want to ignore (make a window from that app frontmost). 1. Focus the app that you want to ignore (make a window from that app frontmost).
1. Open the Rectangle menu and select "Ignore app" 1. Open the Rectangle menu and select "Ignore app"
To un-ignore an app that you have selected to ignore, simply bring that app frontmost again, open the Rectangle menu, and deselect "Ignore".
## Execute an action by URL ## Execute an action by URL
Open the URL `rectangle://execute-action?name=[name]`. Do not activate Rectangle if possible. Open the URL `rectangle://execute-action?name=[name]`. Do not activate Rectangle if possible.