Created
August 17, 2011 21:02
-
-
Save mattpolito/1152622 to your computer and use it in GitHub Desktop.
Keymandorc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Start Keymando at login | |
# ----------------------------------------------------------- | |
start_at_login | |
# Disable Keymando when using these applications | |
# ----------------------------------------------------------- | |
# disable "Remote Desktop Connection" | |
# disable /VirtualBox/ | |
# Basic mapping | |
# ----------------------------------------------------------- | |
# map "<Ctrl-[>", "<Escape>" | |
# map "<Ctrl-m>", "<Ctrl-F2>" | |
# ----------------------------------------------------------- | |
# Visit http://keymando.com to see what Keymando can do! | |
# ----------------------------------------------------------- | |
toggle '<Ctrl-E>' | |
only "Mail" do | |
nmap "c", "<Cmd-n>" # New message | |
nmap "j", "<Down>" # Down | |
nmap "k", "<Up>" # Up | |
nmap "e", "<Shift-Cmd-e>" # Archive | |
nmap "<Shift-3>", "<Cmd-Backspace>" # Delete | |
nmap "s", "<Shift-Cmd-l>" # Star | |
nmap "r", "<Cmd-r>" # Reply | |
nmap "a", "<Shift-Cmd-r>" # Reply all | |
nmap "f", "<Shift-Cmd-f>" # Forward | |
nmap "z", "<Cmd-z>" # Undo | |
nmap "U", "<Shift-Cmd-u>" # Mark as unread | |
nmap "<Cmd-Enter>", "<Shift-Cmd-d>" # Send message | |
nmap "!", "Shift-Cmd-j>" # Mark as junk | |
end | |
only "Sparrow" do | |
nmap "<Shift-j>", "<Shift-Down>" # Select down | |
nmap "<Shift-k>", "<Shift-Up>" # Select up | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment