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

2014-02-04 Thread reckoner
Hi, 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. Thanks! _

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

2014-02-04 Thread Tim Golden
On 04/02/2014 18:51, 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. While I don't know the

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

2014-02-04 Thread Tim Roberts
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 yo

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

2014-02-04 Thread Thomas Heller
Am 04.02.2014 19:51, schrieb reckoner: Hi, 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. Thanks! SystemPa