Closed
Bug 289536
Opened 20 years ago
Closed 19 years ago
Alt+Shift+Backspace in text boxes should be "Redo"
Categories
(Firefox :: Keyboard Navigation, enhancement)
Tracking
()
RESOLVED
FIXED
Firefox 3
People
(Reporter: timwi, Assigned: pilgrim)
Details
Attachments
(1 file)
|
3.72 KB,
patch
|
mconnor
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.6) Gecko/20050317 Firefox/1.0.2 StumbleUpon/1.9993 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.6) Gecko/20050317 Firefox/1.0.2 StumbleUpon/1.9993 Normally Windows applications say in their menu that Undo and Redo are Ctrl+Z and Ctrl+Y, respectively. However, Microsoft also consistently implements the alternative key combinations Alt+Backspace (Undo) and Alt+Shift+Backspace (Redo). In Firefox, Alt+Backspace works, but Alt+Shift+Backspace doesn't. Please add this shortcut for "Redo". Reproducible: Always Steps to Reproduce:
Updated•20 years ago
|
Assignee: firefox → aaronleventhal
Severity: normal → enhancement
Status: UNCONFIRMED → NEW
Component: General → Keyboard Navigation
Ever confirmed: true
QA Contact: general → jruderman
Version: unspecified → Trunk
| Assignee | ||
Comment 1•19 years ago
|
||
Patch affects inputFields, textAreas, and editor, but only on Windows. Should we do the same on Unix?
Assignee: aaronleventhal → pilgrim
Status: NEW → ASSIGNED
Attachment #212188 -
Flags: review?(mconnor)
Comment 2•19 years ago
|
||
Comment on attachment 212188 [details] [diff] [review] Patch to map Alt+Shift+Backspace to "redo" r=me from a UI perspective, code is fine, but needs SR as well due to where this lives
Attachment #212188 -
Flags: review?(mconnor) → review+
| Assignee | ||
Updated•19 years ago
|
Attachment #212188 -
Flags: superreview?(bzbarsky)
Comment 3•19 years ago
|
||
Comment on attachment 212188 [details] [diff] [review] Patch to map Alt+Shift+Backspace to "redo" sr=bzbarsky. Since we don't do this for undo on Unix, we shouldn't for Redo either. Adding both should be contingent on seeing whether other apps do it. I suspect we don't want to do it.
Attachment #212188 -
Flags: superreview?(bzbarsky) → superreview+
Comment 4•19 years ago
|
||
mozilla/content/xbl/builtin/win/platformHTMLBindings.xml 1.24
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3
You need to log in
before you can comment on or make changes to this bug.
Description
•