TrackPoint Middle button behavior for SketchUp

When using a wheel mouse with SketchUp, pressing the wheel allows to orbit the drawing. But when I use the trackpoint, pressing the middle button zooms in/out. How can I change the behavior to be like a wheel mouse? I tried changing TP4table.dat, adding the line *,*,SketchUp.exe,*,*,*,WheelStd,0,9 in the 'Pass 0 rules' section, and restarting SynTPEnh, but this didn't cause a change. I also have a ThinkPad USB keyboard with trackpoint. The driver files seem to be under "C:\Program Files\Lenovo\ThinkPad USB Keyboard with TrackPoint", but I can't find TP4table.dat there, so what is the solution for this?

Hi,I just downloaded SketchUp and tried to simulate the behavior.What you see is the normal mouse-wheel function, scrooling up and down. What you want is the middle-click behaviour, orbiting around.I've played around with the tp4table.dat and unfortunately there doesn't seem to be a "disable scrolling but use middle-click" function.The nearest would be*,*,SketchUp.exe,*,*,*,None,0,25but this will disable zooming and orbiting (so no function at all).The 25 is the old flag 9 (3 button trackpoint, and exit function after match) + flag 16 (applying to ibm stick scrolling).Perhaps if Synaptics is asked very polite, they might add a "Middle" or "Button" option. But I wouldn't wait for it, since some other annoying bugs hasn't been solved for years. If you don't want to use the scrolling-function at all, you can switch to middle-click function inside the mouse-driver panel. A workaround would be a middle-mouse simulation hotkey. TPMiddle only supports middle-clicks, not middle drag-drops

