Closed
Bug 228015
Opened 22 years ago
Closed 9 months ago
RFE: Add ability for menu items to be assigned to key combinations
Categories
(Thunderbird :: Mail Window Front End, enhancement)
Thunderbird
Mail Window Front End
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1920191
People
(Reporter: barry, Unassigned)
References
Details
(Whiteboard: [drivers:wontfix?])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031201 Firebird/0.7+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031201 Firebird/0.7+
Instead of cluttering up the clean interface of Thunderbird with more
buttons/icons, add the ability whether through an extension or in the
application for users to assign key combinations to menu items.
For instance, I regularly swap between plain text and original HTML modes and it
is a pain to keep doing this with a mouse. I would like to be able to assign say
Ctrl + Shift + P to plain text and Ctrl + Shift + H to HTML.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Updated•19 years ago
|
QA Contact: message-compose
Updated•17 years ago
|
Assignee: mscott → nobody
Comment 1•16 years ago
|
||
this is already possible via extensions, no?
Component: Message Compose Window → Mail Window Front End
QA Contact: message-compose → front-end
Comment 3•16 years ago
|
||
keyConfig or menuManipulator extensions. See here http://kb.mozillazine.org/Keyconfig_extension:_Thunderbird
Comment 4•16 years ago
|
||
Bryan, do you foresee circumstances where something like this would be accepted in code? If so, wouldn't it likely have to be core code?
Whiteboard: [drivers:wontfix?]
Comment 5•15 years ago
|
||
There has been lots of talk of changing how the key combos work in TB. In particular it would be nice to have a key mapping system such that we could offer an Outlook key mapping or a Mail.app key mapping as these are learned behaviors which could be reused. Given that system it would be fairly simple for an extension or keymap editor in core to allow you to set a key combo for whatever you wanted.
I suspect that the keymap code is a ways away and this would be an additional feature on top of that.
Comment 6•15 years ago
|
||
As an FYI, we wrote some code to do customizable keybindings in Komodo which is available for reuse (published under the tri-license), if anyone's eager. See
http://svn.openkomodo.com/openkomodo/browse/openkomodo/trunk/src/chrome/komodo/content/keybindings for some code to start poking at.
Updated•3 years ago
|
Severity: normal → S3
Updated•9 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•