DEV Community

Discussion on: Upgrade macOS to Utilize Keyboard Shortcuts for a more Productive Development Workflow

Collapse
 
kwstannard profile image
Kelly Stannard

Please add skhd to this guide. I have been using first khd and then skhd for 2 years now and it is absolutely fantastic.

It provides a simple dsl for mapping any key combination to a shell command. It gives you virtually unlimited ability to control what your computer is doing. You can also combine it with tmux to great effect as tmux comes with a CLI interface.

github.com/koekeishiya/skhd

You can even use skhd bindings to change skhd bindings as seen in my config file:

github.com/kwstannard/kws-scripts-...