diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/how-to-get-focus-right.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/how-to-get-focus-right.txt b/doc/how-to-get-focus-right.txt index 2f9f03e..9d9ab69 100644 --- a/doc/how-to-get-focus-right.txt +++ b/doc/how-to-get-focus-right.txt @@ -37,6 +37,14 @@ Focus method Behavior mouse Focus the window containing the pointer if there is one, otherwise focus the designated "no_focus_window". +Note that "most recently used window", as used here, has a slightly +different connotation than "most recent to have keyboard focus". This +is because when a user activates a window that is a transient, its +ancestor(s) should be considered to be more recently used than other +windows that have had the keyboard focus more recently. (See bug +157360; this may mean that the alt-tab order should also change +simultaneously, although the current implementation does not do that.) + Also, sometimes a new window will be mapped (e.g. unminimizing a window or launching a new application). Most users want to interact with new windows right away, so these should typically be focused. |