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 | |
parent | 3e16ad8cf8be40a1868b6c133649d6549a755761 (diff) | |
download | fluxbox_pavel-460dffdcc1f2de5463225feedd7d02f6f27958c2.zip fluxbox_pavel-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')
-rw-r--r-- | nls/C/Translation.m | 3 | ||||
-rw-r--r-- | nls/de_DE/Translation.m | 6 | ||||
-rw-r--r-- | nls/fluxbox-nls.hh | 6 |
3 files changed, 7 insertions, 8 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 |
diff --git a/nls/de_DE/Translation.m b/nls/de_DE/Translation.m index 8036e97..f02f187 100644 --- a/nls/de_DE/Translation.m +++ b/nls/de_DE/Translation.m | |||
@@ -50,7 +50,7 @@ $set 4 #Configmenu | |||
50 | 1 Kantenglättung (AntiAliasing) | 50 | 1 Kantenglättung (AntiAliasing) |
51 | 2 Automatisches Hervorheben | 51 | 2 Automatisches Hervorheben |
52 | 3 Klicken zum Hervorheben | 52 | 3 Klicken zum Hervorheben |
53 | 4 Klicken zum Fokussieren | 53 | 4 Fokus durch Klick |
54 | 5 Flüchtige (transient) Fenster dekorieren | 54 | 5 Flüchtige (transient) Fenster dekorieren |
55 | 6 Desktop mit Mausrad wechseln | 55 | 6 Desktop mit Mausrad wechseln |
56 | 7 Fenster nach Desktopwechsel fokussieren | 56 | 7 Fenster nach Desktopwechsel fokussieren |
@@ -60,10 +60,10 @@ $set 4 #Configmenu | |||
60 | 11 Bild-Dithering | 60 | 11 Bild-Dithering |
61 | 12 Fenster undurchsichtig bewegen | 61 | 12 Fenster undurchsichtig bewegen |
62 | 13 Halb-"schlampiger" Fokus | 62 | 13 Halb-"schlampiger" Fokus |
63 | 14 "schlampiger" Fokus | 63 | 14 MausFokus |
64 | 15 Fenster über Desktopgrenzen verschieben | 64 | 15 Fenster über Desktopgrenzen verschieben |
65 | 16 Erzwinge Pseudo-Transparenz | 65 | 16 Erzwinge Pseudo-Transparenz |
66 | 17 Menü Alpha Transparenz | 66 | 17 Menü Alpha Transparenz |
67 | 18 Transparenz | 67 | 18 Transparenz |
68 | 19 Alpha Transparenz fokussierter Fenster | 68 | 19 Alpha Transparenz fokussierter Fenster |
69 | 20 Alpha Transparenz nicht fokussierter Fenster | 69 | 20 Alpha Transparenz nicht fokussierter Fenster |
diff --git a/nls/fluxbox-nls.hh b/nls/fluxbox-nls.hh index 26057a9..543d9db 100644 --- a/nls/fluxbox-nls.hh +++ b/nls/fluxbox-nls.hh | |||
@@ -53,7 +53,7 @@ enum { | |||
53 | ConfigmenuAntiAlias = 1, | 53 | ConfigmenuAntiAlias = 1, |
54 | ConfigmenuAutoRaise = 2, | 54 | ConfigmenuAutoRaise = 2, |
55 | ConfigmenuClickRaises = 3, | 55 | ConfigmenuClickRaises = 3, |
56 | ConfigmenuClickToFocus = 4, | 56 | ConfigmenuClickFocus = 4, |
57 | ConfigmenuDecorateTransient = 5, | 57 | ConfigmenuDecorateTransient = 5, |
58 | ConfigmenuDesktopWheeling = 6, | 58 | ConfigmenuDesktopWheeling = 6, |
59 | ConfigmenuFocusLast = 7, | 59 | ConfigmenuFocusLast = 7, |
@@ -62,8 +62,8 @@ enum { | |||
62 | ConfigmenuFullMax = 10, | 62 | ConfigmenuFullMax = 10, |
63 | ConfigmenuImageDithering = 11, | 63 | ConfigmenuImageDithering = 11, |
64 | ConfigmenuOpaqueMove = 12, | 64 | ConfigmenuOpaqueMove = 12, |
65 | ConfigmenuSemiSloppyFocus = 13, | 65 | // disabled, obsolete: ConfigmenuSemiSloppyFocus = 13, |
66 | ConfigmenuSloppyFocus = 14, | 66 | ConfigmenuMouseFocus = 14, |
67 | ConfigmenuWorkspaceWarping = 15, | 67 | ConfigmenuWorkspaceWarping = 15, |
68 | ConfigmenuForcePseudoTrans = 16, | 68 | ConfigmenuForcePseudoTrans = 16, |
69 | ConfigmenuMenuAlpha = 17, | 69 | ConfigmenuMenuAlpha = 17, |