User Tip #67: xwindows "autoraise" and "snap to" features |
Hits: Failed to execute CGI : Win32 Error Code = 3
|
REGEDIT4
BLANK LINE GOES HERE
[HKEY_CURRENT_USER\Control Panel\Mouse] "ActiveWindowTracking"="1"
BLANK LINE GOES HERE
The change will take effect at next logon. The X window system has another neat feature called "snap to". When this feature is enabled, the mouse snaps to the default button upon alert or dialog windows. Try it, you may like it. To enable: Cut and paste the following code into xwsnapto.reg.
REGEDIT4
BLANK LINE GOES HERE
[HKEY_CURRENT_USER\Control Panel\Mouse] "SnapToDefaultButton"="1"
BLANK LINE GOES HERE
I personally was too command line oriented to do much with Xwindows when doing unix administration. Many unix users of X love them. To disable, set "1" to "0".
See .REG files for background information on .REG files.