Closed
Bug 189191
Opened 22 years ago
Closed 22 years ago
alt/ctrl + d should delete message.
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: lfwelty, Assigned: sspitzer)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021202
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021202
ctrl + d (or alt +d if configured) should delete message.
Hotkey does not work currently. GUI 'delete' button works correctly.
use 'user_pref("ui.key.accelKey", 18);' in prefs.js to switch between ctrl/alt
as the Meta key - tested using both.
Reproducible: Always
Steps to Reproduce:
1. Select message to read.
2. hit ctrl + d (or alt + d if configured) to delete message.
3.
Actual Results:
Message not deleted.
Expected Results:
Delete message.
Where do you find that delete needs a meta key?
Isn't it done with the Del or Delete key alone?
If you want to go via the key commands to edit menu items:
alt+E followed by D works on current trunk CVS, Linux
Comment 3•22 years ago
|
||
http://www.mozilla.org/projects/ui/accessibility/mozkeylist.html doesn't mention
Ctrl+D in mail.
Netscape 4.x : alt+d on current message deletes message.
Trying to use my old hotkeys.
I believe it was decided that the Netscape 4 key sequence in this case was not
needed. The question was raised in bug 64251, at a time when the menu didn't
show which shortcut was assigned (it was blank). Per today it displays "Del",
which is the shortcut that works. You can also use alt+e+d. Resolving as invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Comment 6•21 years ago
|
||
*** Bug 253551 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•