- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Q. about scrolling Firefox with mousewheel
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-21-2010 08:26 AM
тАО07-21-2010 08:26 AM
Q. about scrolling Firefox with mousewheel
I'd trying to determine how to configure my desktop to get the Firefox browser (v3.5) window to scroll using the mouse wheel. I have the autoscrolling turned on in the Firefox preferences (advanced, general). On the about:config page, I have the following settings:
mousewheel.withnokey.action 0
mousewheel.withnokey.numlines 1
mousewheel.withnokey.sysnumlines true
An xmodmap -p lists:
Physical button 1; Button code 1
Physical button 2; Button code 2
Physical button 3; Button code 3
I'm running Firefox in MWM on a PC via Hummingbird eXceed. I'm speculating that I'm missing some sort of configuration settings in the /usr/lib/X11/system.mwmrc file or /usr/lib/X11/app-defaults/ directory, but I have no idea what.
Has anybody found a solution to this that I might adopt? Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-21-2010 08:58 AM
тАО07-21-2010 08:58 AM
Re: Q. about scrolling Firefox with mousewheel
That has never worked on Unix/exceed. Middle mouse doesn't work.
I think you have to live with it.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-21-2010 01:17 PM
тАО07-21-2010 01:17 PM
Re: Q. about scrolling Firefox with mousewheel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-21-2010 02:58 PM
тАО07-21-2010 02:58 PM
Re: Q. about scrolling Firefox with mousewheel
The second question is, are the X libraries on HP-UX prepared to handle more mouse features than the traditional 3 mouse buttons?
If both of these conditions are not fulfilled, Firefox won't be receiving the mouse wheel events, and no amount of mouse wheel support in Firefox can change that.
At least in Linux, the de-facto standard convention is to interpret the mouse wheel motion into presses of mouse buttons 4 and 5. (button 4 = wheel turning upwards, button 5 = downwards)
The applications will then receive the wheel events as mouse button events, and can handle them as they wish.
If you have the "xev" testing tool available, you can use it to check what kind of keyboard and mouse events can be sent. Run "xev" in a terminal window, move the mouse cursor to the xev window, then turn the mouse wheel and press any mouse buttons. Any mouse events are dumped in text form into the terminal you started xev from.
If you see nothing at all when you turn the wheel... then your eXceed is probably not sending any mouse wheel information.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-22-2010 06:36 AM
тАО07-22-2010 06:36 AM
Re: Q. about scrolling Firefox with mousewheel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-22-2010 07:57 AM
тАО07-22-2010 07:57 AM