This repository has been archived on 2023-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
mail-config/astroid/keybindings

52 lines
2.3 KiB
Plaintext
Raw Permalink Normal View History

2017-04-13 12:28:53 +02:00
# GENERAL
2018-12-04 10:44:57 +01:00
main_window.show_saved_searches=M-f # Show saved searches, default: M-s
2017-04-13 12:28:53 +02:00
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
2018-12-04 10:44:57 +01:00
#thread_view.flat=M-f # Toggle flat or indented view of messages, default: C-F
2017-04-13 12:28:53 +02:00
# MOVING AROUND
pane.swap_focus=M-q # Swap focus to other pane if open, default: Key (false, true, (guint) GDK_KEY_Tab)
thread_index.close_pane=x # Close thread view pane if open, default: C-w
main_window.next_page=b # Next page, default: l, "b"
main_window.previous_page=B # Previous page, default: h, "B"
# FLAGGING
2018-12-04 10:44:57 +01:00
#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
2017-04-13 12:28:53 +02:00
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: +
2018-12-04 10:44:57 +01:00
thread_view.multi.tag=l # Tag, default: +
2017-04-13 12:28:53 +02:00
thread_view.tag_message=l # Tag message, default: +
# REPLY
thread_view.reply=R # Reply to current message, default: r
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
2018-12-04 10:44:57 +01:00
# 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.
2017-04-13 12:28:53 +02:00
# SEARCH
main_window.search=O # Search, default: o
thread_index.refine_query=o # Refine query, default: O
# UNREAD STATUS
thread_index.multi.mark_unread=u # Toggle unread, default: N
thread_index.unread=u # Toggle 'unread' tag on thread, default: N
thread_view.toggle_unread=u # Toggle the unread tag on the message, default: N
# HOOKS
thread_view.run(hooks::unspam %2 %1)=M-s
2017-07-24 15:30:04 +02:00
thread_view.run(hooks::delmail %2 %1)=M-d
2018-07-19 11:42:57 +02:00
thread_view.run(hooks::move2inbox %2 %1)=M-i