keymando/keymandorc.rb @ 1287b23ee8c3
MOAR
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 13 Feb 2012 09:10:28 -0500 |
parents |
5acdb884ff93 |
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