keymando/keymandorc.rb @ 8237628a8193
Merge.
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 19 Aug 2011 10:45:34 -0400 |
parents |
5929fc2bb6e3 |
children |
029b4a0891fe |
# Basic ----------------------------------------------------------------------------
start_at_login
disable "Remote Desktop Connection"
disable /VirtualBox/
map "<Ctrl-m>", "<Ctrl-F2>"
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-M>" do
activate('iTerm')
sleep(1)
send('<Ctrl-f>')
send('3')
end
map "<Ctrl-Shift-G>" do
activate('iTerm')
sleep(1)
send('<Ctrl-f>')
send('1')
end
# Leader ---------------------------------------------------------------------------
map "<Ctrl-,>" do
input()
end