General :: Multi-button Mouse On X11: How To Configure Several Buttons To Act As The Middle Button
Mar 17, 2011
I know how to make another button act as the middle button but how can I map several mouse buttons to the middle button? xmodmap complains if I repeat button numbers in the pointer option.
View 2 Replies
ADVERTISEMENT
May 31, 2010
Ive been using opensuse for a little while now. Recently ran into a problem My favorite mouse broke, so i went out and got a travel one. It has a very toucht third button under the scroll wheel. Apperently this button is to paste, but every time i scroll, it makes my life miserable, especially when im reading a lengthy page in firefox. I cannot figure out how to program the buttons. Ive googled, and seen some programs that MIGHT help. but this seems to be something that is built in to the OS. The mouse yast plugin doesnt give you the choice of shuting off the third button, or even reassigning it. I want the paste functionality GONE from my **** mouse
View 4 Replies
View Related
Apr 1, 2011
While searching the net I found how to complete disable the functionality of the middle mouse button but I need this button for many other uses.I want to disable only it's paste action.
View 2 Replies
View Related
Mar 11, 2010
Does anyone know how to configure a multi-button mouse in kubuntu in order to use the back and forward keys?
View 2 Replies
View Related
Apr 14, 2010
I have a Logitech ambidextrous trackball, with a left and right mouse button. The trackball device also has two smaller left and right buttons. I'd like to know how those two smaller buttons are addressed. Ultimately, I'd like to assign certain keystrokes to them, to make work faster. For example, ALT+<right arrow> moves a browser back one page. how to name these keys, or whether/how I should address this USB mouse. FWIW, I'm actually using it through the PS/2 mouse adapter, since that doesn't take a USB slot.
View 1 Replies
View Related
Jan 4, 2011
I just upgraded to FC14 (64) from FC13 (32) and the mouse middle button (simultaneous left+right button) paste function has stopped working. I tested it with 3 makes/models of different mice and trackballs. For some reason (left+right) mouse returns the same code as the single right-button ('xev' value = 3). This worked in all previous FC and RH distros I've used in the past. Did a default setting get zonked somewhere? System: Toshiba laptop w/ USB mouse.
View 1 Replies
View Related
Mar 4, 2010
Suddenly the mouse middle button paste feature does not work in Bluefish and OpenOffice. It is driving me crazy. I have become so used to this feature I am constantly forgetting to ctl c/v to cut and paste.
It works everywhere else. ( For example, I can use it in this text box that I am typing this message in. ) and when I select text in either Bluefish or OpenOffice it shows up in Klipper. Strangely, if I select that text in Klipper I can paste it into either application with the middle button.
This just started a few days ago. I have no idea what changed on my system. It is a KDE4 desktop, if that is relevant.
View 2 Replies
View Related
Feb 4, 2010
In Google Chrome Beta and in Epiphany, I am able to scroll through the different tabs with the middle mouse button. However, this doesn't happen in Firefox. Is there any way to implement a feature like this in Firefox?
View 4 Replies
View Related
May 3, 2010
I just upgraded to 10.04 (and a new machine) from 8.04 and I can't seem to find a way to have the middle button on my mouse act as a double click like I had it on my old machine. I tried putting the input stanza from my old xorg.conf but then X would not come up. The new tab thing it does in Nautilus is driving me nuts. I see the xorg.conf isn't really used anymore, and there is something about making rules in udev but I can't seem to find the exact wording that I need to make that one rule. I would also like to disable the CAPS LOCK key if anyone knows how to do that without xorg.conf. Maybe someone can point me to a udev tutorial?
View 1 Replies
View Related
May 11, 2010
I want to be able to auto scroll by clicking my middle mouse button. In Firefox you can do this in the about:config easily, but with Google Chrome, I don't know what to do.
There is no Chrome option to allow this, so I guess I'd have to configure some stuff. Does anyone know how to do this? I really prefer Chrome over Firefox, and would like to go back to it, but can't without auto scroll.
View 4 Replies
View Related
Jan 20, 2009
i know it quite simple, but on my machine i can not copy using the middle mouse button.
View 3 Replies
View Related
Feb 2, 2015
Ctrl-c with middle mouse button (MMB) trigger in running bash script trigger.
The key combination Ctrl-C or "^C" with the keyboard triggered on a running bash script stands for "signal interrupt" (SIGINT) and terminates the process.
For my workflow in the test phase, how I could do that with the MMB-Buffer, followed by the modified script command:
Code: Select allscript runs
script runs
script runs
Signal interrupt and rerun with MMB trigger:
Code: Select all^C; ./script.sh
modified script runs
modified script runs
does not work and 2 hours meta-crawlers
View 1 Replies
View Related
Nov 18, 2010
Is it possible to highlight something but paste with a keyboard shortcut rather than the middle mouse button?
View 1 Replies
View Related
Nov 30, 2010
I would like to say that I have tried searching for a possible solution on this, and I may be wrong, but I haven't found anything on it. Anyhow, I am here because I would like to know if there is a way to enable the "scroll wheel" in Firefox, like in Windows, on Ubuntu 10.04.
View 3 Replies
View Related
Apr 13, 2011
I'm currently trying to set up the extra buttons on my Tablet PC and I can't find a way how to get a working button code to show up. I have used the xev command and it doesn't show up anything when I press the buttons. When I tried the dmesg command I get this:
[Code]...
View 2 Replies
View Related
Jul 26, 2011
kubuntu 11.04
the middle button does not work any more. Tested with xev - buttons 1 and 3 show up, button 2 does not.
Really miss past with middle button.
View 8 Replies
View Related
Mar 19, 2011
I have xorg configured to enable middle button emulation:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
[code]...
View 1 Replies
View Related
Apr 24, 2014
I'm using Debian Jessie (64-bit) with XFCE
Code: Select all$ uname -srvmo
Linux 3.12-1-amd64 #1 SMP Debian 3.12.6-2 (2013-12-29) x86_64 GNU/Linux
And my middle button doesn't work anymore. The problem doesn't seem to be configuration-related as xev, xinput test and cat /dev/input/mice show nothing after clicking the middle button.
Here's the output from xinput:
Code: Select all$ xinput
⎡ Virtual core pointer            id=2  [master pointer (3)]
⎜  ↳ Virtual core XTEST pointer         id=4  [slave pointer (2)]
⎜  ↳ Logitech USB Receiver            id=10  [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)]
[Code] ....
Could it be a kernel issue?
View 1 Replies
View Related
May 24, 2011
One of the major problems I've had after a clean install of Natty is losing my middle touchpad button (just a button, not a scroll, old school T500).
When I plug in a mouse, the middle button on the mouse works fine (firefox links, pasting text, compiz rotation, etc).
I imagine it's something that goes into xorg.conf, no? Either way
View 2 Replies
View Related
Jul 17, 2011
How do I get the middle button on my X220 to toggle scrolling with the Trackpoint?
And when I installed I couldn't get it to boot from USB in UEFI only. Why is that? How do I fix that so I can do a quick reinstall before I do too much else.
And before I do that reinstall is there anyway to backup the 300MB+ update that I just downloaded because I have appalling internet?
View 1 Replies
View Related
Jun 23, 2011
1) check if a mouse button is pressed down. I need to check this status of mouse button again and again inside a loop. Depending on the status, some function will be called. OR
2) check if some key of the keyboard is pressed down. I need to check this status of 'key' again and again inside a loop. Depending on the status, some function will be called.
Either of the two above will serve my purpose.
I am using Ubuntu 10.10.
View 4 Replies
View Related
Nov 25, 2010
I just bought a new mouse - just a cheapie usb wheel mouse but it has an extra 'thumb' button which I thought I might as well set up to do something useful. I used 'xev' to determine the numbers that the OS had assigned to the buttons, and I found it wasn't quite what I was expecting:
left = 1
wheel-as-button = 2
right = 3
wheel-up = 4
wheel-down = 5
thumb = 8
I thought the right button would be '2' and the 'wheel-as-button' would be 3 - that's just how I've always seen them referred to in explanations, and I thought it was standardised. Not a big deal - the context menus still pop up when I click the right button so it all works ok. (And I just discovered the wheel-as-button does a 'paste' operation when it's clicked. Weird - I've never noticed that before...) But the thing that I find particularly odd: why is the thumb button assigned as '8'. What happened to '6' and '7'? Does the operating system assign these numbers, or are they built into the hardware in the mouse itself? Again, no big deal, I know I can remap the buttons if I need to, but I was just curious as to how this all works and google didn't help.
View 2 Replies
View Related
Jul 10, 2011
I am using ubuntu 11.04 and I moved the maximize, minimize and close buttons to the right corner using gconf-editor besides that, I added the menu button to the left corner that's the one which is causing problems.
Whenever I click it, all window decorations (meaning borders) disappear.
I end up with two options, either logging out and back into ubuntu, what restarts all programs (as well as compiz as far as I understand) and the problem is gone (at least temporarily) the other nonpermanent fix is to disable and reenable window decorations in the compizconfig settings manager, the result of that action is not really a fix, since it leaves my top panel (which is usually transparent) completely scrambled
View 2 Replies
View Related
Jul 17, 2011
Had a power outage , when I restarted the pc the tool bar came up empty. No menu button or default icons. How can I repair this ?
View 1 Replies
View Related
Dec 24, 2010
when I press sound +/- button of my keyboard this gui thingy appears on the middle of my screen. Its transparent black, there is a speaker icon on the middle of it this thingy; [URL] ps: I don't want to kill or close it, I just want to know what is it. Which process which software and how can I hack it
View 2 Replies
View Related
Apr 25, 2010
I am trying to use my Microsoft Optical Wheel Mouse (it has left button, right button and the wheel button) in Ubuntu 9.04.I would like to use the wheel button to perform the same task as backspace key in firefox browser and file browser. I have hunted around the net for the past two weeks and found many articles on imwheel and editing x11config files but they all are for 5 of 7 button mice. I have installed and used imwheel -c which tells me that it is "wheel: Left Button 6". However as a total beginner with Linux I am not sure what to do from here. I am hoping that someone would be kind enough to give me a reasonably detailed explanation of what I need to do. If someone could spend some time to list what files I need to edit and what I need to insert into them for this mouse I would be grateful.
View 3 Replies
View Related
Sep 15, 2015
CNEE(1) General Commands Manual says this. RECORD OPTIONS --first-last Print only first and last of multiple successive MotionEvent. So I try this. my test window is Calculator 3.14.1 cnee --record --mouse --keyboard --time 5 --store-mouse-position --first-last --stop-key h -o xnee.xns -e xnee_record.log -v;The result is, xnee.xns lists every mouse movement.But I only need to record the mouse location when there is a mouse button event. it seems --first-last does not work. How can I make it work?I use
hardware HP pavillion 20.
The only avalible resolution is 1600x900.
/etc/debian_version 8.1
GNOME Terminal 3.14.1
xnee 3.19
View 0 Replies
View Related
Mar 22, 2011
I've just got the multi-touch driver work with ubuntu 10.10 64bit on my alumni macbook. Now I can do scroll and right click with two fingers. However, one thing I really miss is the ability to move the cursor while holding the 'big button', I want to drag windows/icons with one finger holding down the physical button, and another finger dragging around.
View 4 Replies
View Related
Jan 20, 2010
So I have a intel wifi link 5100 , the drivers should work BUT iwconfig doesn't show my card ..
However doing a ' sudo lshw -C network ' command , it DOES show my wireless card is recognised but not enabled and here is where the problems start ..
I have a touch button on my laptop to enable/dissable it And when I touch it in Ubuntu it doesn't light up like in W7
How can I enable it :s? I really want to use ubuntu !
View 9 Replies
View Related
Apr 19, 2011
i m using ubuntu 10 .10.for 2 weeks it was working fine yesterday onwards it changed.tried all themes but still i cant drag the window to make it small in sizethere is no close button minimize and maximize button in all the application and files[URL]
View 1 Replies
View Related