Penguin
Diff: FocusFollowsMouse
EditPageHistoryDiffInfoLikePages

Differences between version 3 and predecessor to the previous major change of FocusFollowsMouse.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Monday, October 6, 2003 9:13:48 am by StuartYeates Revert
Older page: version 1 Last edited on Sunday, October 5, 2003 3:52:14 pm by CraigBox Revert
@@ -1,11 +1,16 @@
 Sometimes called "X Focus" or SloppyFocus, focus follows mouse is a different paradigm for selecting the active window in your WindowManager (or on your DesktopEnvironment). 
  
 With focus follows mouse, the active window (the window that will receive text if you type, for example), is defined not by which window is frontmost in the "Z Order" (Z being the third dimension, "into your monitor", in cartesian space), but by which window the mouse is over. 
  
-This is most useful for people who have multiple terminal windows open on their desktop. [Unix] hackers love it, everyone else finds it really confusing. 
+This is most useful for people who have multiple terminal windows open on their desktop. Some [Linux] / [Unix] hackers love it, everyone else finds it really confusing. 
  
 If you look at the [BeOS Focus Follows Mouse example|http://www.beatjapan.org/mirror/www.be.com/users/tips/tip26.html], you will get a good idea. 
  
 [http://www.beatjapan.org/mirror/www.be.com/users/tips/resources/ffm-window-1.gif] 
  
 If you want this feature on MicrosoftWindows you can download the [TweakUI powertoy|http://www.annoyances.org/exec/show/tweakui] and use the XMouse mode. 
+  
+----  
+There are a few extra things "SloppyFocus" is a particular kind of "FocusFollowsMouse", it's the kind where if you don't have your mouse over any window then the last window that had the focus retains it. With strict FocusFollowsMouse, no window would have focus.  
+  
+FocusFollowsMouse is often combined with AutoRaise, where the focused window is raised after some delay (I like about 750ms)