By Bartosz Kaszewczuk
Hot Corners Disabler is an AppleScript wrapper that disables hot corners while certain app is running. It is especially useful for running fullscreen apps, such as games, in multi-monitor setups.
Using Hot Corners Disabler is super easy.
- Start Automator.app
- Select Application in document type window
- Find Run AppleScript in Actions Library pane
- Paste in the code
- Change path to point to the app you want to run with disabled hot corners and viola!
Like so:
...
set appStaticPath to "/Applications/.League of Legends.app/Contents/LoL/RADS/projects/lol_launcher/releases/0.0.0.97/deploy/LoLLauncher.app"
...
Of course! Do whatever you want! You can even add an icon to make this wrapper look badass.