Closed
Bug 114503
Opened 24 years ago
Closed 23 years ago
Need keyboard shortcuts for Labels
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.8
People
(Reporter: kmurray1115, Assigned: ssu0262)
Details
Attachments
(1 file, 2 obsolete files)
2.25 KB,
patch
|
timeless
:
review+
mscott
:
superreview+
|
Details | Diff | Splinter Review |
We should give users the ability to use a simple keystroke (like 1-5) to label
messages. Currently, the Alt+m+l+# approach is not very efficient.
Updated•24 years ago
|
Status: NEW → ASSIGNED
I will need Jennifer's input on what the keyboard shortcuts should be.
Target Milestone: --- → mozilla0.9.8
Reporter | ||
Comment 3•24 years ago
|
||
Do we use the 1-5 keys for anything in the thread pane today?
http://www.mozilla.org/projects/ui/accessibility/mozkeyplan.html
Looks like the 1-5 keys are available. Cc'ing Aaron for his opinion on this
idea. Will it be too easy for users to accidentally mark a message with a label?
Reporter | ||
Comment 5•24 years ago
|
||
Looks like we'll need 0 (zero) as well to unmark a label.
adds shortcut key mnemonics or the labels commands (keys 0-5).
Comment 7•23 years ago
|
||
Responding to jglick's comment #4: I'm fine with this, nothing destructive is
happening.
This patch only adds the shortcut support to setting the labels for messages,
but does not show the access keys in the labels menus.
Attachment #63440 -
Attachment is obsolete: true
Comment on attachment 63868 [details] [diff] [review]
patch that adds shortcut keys access to setting labels
please don't use <key key="."/>
either use:
charcode
The character that is must be pressed. This should be set to a displayable
character.
or
keycode
For keys that do not have displayable characters, such as the enter key or
function keys, use this attribute, instead of charcode. Valid
keys are listed here.
[this documentation borrowed from http://www.xulplanet.com ]
Attachment #63868 -
Flags: needs-work+
Assignee | ||
Comment 10•23 years ago
|
||
Attachment #63868 -
Attachment is obsolete: true
Attachment #63994 -
Flags: review+
Comment 11•23 years ago
|
||
Comment on attachment 63994 [details] [diff] [review]
patch that uses charcode= instead of key=
sr=mscott
Attachment #63994 -
Flags: superreview+
Assignee | ||
Comment 12•23 years ago
|
||
patch checked in.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 13•23 years ago
|
||
OK using jan09 commercial trunk build: win98, linux rh6.2.
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•