Closed
Bug 32363
Opened 25 years ago
Closed 25 years ago
We need virtual keys for every key on the keyboard!
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: dan6992, Assigned: joki)
Details
I know the most recent version of the DOM2 spec removed the key events section,
but we still need VK values for most of the keys. These are needed to properly
impliment hot keys in XUL documents. For example I am currently working on an
imagemap editor for composer and want to impliment PhotoShop style zoom
keys (Ctrl+ zooms in, Ctrl- zooms out), however I can't because the VK_PLUS and
VK_MINUS keys are not implimented. I know I could create this effect using
JavaScript but then it would defete the whole purpose of using broadcasters to
disable/enable functions.
Updated•25 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•25 years ago
|
||
Dan, would it be possible for you to create a list of the keys that are
currently lacking virtual keys? We'd appreciate the help!
Assignee | ||
Comment 3•25 years ago
|
||
Duping on 17008
*** This bug has been marked as a duplicate of 17008 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•