keymando/keymandorc.rb @ 5acdb884ff93
Oh god I have not committed in so long.
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Wed, 25 Jan 2012 12:11:15 -0500 |
| parents | 06ac480f9744 |
| children | 1287b23ee8c3 |
# 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-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