Switching tasks with Alt+Tab - mouse jumps to center of screen


  1. Posts : 1
    Windows 7 Enterprise - 64 bit
       #1

    Switching tasks with Alt+Tab - mouse jumps to center of screen


    Hi. I often have multiple tasks open, and frequently toggle (task shift) back and forth between applications as part of my daily job routine. I've been moved to a new desk, and am irritated by the fact that whenever I type Alt+Tab to switch tasks (toggle), my mouse pointer immediately moves to the center of the screen. This happens every time I switch tasks using Alt+Tab. It isn't conducive to the type of work I do, and I would like to have the mouse pointer stay still instead of involuntarily jumping to the center of the screen over and over again.

    I have asked Windows Support, as well as IT at my job, and no one knows how to fix this. There must be something in the preferences to change this, right?
      My Computer


  2. Posts : 5,092
    Windows 7 32 bit
       #2

    For now see if this AutoHotkey script is any help

    Code:
    CoordMode, Mouse, Screen
    return
    
    ~!Tab::
      MouseGetPos,X,Y
      KeyWait, Alt
      KeyWait, Tab
      MouseMove,%X%,%Y%
    return
    Edit: It should put the mouse to the spot it was when AltTab was pressed.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 10:33.
Find Us