Skip to content

forked4x/Rcmd.spoon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Rcmd.spoon

Switch apps using the right command key. Inspired by rcmd app.

Install

mkdir -p ~/.hammerspoon/Spoons
git clone https://github.com/forkd4x/Rcmd.spoon.git ~/.hammerspoon/Spoons/Rcmd.spoon

Configure

Add to ~/.hammerspoon/init.lua

hs.loadSpoon("Rcmd"):bindHotkeys({
  s = "Safari",
  m = "Mail",
  h = function()
    hs.application.frontmostApplication():hide()
  end,
}):start()

About

Switch apps using the right command key

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages