Results 1 to 4 of 4

Thread: Mouse middle button configure

  1. #1
    Join Date
    Nov 2010
    Location
    Finland
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Mouse middle button configure

    Hi guys!

    How to set internet page action refresh to middle mouse button?

    Code:
    xinput list
    ⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
    ⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
    ⎜   ↳ Logitech USB Laser Mouse                	id=8	[slave  pointer  (2)]
    ⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
        ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
        ↳ Power Button                            	id=6	[slave  keyboard (3)]
        ↳ Power Button                            	id=7	[slave  keyboard (3)]
        ↳ IR-receiver inside an USB DVB receiver  	id=9	[slave  keyboard (3)]
        ↳ AT Translated Set 2 keyboard            	id=10	[slave  keyboard (3)]
    Middle mouse button click:
    Code:
    xinput test 8
    button press 2
    button release 2
    xorg.conf
    Code:
    Section "InputDevice"
    
        # generated from default
        Identifier     "Mouse0"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "Device" "/dev/psaux"
        Option         "Emulate3Buttons" "no"
        Option         "ZAxisMapping" "4 5"
    EndSection
    Last edited by runeh76; March 15th, 2011 at 07:34 PM. Reason: added xorg.conf output
    MSI K9N NEO-F V3 / MS-7369 Motherboard RAM 4GB
    AMD Athlon(tm) 64 X2 Dual Core Processor 6000+
    Nvidia GeForce 9800 GT 512MB Internet 3G MF668
    GRUB2:BOOTSCRIPT:TESTDISK:NOMODESET

  2. #2
    Join Date
    Nov 2010
    Beans
    57

    Re: Mouse middle button configure

    Pretty sure that would have to be done by configuring your web browser to do so, not your OS.

  3. #3
    Join Date
    Nov 2010
    Location
    Finland
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Mouse middle button configure

    Hi, can u say how to configure Chromium-browser?
    MSI K9N NEO-F V3 / MS-7369 Motherboard RAM 4GB
    AMD Athlon(tm) 64 X2 Dual Core Processor 6000+
    Nvidia GeForce 9800 GT 512MB Internet 3G MF668
    GRUB2:BOOTSCRIPT:TESTDISK:NOMODESET

  4. #4
    Join Date
    Nov 2010
    Location
    Finland
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Mouse middle button configure

    MSI K9N NEO-F V3 / MS-7369 Motherboard RAM 4GB
    AMD Athlon(tm) 64 X2 Dual Core Processor 6000+
    Nvidia GeForce 9800 GT 512MB Internet 3G MF668
    GRUB2:BOOTSCRIPT:TESTDISK:NOMODESET

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •