update config and keybindings
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# GENERAL
|
||||
main_window.show_saved_searches=M-f # Show saved searches, default: C-f
|
||||
main_window.show_saved_searches=M-f # Show saved searches, default: M-s
|
||||
main_window.undo=M-u # Undo last action, default: u
|
||||
main_window.close_page=x # Close mode (or window if other windows are open), default: C-w
|
||||
thread_index.cycle_sort=M-s # "Cycle through sort options: 'oldest', default: C-s
|
||||
thread_view.flat=M-f # Toggle flat or indented view of messages, default: C-f
|
||||
#thread_view.flat=M-f # Toggle flat or indented view of messages, default: C-F
|
||||
|
||||
# MOVING AROUND
|
||||
pane.swap_focus=M-q # Swap focus to other pane if open, default: Key (false, true, (guint) GDK_KEY_Tab)
|
||||
@@ -12,15 +12,16 @@ main_window.next_page=b # Next page, default: l, "b"
|
||||
main_window.previous_page=B # Previous page, default: h, "B"
|
||||
|
||||
# FLAGGING
|
||||
thread_index.multi=+ # Apply action to marked threads, default: Key (GDK_KEY_semicolon)
|
||||
thread_index.multi.flag=C-f # Toggle flagged, default: *
|
||||
thread_index.multi.archive=C-a # Toggle archive, default: a
|
||||
thread_index.multi.mark_spam=C-s # Toggle spam, default: S
|
||||
#thread_index.multi=+ # Apply action to marked threads, default: Key (GDK_KEY_semicolon)
|
||||
#thread_index.multi.flag=C-f # Toggle flagged, default: *
|
||||
#thread_index.multi.archive=C-a # Toggle archive, default: a
|
||||
#thread_index.multi.mark_spam=C-s # Toggle spam, default: S
|
||||
thread_index.spam=C-s # Toggle 'spam' tag on thread, default: S
|
||||
|
||||
# TAGGING
|
||||
thread_index.tag=l # Edit tags for thread, default: +
|
||||
thread_index.multi.tag=l # Tag, default: +
|
||||
thread_view.multi.tag=l # Tag, default: +
|
||||
thread_view.tag_message=l # Tag message, default: +
|
||||
|
||||
# REPLY
|
||||
@@ -29,6 +30,12 @@ thread_view.reply_all=C-r # Reply all to current message, default: G
|
||||
thread_view.reply_sender=M-r # Reply to sender of current message, default: R
|
||||
thread_view.reply_mailinglist=r # Reply to mailinglist of current message, default: M
|
||||
|
||||
# FORWARD
|
||||
thread_index.forward=f # Forward last message in thread, default: f
|
||||
thread_index.forward_inline=F # Forward last message in thread inlined, no defaults.
|
||||
thread_view.forward=f # Forward last message in thread, default: f
|
||||
thread_view.forward_inline=F # Forward last message in thread inlined, no defaults.
|
||||
|
||||
# SEARCH
|
||||
main_window.search=O # Search, default: o
|
||||
thread_index.refine_query=o # Refine query, default: O
|
||||
|
||||
Reference in New Issue
Block a user