Key note categories and examples for tech issues

Global hotkey for focusing Min browser & other frequently used apps

This is an example note

I took this note when I wanted to quickly focus on specific apps with a global hotkey.

Use Automator

AppleScript

on run {input, parameters}

	tell application "Min" to activate

	return input
end run

But it has 0.5s delay.

Shell script

#!/bin/bash
open /Applications/Min.app

Okay that's better:

Automator

The file is saved in /Users/nora/Library/Services.

Try Keyboard Maestro

This worked pretty well! No delays!

This worked I love it so far. Maybe I'll buy it tomorrow.

Get help

Got any questions about this page? Feel free to ask them on the user forum here.