Skip to content

Commit

Permalink
add API part
Browse files Browse the repository at this point in the history
  • Loading branch information
godbout committed Aug 29, 2022
1 parent be69fc3 commit 77390d5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,15 @@ You can also just move the mouse without clicking. It is less fun though:
| :---: | :---:
| `shift command return` | run over there

# APIs

Wooshy sends [Distributed Notifications](https://developer.apple.com/documentation/foundation/distributednotificationcenter) to macOS when you activate and deactivate The Input.
You can listen to those Notifications with external tools like [BetterTouchTool](https://www.google.com/search?q=bettertouchtool) or [Hammerspoon](https://www.hammerspoon.org) and build your own custom workflows as a result of those Notifications.

The Notifications Names are:
* WooshyInputDidAppear
* WooshyInputDidDisappear

# Need to bring any macOS window to the foreground?

Try our free, open-source Alfred Workflow: [Wooshy: Window to the Foreground!](https://github.com/godbout/WooshyWindowToTheForeground).
Expand Down

0 comments on commit 77390d5

Please sign in to comment.