Skip to content

Instantly share code, notes, and snippets.

@uchida
Last active December 16, 2015 00:09
Show Gist options
  • Select an option

  • Save uchida/5345399 to your computer and use it in GitHub Desktop.

Select an option

Save uchida/5345399 to your computer and use it in GitHub Desktop.
keybind for sylpheed
; sylpheed GtkAccelMap rc-file
; -*- scheme -*-
(gtk_accel_path "<Main>/View/Go to/Other folder..." "g")
(gtk_accel_path "<Main>/View/Go to/Prev message" "k")
(gtk_accel_path "<Main>/View/Go to/Prev unread message" "p")
(gtk_accel_path "<Main>/View/Go to/Next message" "j")
(gtk_accel_path "<Main>/View/Go to/Next unread message" "n")
(gtk_accel_path "<Main>/View/Show or hide/Message view" "v")
(gtk_accel_path "<Main>/View/Update" "<Shift>s")
(gtk_accel_path "<Main>/View/Thread view" "<Shift>t")
(gtk_accel_path "<Main>/View/Show all headers" "<Shift>h")
(gtk_accel_path "<Main>/File/Save as..." "y")
(gtk_accel_path "<Main>/File/Empty all trash" "<Shift>d")
(gtk_accel_path "<Main>/File/Exit" "<Shift>q")
(gtk_accel_path "<Main>/Message/Compose new message" "w")
(gtk_accel_path "<Main>/Message/Re-edit" "<Shift>E")
(gtk_accel_path "<Main>/Message/Reply" "a")
(gtk_accel_path "<Main>/Message/Reply to/all" "<Shift>a")
(gtk_accel_path "<Main>/Message/Forward" "f")
(gtk_accel_path "<Main>/Message/Forward as attachment" "<Shift>f")
(gtk_accel_path "<Main>/Message/Receive/Get new mail" "i")
(gtk_accel_path "<Main>/Message/Receive/Get from all accounts" "<Shift>i")
(gtk_accel_path "<Main>/Message/Mark/Unset flag" "u")
(gtk_accel_path "<Main>/Message/Move..." "o")
(gtk_accel_path "<Main>/Message/Copy..." "<Shift>o")
(gtk_accel_path "<Main>/Message/Delete" "d")
(gtk_accel_path "<Main>/Edit/Search messages..." "<Control>s")
(gtk_accel_path "<Main>/Edit/Select all" "<Control>a")
(gtk_accel_path "<Main>/Tools/Execute marked process" "x")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment