mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
clarify the meaning of the auto_raise preference. Fixes one of the issues
2005-10-03 Elijah Newren <newren@gmail.com> * src/metacity.schemas.in: clarify the meaning of the auto_raise preference. Fixes one of the issues in #312421.
This commit is contained in:
parent
4aaf6e3eb4
commit
0a13bf3270
@ -1,3 +1,8 @@
|
|||||||
|
2005-10-03 Elijah Newren <newren@gmail.com>
|
||||||
|
|
||||||
|
* src/metacity.schemas.in: clarify the meaning of the auto_raise
|
||||||
|
preference. Fixes one of the issues in #312421.
|
||||||
|
|
||||||
2005-10-03 Elijah Newren <newren@gmail.com>
|
2005-10-03 Elijah Newren <newren@gmail.com>
|
||||||
|
|
||||||
Patch from Ross Cohen to make alt-esc consistent with alt-tab by
|
Patch from Ross Cohen to make alt-esc consistent with alt-tab by
|
||||||
|
@ -90,6 +90,16 @@
|
|||||||
If true, and the focus mode is either "sloppy" or "mouse"
|
If true, and the focus mode is either "sloppy" or "mouse"
|
||||||
then the focused window will be automatically raised after a
|
then the focused window will be automatically raised after a
|
||||||
delay (the delay is specified by the auto_raise_delay key).
|
delay (the delay is specified by the auto_raise_delay key).
|
||||||
|
|
||||||
|
This preference is poorly named, but kept for backwards
|
||||||
|
compatibility. To try to be more clear (at least to the
|
||||||
|
technically inclined), its meaning is "automatically raise
|
||||||
|
the window following a timeout which is triggered by
|
||||||
|
non-grabbed mouse entry in sloppy or mouse focus modes". It
|
||||||
|
is unrelated to clicking behavior (i.e. this is not related
|
||||||
|
to raise-on-click/orthogonal-raise). It is unrelated to
|
||||||
|
entering a window during drag and drop (because that results
|
||||||
|
in the application grabbing the mouse)
|
||||||
</long>
|
</long>
|
||||||
</locale>
|
</locale>
|
||||||
</schema>
|
</schema>
|
||||||
|
Loading…
Reference in New Issue
Block a user