keymando/keymandorc.rb @ f566ff4e5c8a
Moar.
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Wed, 15 Feb 2012 16:21:53 -0500 | 
| parents | 1287b23ee8c3 | 
| children | 46338ddc962a | 
# Basic ---------------------------------------------------------------------------- start_at_login disable "Remote Desktop Connection" disable /VirtualBox/ map "<Ctrl-m>", "<Cmd-Shift-/>" map "<Ctrl-Shift-R>", lambda { reload() } # Application Switching ------------------------------------------------------------ map "<Ctrl-Shift-J>", lambda { activate('Firefox') } map "<Ctrl-Shift-P>", lambda { activate('Pixelmator') } map "<Ctrl-Shift-B>", lambda { activate('Pixen') } map "<Ctrl-Shift-K>", lambda { activate('MacVim') } map "<Ctrl-Shift-H>", lambda { activate('iTerm') } map "<Ctrl-Shift-O>", lambda { activate('Rdio') } map "<Ctrl-Shift-Y>", lambda { activate('Twitter') } map "<Ctrl-Shift-M>" do activate('iDvtm') send('<Ctrl-f>') send('3') end map "<Ctrl-Shift-I>" do activate('iDvtm') send('<Ctrl-f>') send('2') end map "<Ctrl-Shift-N>" do activate('iDvtm') send('<Ctrl-f>') send('1') end # Leader --------------------------------------------------------------------------- # map "<Ctrl-,>" do # input() # end # Abbreviations -------------------------------------------------------------------- # abbrev 'ldis' do # pasteBoard = NSPasteboard.generalPasteboard # pasteBoard.declareTypes([NSStringPboardType], owner: nil) # pasteBoard.setString('ಠ_ಠ', forType: NSStringPboardType) # send('<Cmd-v>') # end