Closed
Bug 344089
Opened 18 years ago
Closed 18 years ago
Firefox doesn't respond to signals like XF86Forward and XF86Backward
Categories
(Firefox :: Keyboard Navigation, defect)
Tracking
()
People
(Reporter: wiebe, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060606 Firefox/1.5.0.4
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060606 Firefox/1.5.0.4
Firefox doesn't make use of the standard signals/keys like XF86Forward, XF86Back, XF86Stop, XF86Reload, etc. It does make use of mousebutton 6 and 7 for forward and backward, but it seems (although I'm not sure) that those buttons are reserved for horizontal scrollwheels, since they are skipped for mice which don't have such a wheel. At least, with the evdev driver they are. I'm not sure how it is with the "mouse" driver with the protocols "IMPS/2" or "ExplorerPS/2".
Reproducible: Always
Steps to Reproduce:
Use can use xbindkeys and xvkbd to send such signals using mouse buttons. An xvkbd command is: "xvkbd -xsendevent -text '\[XF86Back]'".
Alternatively, you can use xmodmap to map those signals to keys. Details can be found here: http://www.thinkwiki.org/index.php?title=How_to_get_special_keys_to_work
Actual Results:
Nothing happened with the signals like XF86Forward, whereas it responded to mouse button 6 and 7 for forward and backward.
Expected Results:
Browser should act on XF86xxxx signals, and use button 6 and 7 for horizontal scroll.
Comment 1•18 years ago
|
||
*** This bug has been marked as a duplicate of 66519 ***
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•