Similar Messages

  • Trackpoint + middle button dragging still not working in Ultranav 16.2.19.2 driver

    Trackpoint + dragging is still not working with the Ultranav middle button as of 16.2.19.2 driver.
    It's an extremely important function for any 3D graphics program. With the Lenovo driver it's not possible to use the middle button + trackpoint to navigate in these programs!
    Lenovo, please fix this bug. It's working perfectly if I install the latest Synaptics driver. It's only happening with Lenovo's driver. Using Synaptics driver is not an option, because it has no guard against keyboard typing + touchpad accidental clicking.
    Test:
    Testing is very easy.
    1. Set your middle button behaviour to "None".
    2. Above an empty area of your desktop, click the middle button + try to move the mouse pointer with your trackpoint. The pointer isn't moving! It's the same thing what happens in any 3D graphics program! You cannot navigate your camera, unless you use an external mouse!
    Fix:
    Please fix it. Just don't stop the trackpoint pointer when someone clicks the middle button in "None" settings.
    System: Using a W520 for the reference.

    Yes, the latest driver from Synaptics doesn't have this bug. So if you uninstall UltraNav driver from Lenovo and install the latest one from Synaptics, it will work with 3 buttons.
    But the behaviour of the Synaptics is annoying for an other reason: it has no feature to stop the touchpad while you are typing. Normally you'd never notice it with the Lenovo one, but with Synaptics, you'll go crazy with the accidental scrolls and clicks. But at least it works with 3 buttons.
    Lenovo, can you confirm that you understand this bug? Please fix it in one of the future versions!

  • Yoga S1 Trackpoint Middle Button

    I am not a fan of the new "clickpad", I'm a long time ThinkPad user so my pointing device of choice is the Trackpoint (eraser).  I've set the control panel on this for "Trackpoint Only", and at least the virtual buttons are useable now.  HOWEVER... the "middle button" seems to be stuck in only the "scroll" mode.  The latest control panel doesn't seem to have an option to set it as "normal middle button" - it is just doing this scrolling thing. 
    I would like to set the middle click action to a regular "middle click", not scrolling.  Anyone know if there is a registry key or some other way to do this, and not the scrolling thing?
    Thanks!

    Try setting the following registry keys:
    HKEY_CURRENT_USER\Software\Synaptics\SynTP\StickPS​2\Gestures
    Set this to 0.
    HKEY_CURRENT_USER\Software\Synaptics\SynTPEnh\Ultr​aNavPS2\TrackPointMode
    Set this to 0x1211 hex (4625 decimal).
    W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
    X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
    Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

  • Middle button stuck thinkpad T440s

    Hey, i get a strange behavior from Synaptics. on my new T440s laptop there is no dedicated middle button, it's just a touchpad that can be clicked as a whole and is divided to left middle and right click logically by synaptics.
    The problem is, after i use the middle button, for a few seconds, no matter where i press on the touchpad, it gives me a middle button behavior. for example - i open a new tab with the middle button, and when the click the left area of the touchpad to go to the new opened tab, it closes it instead. this happens after i use the middle button, and only for ~10 seconds, then the area gets rebinded and i get a normal behavior.
    The 50-synaptics.conf is
    # Custom xorg.conf.d snippet that assigns the touchpad driver
    # to all touchpads. See xorg.conf.d(5) for more information on
    # InputClass.
    # Additional options may be added in the form of
    # Option "OptionName" "value"
    Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
    # This option is recommend on all Linux systems using evdev, but cannot be
    # enabled by default. See the following link for details:
    # [url]http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html[/url]
    MatchDevicePath "/dev/input/event*"
    # This sets the top area of the touchpad to not track
    # movement but can be used for left/middle/right clicks
    Option "SoftButtonAreas" "55% 0 0 2400 30% 55% 0 2400"
    Option "AreaTopEdge" "2400"
    # Helps to reduce mouse cursor "jumpiness"
    Option "HorizHysteresis" "30"
    Option "VertHysteresis" "30"
    # Settings reported to work well on an X1 Carbon
    Option "FingerLow" "40"
    Option "FingerHigh" "45"
    Option "MinSpeed" "1"
    Option "MaxSpeed" "1"
    Option "AccelerationProfile" "2"
    Option "ConstantDeceleration" "4"
    # Disable edge scrolling, I prefer two-finger scroll instead
    Option "VertEdgeScroll" "0"
    # Disable tap and drag gesture
    Option "TapAndDragGesture" "0"
    # Enable three-finger tap for middle mouse click
    Option "TapButton3" "2"
    EndSection
    Any help?

    I'm using following settings on t440s.
    Section "InputClass"
    Identifier "Default clickpad buttons"
    MatchDriver "synaptics"
    Option "ClickPad" "true"
    Option "EmulateMidButtonTime" "0"
    #Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    #Option "SoftButtonAreas" "60% 0 82% 0 40% 59% 82% 0"
    Option "SoftButtonAreas" "60% 0 0% 0 40% 59% 0% 0"
    Option "VertScrollDelta" "10"
    Option "HorizScrollDelta" "10"
    EndSection

  • Middle button scrolling on TP T400

    Hi,
    I have a problem for some time. Since I updated kernel from 32.4 to newer version, my trackpoint middle button scrolling stoped working. I configured it trough hal, so this is my mouse-wheel.fdi:
    <?xml version="1.0" encoding="UTF-8"?>
    <match key="info.product" string="TPPS/2 IBM TrackPoint">
    <merge key="input.x11_options.EmulateWheel" type="string">true</merge>
    <merge key="input.x11_options.EmulateWheelButton" type="string">2</merge>
    <merge key="input.x11_options.XAxisMapping" type="string">6 7</merge>
    <merge key="input.x11_options.YAxisMapping" type="string">4 5</merge>
    <merge key="input.x11_options.ZAxsisMapping" type="string">4 5</merge>
    <merge key="input.x11_options.Emulate3Buttons" type="string">true</merge>
    </match>
    Everything is working fine, except this feature. Does anyone know some solution? I tried to google it, but nothing interesting. Thanks a lot.

    i fixed the problem, this is what ended up working:
    Section "InputDevice"
            Identifier      "Touchpad"
            Driver          "synaptics"
           Option  "Device"        "/dev/input/mouse0"
            Option  "Protocol"      "auto-dev"
            Option  "SHMConfig"     "on"
            Option  "SendCoreEvents"        "true"
    EndSection
    Section "InputDevice"
           Identifier  "UltraNav TrackPoint"
           Driver      "mouse"
           Option      "Device"              "/dev/psaux"
           Option      "Protocol"            "ExplorerPS/2"
           Option      "Emulate3Buttons"     "on"
           Option      "Emulate3TimeOut"     "50"
           Option      "EmulateWheel"        "on"
           Option      "EmulateWheelTimeOut" "200"
           Option      "EmulateWheelButton"  "2"
           Option      "YAxisMapping"        "4 5"
           Option      "XAxisMapping"        "6 7"
           Option      "ZAxisMapping"        "4 5"
            Option  "SendCoreEvents"        "true"
    EndSection

  • The middle button on my iphone stoped working and i think it is stuck because when i restart it , it goes straight to voice commands. how do i make it work again?

    The middle button on my iphone stopped working and i think it is stuck down because whenever i restart it the voice command thing comes right up, like when you hold the middle button down for a few seconds. How do i make it work again?

    If this has happened more than once the problem is likely on your PC.
    See here: http://www.apple.com/support/iphone/assistant/itunes/

  • Lenovo Thinkpad Compact USB Keyboard with Trackpoint: Middle mouse button and scrolling

    I got this keyboard (KU-1255).
    Unfortunately, it generates bogus mouse button events if I click the middle mouse button and use the trackpoint:
    With "thinkpad scrolling mode" disabled, the middle mouse button is released as soon as I move the trackpoint while still pressing the button!
    Expected behaviour: The middle mouse button is pressed, the event created. Moving the trackpoint moves the cursor normally. Releasing the middle button creates a corresponding event.
    With "thinkpad scrolling mode" enabled, the button is registered as pressed, then scrolling occurs as I move the trackpoint and the button is released if I release it.
    Expected behaviour: No middle mouse button event is registered if I move the trackpoint. Pressing and releasing the middle mouse button is only registered if I click the button without moving the trackpoint.
    When will there be a firmware update available for the keyboard, like for the SK-8855?
    Since I am also using Linux, I would be really interested in fixing this in the firmware, not only getting a new Windows driver.

    Help please.

  • Win8 trackpoint third button middle click action

    Hello. Using a W530 with Windows 8 and ThinkPad UltraNav driver version 16.2.5.0. Tried uninstalling --> reboot -> reinstall -> reboot. Middle button only does scrolling. In UltraNav (TrackPoint) settings, only option is to adjust stick sensitivity and to enable Press-To-Click. Please advise on how to enable middle button click.
    Moderator Note; post moved to here, subject edited for relevancy
    Solved!
    Go to Solution.

    Yep, just may have to wait for the release of Win8 for officially supported drivers.
    Just about a month away.
    IT Specialist and Consultant
    Lenovo Tablet Evangelist
    Current Machines: IdeaCentre A300, ThinkPad Tablet, IdeaPad U410, and Yoga 3 Pro Touch
    Deutsche Community   Comunidad en Español
    Lenovo - the latest in DOtabs, DOpads, DOcentre's, DOstations and DOservers!

  • T510 - Ultranav middle button click + touchpad move for scroll issue

    Hi,
    I am used from my t500 to click and hold middle button on the Ultranav and move up and down with the touchpad to scroll up and down. However, this does not work on my t510 anymore.
    At least it does work sometimes for some seconds in google chrome; but just for some short moments.
    The default behaviour is, that when i'm clicking the middle button the scroll symbol in form of a little scrollbar appears. I can then scroll by using the trackpoint, but not by using the touchpad. Using the touchpad has just the effekt, that the symbol disappears.
    Sometimes another symbol appears; its the symbol with the arrows pointing in all direktions. Only when this symbol appears i am able to scroll by moving on the touchpad.
    Now i am looking for a solution to my problem.
    by the way: when i use the trackpoint, the touchpad is locked for some seconds. Is there a way to disable this?
    Best Greets, matthias.

    There is an option to adjust how many lines the scrolling wheel skips but nothing about auto-scroll.I tested it.
    It seems like if I use the Auto-scroll and keep the mouse literally 1 pixel below the circle, it will be barely slow enough for reading long articles but you really have to spend a minute and a magnifier to make sure you put the mouse pointer exactly 1 pixel below the circle, otherwise it gets too fast.I'm NOT exaggerating the 1 pixel part. My screen is 1920x1080.Maybe that makes things worse.
    I was hoping to adjust the number of "pixels" the pointer has to travel to increase the speed from 1st to 2nd stage.Basically, to increase the distance you have to move the mouse in order to increase the acceleration.
    I'm not sure if anyone here uses 1080p screen.Could you please confirm that it's also 1 pixel for you ?

  • I have an apple earpods and I use them for my ipad but when I want to skip a song by tapping the middle button twice it doesn't skip the music so what to do?

    I have an apple earpods and I use them for my ipad but when I want to skip a song by tapping the middle button twice it doesn't skip the music so what to do?

    The procedure is Settings>Messages>Send & Receive at>You can be reached by iMessages at>Add another email address. The email address has to be a valid working email address, obviously. Apple should verify the email address and you have to go to the inbox of that email account, read the verification email from Apple and follow the inductions in the email in order to complete the verification. Then you go back to the settings, uncheck your email address and check the new email address to be used as the contact email address.

  • Vertical scrolling with TrackPoint's middle button won't work on MS Word

    Question:
    I have a T42 ThinkPad and the vertical scrolling with TrackPoint's middle button won't work on MS Word and therefore not in my email either. Big pain in butt as I'm so used to using it. Are there any patches that fix that? Any ideas on why it won't work?

    It's really weird. My suggestion would be that you install the most up-to-date driver by direct downloading or via System Update (if you haven't updated the driver).
    Rockwill
    ThinkPad T61p 6459A12

  • Middle button doesn't work for my nano

    Just purchased a waterproof nano shuffle. Works great until the middle button stopped working. Is it the nano or something I am doing worng???

    Try:                                               
    - iOS: Not responding or does not turn on           
    Ignore the reset and when it says place the iPod in recovery mode
    Place the iPod in recovery mode using one of these programs:
    For PC
    RecBoot: Easy Way to Put iPhone into Recovery Mode
    or
    http://joshuabailey1997.wordpress.com/2010/09/02/recboot-v1-3/
    If necessary:
    Download QTMLClient.dll & iTunesMobileDevice.dll for RecBoot
    and                                          
    RecBoot tip
    RecBoot may have problems on 64X windows, then try:       
    Tenorshare ReiBoot – Enter & Exit iPhone, iPad, iPod Recovery Mode with a Single Click
    For MAC or PC       
    The Firmware Umbrella - TinyUmbrella
    Installs blootware on PC too
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable              
    - Try on another computer                                                       
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar

  • Middle mosue button don't open a link on a new tab, the button works for scrolling etc.

    Middle mosue button don't open a link on a new tab, the button works for scrolling etc. Thats teh problem, seem like I'm the only with the problem...

    I had the same problem. If you're running Greasemonkey, you need to update it. There's a conflict between Greasemonkey 0.9.10 and Tab Mix Plus on Firefox 6.0.2. Until the add-ons site approves Greasemonkey 0.9.11, you'll have to install it manually.
    [https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/versions/0.9.11 Greasemonkey 0.9.11]
    [http://turbulentsky.com/middle-clickcmdclick-on-a-link-doesnt-open-tabs-in-firefox-6-0-2.html Middle-click/Cmd+click on a Link Doesn’t Open Tabs in Firefox 6.0.2]

  • Firefox 5.0 for Linux: sometimes the middle button on a link does nothing, sometimes it opens the link twice - What can I do?

    Hello,
    I just updated Firefox from 4.x to 5.0 on Ubuntu 10.10 32bit.
    Since then, the middle button of the mouse works erratically on links.
    Sometimes the middle button opens a new tab with the link (which is correct), then replaces the current page with the link (which is not correct).
    It was particularly annoying when I tried to bypass what looks like another FF5 problem: clicking on "next" or page 2, 3, 4... on a Google results page gives nothing. Clicking with the middle button opens the page in a new tab... but also replaces the current one. Refreshing the page after clicking "next" or a page number seems to work.
    Is it a bug or a config problem? What should I do from now?

    Right click on the hyperlink and select “Open Link in New Tab," that will open a new tab and keep you from getting a blank page like most people get. I don't know why they changed this option. If you don't want to do that every time you can change it in the config.
    1. In Firefox, type about:config into URL Location bar.
    2.Click on I’ll be careful, I promise! button.
    3.In the filter text box, enter the following text string with no quotations :
    ''''''browser.tabs.insertRelatedAfterCurrent''''''
    Alternatively, manually locate the preference name above.
    4.The default boolean value for the browser.tabs.insertRelatedAfterCurrent is “true”. Double click on the browser.tabs.insertRelatedAfterCurrent to change its value to''' false'''.
    5.Close the tab, and the change will take effect immediately.
    Hope that helps some people..

  • How can I set up tablet shortcut menu button for the middle button my X230T?

    I think I have a faulty X230T, there are now only three tablet buttons and the middle does not do anything. I have installed 7wg737.exe (tablet short menu for Win7), but it does nothing.
    When I go into Tablet PC setting>buttons, only one button shows up and that's the screen rotation button. 
    Is there a way to assign the middle button to shortcut menu? Otherwise I'm unable to change brightness or volumn during tablet mode which would make this tablet unusable.

    Hi Susan,
    Try Butler...
    http://www.versiontracker.com/dyn/moreinfo/macosx/20035

Maybe you are looking for

  • Question about using iMac 2011 as a monitor

    hi ,, i have imac 2011 21'5 can i use as a monitor to play xbox 360 on it using mini displayport to hdmi cable ?? if no then is there way else i can play xbox on my imac screen

  • Can't get rid of rejected clips in iMovie 11.

    I've read other posts relating to this issue - some dating back to iMovie 08 - and tried everything suggested but so far nothing works for me. I am running very low on space but can't seem to delete events or rejected clips. I've tried just deleting

  • REG: without communication chaneel

    HI all, We have the scenario like EP -> XI -> third party in that scenario if it possible to establish the connection witout using the XI? please explain Regards Sukumar

  • Recommendations for best stabilization plugin

    hi all, i wanted to check in with the premiere pro community and see what people recommend for a stabilization plugin. the last post on this question was back in 2012. thanks, lawrence

  • Regarding Hive technology in ODI 11G

    Hi, I am Amit Srivastava working on ODI 11G. I want to know about Hadoop and how to implement it with ODI 11G. Please provide the required softwares URLS and step by step method of including Hadoop and Hive Technology  in ODI 11G. I have now only ODI