Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mattpolito
Created August 17, 2011 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattpolito/1152622 to your computer and use it in GitHub Desktop.
Save mattpolito/1152622 to your computer and use it in GitHub Desktop.
Keymandorc
# 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