The *faster than your launcher* launcher
A riff on Raycast, @mxstbr's multi-key Karabiner setup, and Vim's <leader>
key.
Watch the intro video on YouTube:
$ brew install leader-key
- Typing the name of the thing can be slow and give unpredictable results.
- Global shortcuts have limited combinations.
- Leader Key offers predictable, nested shortcuts -- like combos in a fighting game.
- leaderom → Launch Messages (
open messages
) - leadermm → Mute audio (
media mute
) - leaderwm → Maximize current window (
window maximize
)
Any key can be your leader key, but only modifiers will not work.
Examples:
- F12
- ⌘ + space
- ⌘⌥ + space
- ⌘⌥⌃⇧ + L (hyper key)
Advanced examples:
Using Karabiner you can do more fancy things like:
- right ⌘ + left ⌘ at once (bound to F12) my personal favorite
- caps lock (bound to hyper when held, F12 when pressed)
See @mikker's config in the wiki for akimbo cmds example.
Activate Leader Key, then cmd + ,.
MIT