If you use Windows graphical user interface extensively then this could be a useful tip to you. If you always deal with different windows in your Windows application you might be pressing OK, Cancel or Apply buttons lot of times. You have to move mouse cursor close to the buttons in these windows. You can avoid this by configuring your mouse settings to point to OK button whenever you open a new Window.
Let’s see how we can do this.
Let’s see how we can do this.
- Open Run Window.
- Execute Main.cpl and open Mouse Properties window.
- Select Pointer Options tab
- Select the check button ‘Automatically move pointer to the default button in a dialog box‘
- Click on Apply and close the window.
This behavior is controlled by the registry key SnapToDefa
Thanks for the info dude..I was wondering my mouse is automatically moving to the OK button whenever i open a new window..now i understand why it's doing that…some other user seems to have set his behavior on…
I was searching for this tip, thanks a lot
very useful comments, it realy helps