[python-win32] Programmatically turn off mouse auto-positioning

Tim Roberts timr at probo.com
Tue Feb 4 20:49:16 CET 2014


reckoner wrote:
> In the control panel, under mouse settings, there is a checkbox to 
> automatically move the mouse to the "default button in a dialog box".
>
> Is there a way to programmatically turn this off/on using Python? I'm 
> referring to windows 7/8.

It would be extremely bad form for you to do so.  That's a user
preference.  I think it's a silly preference, but if that's what the
user wants, it is NOT your place (as an application) to contradict him.

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list