10.5.6  breaks tap-to-click function

after updating to 10.5.6.. my trackpad tap to click feature is sporadic. approximately every 15 mintues i have to open settings, uncheck the box, close, and then re-open and recheck the box. is there any way to keep it working? or to revert to 10.5.5? I don't use time machine.

I have the same problem, and looking at other posts, it seems several things related to keyboard, trackpad and mouse got broken with 10.5.6.
My observation is, that the click feature comes back on its own, when the MacBook wakes up from sleep mode, and then it usually stays intact.

Similar Messages

  • Solved problem of too sensitive "tap to click" function on "magic" trackpad

    After futzing around I found a solution for myself.  I started using my ring finger to move around and my index finger to click or just stuck with the ring finger for everything.  I got rid of those unwanted annoying false clicks this way using the tap to click function.  I haven't figured out the physiology of why this works for me. 

    Snowice wrote:
    I opened a guest account but unfortunately the same problem persists. Do I continue with a safe boot? Do you yourself experience this problem with your MacBook Pro? Hopefully it'll work soon, I just got mine 5 days ago and am new to Mac.
    Safe boot will tell if it is interference with third party plug-in and extensions.  The guest account problem is telling us it is a global problem and not just isolated to your admin account.
    Given the information the MAc is 5 days new,  I would just return it for one that worked trouble free out of the box.
    No I do not have this problem,  and have not heard it before.
    good luck.

  • L440 Clickpad - "Tap to click" function not working in "Trackpoint Only" mode

    On a fresh Window 7 install it is possible to tap-to-click when using the Trackpoint rather than pressing down on the Clickpad (which is *very* noisy compared to the X220/X230 buttons and requires far more force). This is very nice alternative to using the Clickpad for left/middle/right button clicks when using the Trackpoint only. It requires almost no force, it generates zero noise and is very comfortable.
    Unfortunately, upon installing the Synaptics Ultranav drivers from Lenovo SU, this function is no longer present! You MUST click down the Clickpad otherwise it is not possible to register a left/right/middle click when using the Trackpoint.
    Even with Touchpad enabled this functionality is not present, which is quite baffling because you would expect that when the Trackpoint is used, the touchpad should behave as mouse buttons + gestures + scroll zones.
    I remember that there were plenty of tricks that could be done through registry entries to enable/disable "hidden" functions of the Synaptics driver. Is there a knowledge base that I could browse and find out if there is a way of enabling the tap-to-click feature when using only the Trackpoint?

    Hi Harris,
    sorry for not getting back to you quicker, had a job getting hold of an L440.
    When I received the system it had driver version 16.6.4.27 installed and tapping worked as expected.  After updating to driver version 18.0.7.99 tapping also worked.
    Which driver version did you receive from SystemUpdate?
    Andy  
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество

  • Significant delay when using the "tap to click" trackpad function

    (I accidently post this in the wrong forum -- for the old MBP -- so this is a repost)
    Hello everyone! I bought a 2.4 Ghz unibody MBP like 3 weeks ago. I had an issue and they replaced the computer with a new one at the store. Today is the first day of using the new laptop. They switched out the ram upgrade and the hard drive.
    The issue seems to be that when using the tap to click function on the trackpad, there is a relatively significant delay (at least for a click). With the regular mouse button the delay isn't there. Such as if I'm clicking on the finder or the file tab, there's a bit of a delay before they pop up, compared to instantaniously with the mouse button. When using the trackpad for regular types of tasks, there is a bit of a delay sometimes too. Such as I'll be moving the mouse across the screen and it will stop.
    Please help me out. If I could solve it without going back to the Apple store that would be great. Thanks everyone in advance.

    Update: I think the 1/2 second delay is too long of an estimate, but the delay is significant enough to make me notice something has to be wrong. My previous MBP had no delay.
    When moving the mouse around, I'm not sure if it's a MBP issue, but occasionally the mouse seems to "get stuck" on the screen and I have to begin moving my finger again on the trackpad. This happened on the first MBP too.

  • Tap to click stops working (OS X 10.5.6)

    I am getting exceedingly frustrated by the tap to click functionality stopping working on a frequent basis. When this occurs, deselecting and reselecting the option in System Preferences restores the functionality, but this usually lasts only a matter of minutes before needing repeating. Is there any word on a fix for this? I see some old threads talking about this, but with no official response or reason for hope.

    It's another one of those intermittent bugs and will probably disappear with the next OS update. Since they don't announce what they fix and what they don't, it's really just a matter of waiting. Supposedly one more 10.5 update is expected before they release Snow Leopard later this year (10.6)
    As to the number of people who use "tap to click" nobody really knows but I am going to venture a guess that it is very few. People are used to feeling the physical click of the touchpad and tapping goes counter-intuitive to the general kinesthetic "feel" people are used to.
    I enabled "tap to click" and use it only when I need total silence in the room -- otherwise, I always press to click.

  • Synaptics Touchpad, double finger scroll and tap-to-click

    I've recently lost tap-to-click functionality on my synaptics touchpad, I have no idea why because I haven't changed anything recently.
    Here's my related xorg.conf file:
    Section "InputDevice"
    Identifier "SynapticsTouchpad"
    Driver "synaptics"
    Option "AlwaysCore" "true" # send events to CorePointer
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "SHMConfig" "false" # configurable at runtime? security risk
    Option "MaxTapTime" "180" # max time in ms for detecting tap
    Option "VertTwoFingerScroll" "true" # vertical scroll anywhere with two fingers
    Option "HorizTwoFingerScroll" "true" # horizontal scroll anywhere with two fingers
    Option "EmulateTwoFingerMinZ" "120"
    Option "CircularScrolling" "on"
    Option "CircScrollTrigger" "3"
    Option "TapButton1" "1"
    Option "TapButton2" "1"
    EndSection
    I'm not sure if I have hotplugging installed so I copied my 11-x11-synaptics.fdi file anyway and edited it:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <deviceinfo version="0.2">
    <device>
    <match key="info.product" contains="ETPS/2 Elantech Touchpad">
    <append key="info.capabilities" type="strlist">input.touchpad</append>
    </match>
    <match key="info.capabilities" contains="input.touchpad">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    <merge key="input.x11_options.AlwaysCore" type="string">true</merge>
    <merge key="input.x11_options.TapButton1" type="string">1</merge>
    <merge key="input.x11_options.TapButton1" type="string">1</merge>
    <merge key="input.x11_options.TapButton2" type="string">2</merge>
    <merge key="input.x11_options.TapButton3" type="string">3</merge>
    <merge key="input.x11_options.SHMconfig" type="string">on</merge>
    <merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
    <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
    <merge key="input.x11_options.CircularScrolling" type="string">true</merge>
    <merge key="input.x11_options.CircularScrollTrigger" type="string">3</merge>
    <!-- Arbitrary options can be passed to the driver using
    the input.x11_options property since xorg-server-1.5. -->
    <!-- EXAMPLES:
    Switch on shared memory, enables the driver to be configured at runtime
    <merge key="input.x11_options.SHMConfig" type="string">true</merge>
    Maximum movement of the finger for detecting a tap
    <merge key="input.x11_options.MaxTapMove" type="string">2000</merge>
    Enable vertical scrolling when dragging along the right edge
    <merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
    Enable vertical scrolling when dragging with two fingers anywhere on the touchpad
    <merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
    Enable horizontal scrolling when dragging with two fingers anywhere on the touchpad
    <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
    If on, circular scrolling is used
    <merge key="input.x11_options.CircularScrolling" type="string">true</merge>
    For other possible options, check CONFIGURATION DETAILS in synaptics man page
    -->
    </match>
    </device>
    </deviceinfo>

    I have the same problem, my workaround is setting the options with synclient executed automatically on login.
    Im quite annoyed though that gnome just overrides settings done in xorg and hal policies, can anyone tell where to look for gnomes information storage?
    MC.

  • How to enable tap to click in a login window?

    Hello,
    In my MacOS I have setup three users for my family. I've been to System Preferences, and I have setup tap to click functionality for all of us three using the TrackPad preference utility. It works for all of us three when we login.
    To my disappointment, I can't find a possibility to enable tap to click for login window, as there are no users logged in at that time. Now I'm forced to actually click the trackpad every time I want to login. That heavily annoys me.
    In Windows, there's a system user, that you copy your configuration to to affect the login behavior, it's easy in Windows. But how it is done on a Mac?

    Hi Ming,
    It seems that the page you are trying to open has some security access on it. Read Menus and Page Security in Dev Guide for more details.
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                   

  • Trackpad Tap to Click

    I am having issues with my Trackpad. Several times, the tap to click function turns itself off and I have to connect a mouse to navigate to turn the function back on. It happens often if I restart the computer. Any ideas?

    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    mv L*/P*/.GlobalPreferences.plist Desktop/GlobalPreferences.plist
    Copy the selected text to the Clipboard (command-C).
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). A file named "GlobalPreferences.plist" will appear on the Desktop.
    Log out and log back in. Test. If the problem is resolved, you'll need to recreate some of your settings in System Preferences. You can then delete the file on the Desktop. Otherwise post your results.

  • Windows 8.1 Two Finger Tap Right Click

    So, for anyone who has upgraded to 8.1 and suddenly lost their two finger tap right click functionality, I highly suggest that you use this: http://www.intowindows.com/how-to-enable-two-finge​r-tap-for-right-click-in-windows/.  It restores the functionality of the trackpad and does not interfere with the synaptics clickpad.  Just make sure that if your synaptics two finger scroll still works, you turn OFF that feature in the downloaded app.
    Until HP figures out how to make their software compatible with 8.1 (which, if they're listening, SHOULD NOT BE AT ALL DIFFICULT NEARLY TWO WEEKS AFTER LAUNCH), this is an acceptable workaround.  Also, I'm sure many of you have already figured this out, but HP customer service is atrocious and definitely not worth your time.  If you ask them how to solve this, they'll tell you to restore your PC to factory settings and completely reinstall Windows 8.1.
    I hope this helps anyone else who's experiencing this problem, as I only decided to post it after spending several hours fruitlessly searching for a solution.

    On updating from windows 8 to windows 8.1, my Synaptics touch-pad lost the two finger right-click gesture.
    Even after frustatingly trying to install-uninstall new driver software, problem didn't solve.
    Finally I find the solution in registry entry:-
    Go to Start > Run and type Regedit in Windows 7, or in Windows 8 type Regedit at the start screen.
    Once open navigate to:
    HKEY_CURRENT_USER > Software > Synaptics > SynTP > TouchpadPS2
    There, right click and select New, DWORD Value. Name the value '2FingerTapAction'. Once created, double click it and set the Value Data to '2'.
    If '2FingerTapAction' is already there, double click it and set the Value Data to '2'.
    On certain systems the registry folder where the "2FingerTapAction" key is located may be named differently. e.g. On Envy x2 it is called "TouchPadRMIHID2c".
    Then log off and log on, and it should all work. Easy.
    I hope the problem is resolved.

  • Multi gesture and tap-to-click stopped working on Logitech touchpad

    I have a Logitech TK820 that has been working great until I did a upgrade for about one week ago. Now multi gesture stopped working completely and also tap-to-click doesnt work.
    Does anyone have any clue on what I can do to get it working again.
    Thanks

    hi,
    thanks for your reply.  i haven't had time to deal with this issue since i wrote about it in october.
    i found the 'properties' window for the touchpad mouse but there is no reset button.  i continue to have this issue and it is becoming more frequent although i have not been able to identify what triggers the sudden shut down of the tap-to-click function.
    but something new has cropped up: when the tap-to-click stops working, the next time i tap the touchpad, the pointer goes to the Start button!  this happens every time.  i don't know that anything is different?
    any further pointers (forgive the pun) would be most welcome!
    --David

  • Touchpad "Tap to click" misbehaves badly

    The tap-to-click function misbehaves really badly for me (xf86-input-synaptics). It is mainly 2 problems:
    When I move my mousepointer short periods of time (doesnt seem to go by distance, but it is in the range of 16px-64px depending on how fast I move) and then lift my finger of the touchpad, it reponds as a click.
    When I tap-to-click on something that needs precision(a 8x8 button) I notice my pointer moves away alot, causing misclicks and irritation.
    I am certain both of these are fixable (even if it requires some C-coding), since I get none of these problems in Windows 7.
    PS. My touchpad has a really shitty design (you have to click on the touchpad itself really hard to press the mouse buttons) which makes "tap-to-click" pretty much obligatory.
    synclient
    fredrik@fredrik-arch ~/Documents % synclient
    Parameter settings:
    LeftEdge = 1766
    RightEdge = 5384
    TopEdge = 1640
    BottomEdge = 4500
    FingerLow = 25
    FingerHigh = 30
    FingerPress = 256
    MaxTapTime = 180
    MaxTapMove = 235
    MaxDoubleTapTime = 180
    SingleTapTimeout = 180
    ClickTime = 100
    FastTaps = 0
    EmulateMidButtonTime = 0
    EmulateTwoFingerMinZ = 282
    EmulateTwoFingerMinW = 7
    VertScrollDelta = 107
    HorizScrollDelta = 107
    VertEdgeScroll = 1
    HorizEdgeScroll = 1
    CornerCoasting = 0
    VertTwoFingerScroll = 0
    HorizTwoFingerScroll = 0
    MinSpeed = 1
    MaxSpeed = 1.66
    AccelFactor = 0.078
    TrackstickSpeed = 40
    EdgeMotionMinZ = 30
    EdgeMotionMaxZ = 160
    EdgeMotionMinSpeed = 1
    EdgeMotionMaxSpeed = 428
    EdgeMotionUseAlways = 0
    TouchpadOff = 0
    LockedDrags = 0
    LockedDragTimeout = 5000
    RTCornerButton = 0
    RBCornerButton = 0
    LTCornerButton = 0
    LBCornerButton = 0
    TapButton1 = 1
    TapButton2 = 2
    TapButton3 = 3
    ClickFinger1 = 1
    ClickFinger2 = 3
    ClickFinger3 = 2
    CircularScrolling = 0
    CircScrollDelta = 0.100007
    CircScrollTrigger = 0
    CircularPad = 0
    PalmDetect = 0
    PalmMinWidth = 10
    PalmMinZ = 200
    CoastingSpeed = 0
    CoastingFriction = 50
    PressureMotionMinZ = 30
    PressureMotionMaxZ = 160
    PressureMotionMinFactor = 1
    PressureMotionMaxFactor = 1
    GrabEventDevice = 1
    TapAndDragGesture = 1
    AreaLeftEdge = 0
    AreaRightEdge = 0
    AreaTopEdge = 0
    AreaBottomEdge = 0
    HorizHysteresis = 8
    VertHysteresis = 8
    ClickPad = 1
    RightButtonAreaLeft = 3575
    RightButtonAreaRight = 0
    RightButtonAreaTop = 4133
    RightButtonAreaBottom = 0
    MiddleButtonAreaLeft = 0
    MiddleButtonAreaRight = 0
    MiddleButtonAreaTop = 0
    MiddleButtonAreaBottom = 0

    hi,
    thanks for your reply.  i haven't had time to deal with this issue since i wrote about it in october.
    i found the 'properties' window for the touchpad mouse but there is no reset button.  i continue to have this issue and it is becoming more frequent although i have not been able to identify what triggers the sudden shut down of the tap-to-click function.
    but something new has cropped up: when the tap-to-click stops working, the next time i tap the touchpad, the pointer goes to the Start button!  this happens every time.  i don't know that anything is different?
    any further pointers (forgive the pun) would be most welcome!
    --David

  • Enable tap-to-click on login screen.

    I'm trying to enable the tap-to-click functionality at login screen.
    Any clue?
    Thanks!

    See this article at MacOSXHints: http://hints.macworld.com/article.php?story=20070224105049800
    It's fairly old, so I don't know if it still works in Lion.

  • Disable tap to click

    I am having a problem with the tap to click "feature" or as I would rather call it, nuisance.  It was easy to disable the tap to click feature in the touch pad driver for Windows 8.0, but the one that Toshiba Service Station suggested for Windows 8.1 seems to have that setting removed.  Is it possible to disable tap to click on my laptop using Windows 8.1?  I have a Satellite c655d-s5300. Any help will be appreciated.  I don't care for this tap to click feature, but I guess I will have to get used to it if the setting to disable it has been taken away.

    Nothing. Thanks a lot, Toshiba. And your customer service did exactly zero to tell me how to disable the tap to click, either. They sent me instructions on something that had absolutely nothing to DO with disabling tap to click! What the holy heck is wrong with these people? If you're going to have completely ineffectual customer service, completely ineffectual customer forums, and no --um-- MANUAL THAT I CAN READ, maybe, either online or in the box--that would have been nice-- then can you PLEASE, PLEASE, PLEASE, PLEASE, PLEASE, PLEASE, PLEASE NEVER HAVE A TAP TO CLICK FUNCTION ON YOUR STUPID COMPUTERS EVER, EVER AGAIN? Whew. Sorry for the rant, but after getting no manual, no help from customer service, and no help here, I just had to. No one is listening anyway, apparently. I guess I'll buy a mouse so that I can just disable the stupid touchpad. An extra so many dollars, but fat luck getting any effective answer out of these people at this company, I guess.

  • Continuing tap-to-click problems

    So, for brevity's sake, i've been having issues with the tap-to-click function on my MacBook Pro for three days now—you can read my previous post here.  The fix that was suggested worked—for the day.  I could shut down the computer, start it back up, and tap-to-click would work fine.
    But this morning i booted up my computer, and, again, tap-to-click had turned itself off.  I went back into the Settings, enabled it...  And, just for kicks, went ahead and shut down my computer.  I boot my computer back up about 20min. later, and tap-to-click is still working.
    So...the best i can figure is, maybe something gets screwed up when the internal clock sets to a new day?
    Of course, i'm in the last few days of writing my thesis, so the MacBook couldn't possibly have picked a better time to start fritzing out on me.  I've racked my brain trying to think if i downloaded anything or otherwise did anything the day before this started happening, trying to think of what could be the problem, but i can't come up with anything.
    Any idea?

    There is a suggestion in this page   right side of your question 
    under the column heading " More Like This" with a white on green tick mark.
    Hope it helps.
    Best.

  • Tap to Click on Windows 7

    Hello,
    I'm searching for a way to get the Tap to Click function works under 7 with my Magic Mouse. On OSX, I achieved this with MagicPrefs, but on Windows, I haven't found a way to do it yet.
    The click noise is boring me, makes me wanting to throw my mouse away, while I'm satisfied of it under OSX. I'm just searching for a way to not hear it while working under Windows.
    Any idea?

    As I understand your concern, you are unable to disable tapping.
    Make sure the touchpad driver is installed and the version for the driver is 13.2.7.3
    You can download the touchpad driver from the mentioned below web link.
    http://consumersupport.lenovo.com/us/en/DriversDownloads/drivers_show_1959.html
    After this go to Control Panel, open Mouse category then Synaptic/Alps  and then Touchpad Settings and check for "Tapping" option.
    Also, like to share with you that if you want to disable the complete touchpad then you can do it with Fn+F8 key.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution".! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

Maybe you are looking for

  • Purchase Order Error Message

    How can I create or enable an error message when a PO is created using articles, that checks to see if there are upc's that might be missing from the articles.  We can right now create a PO with articles that do not have any UPC/EAN attached to the a

  • Printing purchase requisition

    Hi All, As per my knowledge, Purchase requision is a internal document and hence printing option is not available in standard SAP. However due to some legal and complice requirement, my client want to print all the purchase requisition. I know, we ne

  • HT203977 Unable to update

    i have an iPad 2, 16 GB it worked well until recently. I am unable to download an app: when the latest iOS version 8.3 came out I thought this would fix the bug but not so fast. I have not been able to update because of storage space. my iPad is show

  • Pricing procedure determination in sap DBM

    Hi , When i am creating Internal service order through /DBM/VSERACH transaction code, I am getting an error like " Pricing procedure not maintined.". Pleaes tell me how do i maintain the procedure for DBM transactions. Regards, Nagaprasadreddy

  • Is there another version of itunes i can use?

    is there any way i can get an older version of itunes...the one tht actually WORKs!! i hope so..plz help =(