Closed
Bug 26261
Opened 26 years ago
Closed 26 years ago
XBL alt-key binding doesn't work
Categories
(Core :: XBL, defect, P3)
Tracking
()
RESOLVED
FIXED
M14
People
(Reporter: akkzilla, Assigned: hyatt)
Details
Split off from bug 6649:
Edit the file chrome/platformHTMLBindings.xml.
You'll probably see bindings for "inputFields" and "textAreas".
Right under the <handlers> line corresponding with "inputFields", insert a line
that looks like this:
<handler type="keypress" id="key_end_alt" key="e" alt="true"
command="cmd_endLine"/>
Then run mozilla, click in a text field (e.g. the url bar) and type alt-e. It
should move the caret to the end of the line, but it doesn't.
| Assignee | ||
Comment 1•26 years ago
|
||
It presumably opens the Edit menu instead, correct?
| Reporter | ||
Comment 2•26 years ago
|
||
Correct.
They're working fine on linux, though, where the alt key is set as the primary
modifier key.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M14
| Assignee | ||
Comment 3•26 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 4•26 years ago
|
||
please ignore, massive spam giving jrgm@netscape.com backlog of XPToolkits
resolved fixed bugs to verify
QA Contact: paulmac → jrgm
You need to log in
before you can comment on or make changes to this bug.
Description
•