diff options
author | mathias <mathias> | 2005-07-20 18:29:01 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-07-20 18:29:01 (GMT) |
commit | 460dffdcc1f2de5463225feedd7d02f6f27958c2 (patch) | |
tree | 2e76bc31a08544a423e018c94ac9b06f7965684e /nls/C/Translation.m | |
parent | 3e16ad8cf8be40a1868b6c133649d6549a755761 (diff) | |
download | fluxbox-460dffdcc1f2de5463225feedd7d02f6f27958c2.zip fluxbox-460dffdcc1f2de5463225feedd7d02f6f27958c2.tar.bz2 |
Changed some *Focus options, just to make some things a bit more clear.
the "Sloppy" was always a bit .. unprecise.
removed SloppyFocus, SemiSloppyFocus and ClickToFocus options
added MouseFocus, ClickFocus, MouseTabFocus, ClickTabFocus
- MouseFocus - change the focus to the window under the mouse
(almost similar to the 'old' SloppyFocus)
- ClickFocus - change the focus to the window the user clicks
- MouseTabFocus - change active tabclient to the one under the
mouse in titlebar, does NOT change the focus
- ClickTabFocus - change active tabclient when clicked onto a
tabbutton
to achieve former SemiSloppyFocus behavior one needs MouseFocus and
ClickTabFocus
Diffstat (limited to 'nls/C/Translation.m')
-rw-r--r-- | nls/C/Translation.m | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nls/C/Translation.m b/nls/C/Translation.m index ebd8847..69116bd 100644 --- a/nls/C/Translation.m +++ b/nls/C/Translation.m | |||
@@ -60,8 +60,7 @@ $set 4 #Configmenu | |||
60 | 10 Full Maximization | 60 | 10 Full Maximization |
61 | 11 Image Dithering | 61 | 11 Image Dithering |
62 | 12 Opaque Window Moving | 62 | 12 Opaque Window Moving |
63 | 13 Semi Sloppy Focus | 63 | 14 Mouse Focus |
64 | 14 Sloppy Focus | ||
65 | 15 Workspace Warping | 64 | 15 Workspace Warping |
66 | 16 Force Pseudo-Transparency | 65 | 16 Force Pseudo-Transparency |
67 | 17 Menu Alpha | 66 | 17 Menu Alpha |