Ultra nav Driver T440s Mouse Jumps/bounces on left click

We are pretty new to Lenovo and have ordered a number of new T440s machines to replace a few aging Dell machines.
I am facing a pretty major issue for all my users where the mouse jumps or moves around everytime you try to left click on something!  The only way to left click is to very carefully press straight down with a finger. u If you try and use your thumb or the fat part of your finger to left click the mouse goes crazy!! I am running version 17.0.12.56 of the driver.  Is there anyway to have the bottom left corner ignore movement on the trackpad for a split second after it is depressed?  All my users like to use there thumb in the bottom left corner to left click.  I like the ability to left click anywhere on the trackpad but there needs to be a way to define the bottom left corner as a left click in order to be able to use your thumb or fat finger and not have the mouse freak out. 

Unfortunately, this did not solve the problem of turning on the touchpad. Every time I restart the computer, it reverts to having the pad on. I am now using driver version 16.2.19.7, the updated one was 16.2.19.14. This is at least better than that!

Similar Messages

  • Magic Mouse continually fails to left click, and keyboard problems

    Since my Yosemite 10.10.1 update, my mouse, and keyboard keep failing periodically. After a nights sleep, when I try to open a program, by left clicking, it will occasionally only right click. Being able to left click, is very crucial, even more then right clicking, especially when trying to enter a website into a url, or when selecting a bookmark. Anyway I will restart my computer, and when I then try to enter my password, certain keys will then fail, and respond wt a low ping. It usually requires at least 5 to 10 minutes of a complete shutdown, until the keyboard and mouse work again. I keep fearing that my keyboard will fail, while entering this message. It occurs so very randomly, but has been occurring more often as time goes by. I worried that it might occur, before I'm done typing this post. Does anyone have any idea, what the problem could be, and have any remedy reccommendations?

    Nubz,
    actually I'm still using a standard wired apple keyboard, wt the magic mouse, because the wire goes under my desk, and I was actually considering getting a trackpad. Still since my Yosemite upgrade, I'm having problem after problem, so I'm not sure I will even stay wt Mac. Honestly I've examined any and all solutions, in that support article, but none of them were relevant to my problem.
    I did check & repair my Yosemite Disk Permissions using Disk Utility, and although it found only a few things wrong, and none were related to my keyboard, or mouse (most were for my HP printer), repairs seemed to rectify the problem.

  • Mouse jumps upper right corner clicking

    Around July 15th my mouse started to jump to the upper right corner and performing a click. I think its something to do with synaptics .I've read lots of old tricks to fix it but it may work few hours then comes back. Such as changing mouse options. Uninstalling synaptic works the longest then comes back in 5 to 8 hours later. Anyone can help?

    Good day and welcome to the community.
    Please post your machine model name to help members better assist you.
    Regards.

  • Mouse moves automatically to left corner of HP TouchSmart 320 PC using Windows 7

    My mouse jumps to top left corner of my HP TouchSmart 320 PC using Windows 7. In the middle of typing the mouse jumps to the corner of the screen. I have installed new batteries but no change.

    Hello Insexec. I understand you are experiencing a strange mouse issues. Just to cover all of your based, I would perform a system recovery of the computer. Alternative, you could try uninstalling and reinstalling the mouse driver, or try a different mouse. However, a system recovery will become essential if the issue is not resolved with the suggestions I listed. Here is some information on how to perform a system recovery.
    Let me know if you have any other questions or concerns. I'm only here to help!
    Mario
    I worked on behalf of HP.

  • [SOLVED] Can't left-click with mouse (but I can on a tablet)

    On a recent update, I noticed that my desktop would not detect my mouse's left-click.  It correctly detects middle-click and right-click, however.  On the other hand, I can left-click with a tablet.
    How can I make it so that it will detect both the mouse and tablet's left-clicks?
    I'm using evdev for the mouse, and linuxwacom-bamboo for tablet drivers.
    Edit: My bad, it was a hardware problem!  Bought a new mouse to fix it.
    My xorg.conf.d configurations are:
    # Catch-all evdev loader for udev-based systems
    # We don't simply match on any device since that also adds accelerometers
    # and other devices that we don't really want to use. The list below
    # matches everything but joysticks.
    Section "InputClass"
    Identifier "evdev pointer catchall"
    MatchIsPointer "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev touchpad catchall"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev tablet catchall"
    MatchIsTablet "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev touchscreen catchall"
    MatchIsTouchscreen "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "Wacom class"
    # WALTOP needs a patched kernel driver, that isn't in mainline lk yet,
    # so for now just let it fall through and be picked up by evdev instead.
    # MatchProduct "Wacom|WALTOP|WACOM"
    MatchProduct "Wacom|WACOM|Hanwang"
    MatchDevicePath "/dev/input/event*"
    Driver "wacom"
    Option "Suppress" "10"
    Option "PressureCurve" "0 0 90 100"
    Option "Mode" "Relative"
    Option "Threshold" "200"
    EndSection
    Section "InputClass"
    Identifier "Wacom serial class"
    MatchProduct "Serial Wacom Tablet"
    Driver "wacom"
    Option "Suppress" "10"
    Option "PressureCurve" "0 0 90 100"
    Option "Mode" "Relative"
    Option "Threshold" "200"
    EndSection
    Section "InputClass"
    Identifier "Wacom serial class identifiers"
    MatchProduct "WACf|FUJ02e5|FUJ02e7|FUJ02e9"
    Driver "wacom"
    Option "Suppress" "10"
    Option "PressureCurve" "0 0 90 100"
    Option "Mode" "Relative"
    Option "Threshold" "200"
    EndSection
    # N-Trig Duosense Electromagnetic Digitizer
    Section "InputClass"
    Identifier "Wacom N-Trig class"
    MatchProduct "HID 1b96:0001|N-Trig Pen"
    MatchDevicePath "/dev/input/event*"
    Driver "wacom"
    Option "Button2" "3"
    Option "Suppress" "10"
    Option "PressureCurve" "0 0 90 100"
    Option "Mode" "Relative"
    Option "Threshold" "200"
    EndSection
    Last edited by japtar10101 (2011-06-07 01:16:23)

    Open mouse in system preferences and see if secondary click is on right-click.

  • Ultra nav mouse left key moves incorrectl​y

    Ultra nav mouse left key moves incorrectly or it may be broken. It is still in place however the left key rocks to the left and sticks, causes erratic reactions. Can this be fixed? I have lifted the right edge of the key up, cleaned, and adjusted the wire placement to no avail.
    Thank you for any ideas.

    What I suspect is happening here is an error with relative positioning, ie. when I move the right thumbstick left it's setting the cursor to an extremely low value, say -100,000 and therefore when I move it right because the minimum value is supposed to be -32768 it has to surpass that value before actually visibly moving right.
    Does anybody know how I could track the actual x,y co-ordinates of the cursor to establish if this is happening?
    Edit: enabled log statements in xboxdrv config. My theory has proved incorrect. I'm stumped.
    Last edited by darArch (2013-08-05 18:51:20)

  • Desktop and mouse jumping during startup

    When starting the computer, the screens and mouse jump all over the place and switches screens.

    I have a Powermac G5-I only have in the computer what was factory installed. The computer is a little over 5 years old. The problem started after I booted up and logged in. My desktop and pointer were frozen. I could not escape and I tried to shut down doing a force quit. No Luck. I eventually had to unplug the computer from the wall. Upon restarting the computer, when it came on, all I got was a gray screen with the Apple logo. After about a minute of this, The internal cooling fans would come on full blast. I also tried booting from the start-up disk (I had to install the disk manually, because the drive would not respond to the key command) with no luck. I have taken it to the Mac store. Their conclusion was it could be the motherboard or the CPU's, but they weren't certain either. Do you think it could be possible that it's not the CPU or Logicboard? The expense for replacing both, almost doesn't make it worth it. Any ideas?

  • MacPro Magic Mouse jumping and crashing

    Hi
    I bought 3 MacPro. One configure 2.8 and 2 MacPro 2x2.4.
    2.8 MacPro Magic Mouse no problem no crashing and jumping but
    2 MacPro 2x2.4Ghz Magic Mouse jumping and crashing.
    I tested new magic mouse problem is continue.
    I restore MacPro and install system but problem continue.
    İ search web pages same problem is alot of.
    I dont fix this problem.
    SAMPLE WEB PAGES
    http://d43.me/blog/476/mouse-cursor-skipping-jumping-bug-in-mac-os-x/

    If you searched you should have found you are not alone with that MM/Mac Pro problem.  Probably the biggest thread in these forums (22 pages) is this one:
    Poor Bluetooth reception and jerky mouse
    Summary, add your own external antenna or get a USB Bluetooth dongle.
    How far are your mice from the mac pro's?  Probably more than 3 or 4 feet  from the back of the mac pro is about the limit.
    Are there any wireless devices nearby (e.g., routers).  Sometimes they cause interference.
    AirPort and Bluetooth: Potential sources of wireless interference
    You coud try smc and pram resets but it probably won't help.

  • X220 Ultra Nav Touch Pad 'zoom out' doesn't work

    I can zoom in just fine, but can't zoom out. How to do this? Also, sometimes the 'zoom in' happens spontaneously when I am using one finger on the touch pad to move the cursor. How to fix this? Thanks!!

    Hi
    Welcome to Lenovo Community
    Please update   Ultra Nav drivers and utility
     http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/6hgx58ww.exe
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/7vgq14ww.exe
    Hope This Helps
    Cheers!!!

  • Mouse Jumps in Photoshop cs4

    Hi,
    I am having Adobe photoshop CS4 Version:11.0.1 installed in my laptop with oprating system Windows 7 64 bit.
    I am having trouble of mouse jumps always, I am realy frustrated with this, please provide me soltion to get rid of this problem.
    Thanks
    Irayya

    Here's two other ways when in cmyk, but the settings below may need some
    tweaking depending on which cmyk profile your using and your idea of what sepia
    should look like.
    For these to work, you'll have to desaturate the layer: To retain the smart
    object, you could double click on the smart object icon, then in the image
    that opens, go to Image>Adjustments>Desaturate and then save. This will
    update the smart object in your original image.
    1. Add a Color fill adjustment layer and set the layer blending mode to either overlay, softlight
       or color.
    2. Use a color balance adjustment layer and only adjust the Midtones.
    MTSTUNER

  • Catalog(s) on NAV drive

    I have a networked drive server and wish to place all my pictures there as I can get RAID1 backup at the same time. I'm not sure what the deal is but I have elements my desktop and wish to move a copy to my laptop so that either box can get into my picture database. I have an awful lot of organizing to do and need to do this from different locations. If I do this, can I just copy any catalogs I have over to where my data is? Will the program somehow know where the catalog is if I set other location up that way? It would really make life less complicated for me.
    Fred

    Hallo Jürgen,
    tahnks for the link. It seems I'm not the only one trying to share a common database of pictures.
    Now that I've read up a little on this topic, I have some new questions. It seems that the drive letter doesn't matter to PSE6 but when I copy my pictures to a new NAV RAID1 drive I don't understand how the program would see it if the drive ID (not the drive letter) is different. If I reindex everything, I will lose whatever work I've done on my old catalog, correct?
    My plan is to store the catalog on the NAV drive too. Does that mean I have to tell PSE6 each time I want to use the DB where the the catalog is?
    At this time I'm still struggling with making RAID1 work. I had already copied everything under RAID0 but then I changed my mind and wanted automatic backup. Which brings up another question. If one drive fails, will I be able to use the other? I'm mostly worried about the catalog as that will contain lots and lots of work.
    My understanding is that all tags etc are contained within the catalog? Are there more then one files involved? I'm just worried about losing this and need to know what to back up.
    Thanks for any insight
    Fred

  • Mouse Jumps Around on Controlled Client

    When I connect to a Mini using ARD 3.0, the mouse jumps all over the screen. The client machine and the server are
    running 10.4.6.
    I have other client machines that are older imacs and a dual core, and the mouse acts normal. The mouse connected to the server is working.
    Anyone seen this?
    Thanks,
    Eric

    Yes. This has come up before. It has something to do with having the "guest access" features checkboxes enabled at the same time as being logged in with control/observe privileges if I recall correctly.
    Turning off the guest access checkboxes in Access Privileges was the answer.

  • Mouse jumps around

    I have a TouchSmart tx2-1275dx, running vista. Since day one, my mouse jumps around on "black Screen" sites and on movies. If I go to hollisterco.com, for example, my mouse jumps around so bad that I have to use my pen to control movement and clicks. This also happens on movies I watch through programs such as VLC and Media Player. My guess is I have to disable the touch smart feature. I have read through many messages here but I cannot find a suitable solution for my problem. I have gone into the "Pen and Input Devices" folder and disabled everything, but that doesn't work. I will post a photo of what is listed under HID, I read maybe I have to disable something there, but I don't want to mess with that until someone can tell me which device to disable. Under Mouse devices, I have HID compliant mouse, and Synaptics PS/2 Port Tuochpad. If anybody can give me a clue as to how to stop the mouse jumping, I would appreciate it. As I said, it only happens on black screen sites and movies, and I have disable all pen and input devices. Thanks!

    Come on...Are you reading my posts at all?? I  told you I tried unchecking 'hide pointer while typing', and I tried freezecheck...THEY DON'T WORK...Read what I am writing, please..You know what, please stop trying to help me...I will wait for someone else to respond who knows how to help....

  • Mouse Jumping to corner on its own (TX2000 tablet PC)

    HP needs to repair or replace my HP TX2000. The mouse cursor keeps jumping to the bottom right corner of the screen on its own. I realised that there is a lot of heat generated in that corner of the base keyboard for some reason, which probably makes the mouse jump there. the mouse works perfectly when I rotate the screen away from that corner, but obviuosly that makes it extremely awkward to work, with the screen angled in another direction and the Del, BkSpace keys hiding behind the screen! Ofcuorse, this heat is the culprit, and a strange design flaw of the unit!
    This question was solved.
    View Solution.

    After opening up... someone else's... tx2110us, I found there is a small conductive foil on the underside of the plastic part underneath the screen.  The only use I can figure for this small sheild in such a specific place is to block EM interference from affecting the tablet in exactly the way we've experienced.
    What I can't figure out is why the shield is so small; if it extended a small bit (~ one inch) more, it would completely cover the power conditioning circuitry below.  This modification, coupled with the fact that the keyboard backplane acts as a sheild, would mean that emissions from the motherboard would be completely blocked from affecting the screen.
    The only explanation I can figure for this is some miscommunication during the design process.  Fortunately, this should be a really easy fix, and super cheap to retrofit (simply print off a bunch of larger adhesive sheilds to be placed under the plastics. 

  • Macbook + 20" ACD mouse jumping all over the screen problem

    hi all,
    in need of help , my ACD plugged into my Macbook make's the mouse jump around the screen, unplugged no problems.
    tried with trackpad and external mouse still the same
    macbook 1.83/2gb ram - 10.5.1
    Help !

    Buy a Logitech Bluetooth mouse!! I have had no problems with my Logitech...it seems like more people have problems with the mighty mouse and magic mouse. That is my opinion. I have this mouse:
    http://store.apple.com/us/product/TQ089LL/A?fnode=MTY1NDA1Mg&mco=MTA4MzgwNzg

Maybe you are looking for