Skip to content

Instantly share code, notes, and snippets.

@pbrisbin
Created October 9, 2010 23:58
Show Gist options
  • Save pbrisbin/618743 to your computer and use it in GitHub Desktop.
Save pbrisbin/618743 to your computer and use it in GitHub Desktop.
myKeys = [ ...
, ...
, ("M4-t" , scratchTerm )
, ("M4-S-m" , scratchMixer)
, ...
]
where
-- this simply means "find the scratchpad in myScratchPads that is
-- named terminal and launch it"
scratchTerm = namedScratchpadAction myScratchPads "terminal"
scratchMixer = namedScratchpadAction myScratchPads "mixer"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment