Guest User

Untitled

a guest
Jun 24th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. myKeys = [ ...
  2. , ...
  3.  
  4. , ("M4-t" , scratchTerm )
  5. , ("M4-S-m" , scratchMixer)
  6.  
  7. , ...
  8. ]
  9.  
  10. where
  11.  
  12. -- this simply means "find the scratchpad in myScratchPads that is
  13. -- named terminal and launch it"
  14. scratchTerm = namedScratchpadAction myScratchPads "terminal"
  15. scratchMixer = namedScratchpadAction myScratchPads "mixer"
Add Comment
Please, Sign In to add comment