Thunderbird Extension: functions for keyconfig
Introduction
■ "functions for keyconfig (Thunderbird)" is
This extension will provide comfortable keyboard operation for Thunderbird.
f4kc offers a necessary function group for keyboard operation.
You can assign these function by
keyconfig
extension.
Detail
■ Present functions
This extension provide listed functions. There has "f4kc_" prefix on function name.
- Scrolling Mail Body.
- And misc Functions.
There are all functions details.
In order to prevent conflict with the existing shortcut key, the Alt + Meta key is included in the all shortcut keys.
| function name | action
default shortcut key |
|---|---|
| f4kc_DeleteMessage | Delete Mail.
Alt + Meta + D |
| f4kc_GetNewMessage | Get New Message from All Server.
Alt + Meta + I |
| f4kc_JavaScriptConsole | Open "JavaScript Console"
Alt + Meta + - |
| f4kc_MailListNextMessage | View Next Message.
Alt + Meta + N |
| f4kc_MailListNextUnreadMessage | View Next Unread Message.
Alt + Meta + Shift + N |
| f4kc_MailListPreviousMessage | View Previous Message.
Alt + Meta + P |
| f4kc_MailListPreviousUnreadMessage | View Previous Unread Message.
Alt + Meta + Shift + P |
| f4kc_MailListBottomMessage | View Bottom Message.
Alt + Meta + Ctrl + N |
| f4kc_MailListTopMessage | View Top Message.
Alt + Meta + Ctrl + P |
| f4kc_MailBodyScrollLineDown | Scroll MailBody 1 line down.
Alt + Meta + J |
| f4kc_MailBodyScrollLineUp | Scroll MailBody 1 line up.
Alt + Meta + K |
| f4kc_MailBodyScrollPageDown | Scroll MailBody 1 page down.
Alt + Meta + Space |
| f4kc_MailBodyScrollPageUp | Scroll MailBody 1 page up.
Alt + Meta + B |
| f4kc_MailBodyScrollToBottom | Scroll MailBody to Bottom.
Alt + Meta + Shift + G |
| f4kc_MailBodyScrollToTop | Scroll MailBody to Top.
Alt + Meta + G |
| f4kc_NewMessage | Write New Mail.
Alt + Meta + W |
| f4kc_ReplyAll | Reply All.
Alt + Meta + Shift + A |
| f4kc_ViewPageSource | View Mail Source.
Alt + Meta + S |
| f4kc_OpenRSSWebSite | Open "RSS Web Site previewing in message pane" with Web browser.
Alt + Meta + O |
Appendix
■ Detail of f4kc_LoadSubScript
There is a secret function "f4kc_LoadSubScript" which load your XUL code dynamically.
If you add a new shortcut key as below sample from keyconfig configuration window, you can use it.

Sample of calling f4kc_LoadSubScript.
| Operating System | keyconfig setting sample. |
|---|---|
| Windows | f4kc_LoadSubScript("file:///C:/sample.js"); |
| Linux | f4kc_LoadSubScript("file:///home/xxx/sample.js"); |
Comments for This Page. Date: 2007-04-21 00:00 (JST)
