summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorElijah Newren <newren@src.gnome.org>2004-09-07 22:33:05 +0000
committerElijah Newren <newren@src.gnome.org>2004-09-07 22:33:05 +0000
commit94b76b0762b06a2baa96efffafd26a211053123a (patch)
treea6626711a659ca218df3ab2c04ede4277eade98b /doc
parent96bb3fd89aac84633ea393d96091b26898d5adb3 (diff)
downloadmetacity-94b76b0762b06a2baa96efffafd26a211053123a.tar.gz
Oops, panel and desktop can be focused by Ctrl-Alt-Tab too
Diffstat (limited to 'doc')
-rw-r--r--doc/how-to-get-focus-right.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/how-to-get-focus-right.txt b/doc/how-to-get-focus-right.txt
index 30ae2c54..dbf1d9ef 100644
--- a/doc/how-to-get-focus-right.txt
+++ b/doc/how-to-get-focus-right.txt
@@ -77,11 +77,11 @@ without using the mouse, for example, by grabs).
Finally, windows of type WM_DOCK or WM_DESKTOP (e.g. the desktop and
the panel) present a special case. For all focus modes, we only focus
-these windows if the user clicks on them. (Well, erm, actually they
-can be focused in click and sloppy focus modes if no other window
-besides these are found, but there shouldn't be any difference in
-behavior between doing this and focusing the designated
-"no_focus_window")
+these windows if the user clicks on them or uses Ctrl-Alt-Tab to
+navigate to them. (Well, erm, actually they can be focused in click
+and sloppy focus modes if no other window besides these are found, but
+there shouldn't be any difference in behavior between doing this and
+focusing the designated "no_focus_window")