all repos — fluxbox @ a2db8919424cb004c4b4959e1a70a1696a291874

custom fork of the fluxbox windowmanager

switched Mouse Tab Focus and Click Tab Focus nls entries
Mark Tiefenbruck mark@fluxbox.org
commit

a2db8919424cb004c4b4959e1a70a1696a291874

parent

ebec87741a4e801730a6b35ccc5e3ecc0b9e3796

2 files changed, 5 insertions(+), 2 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,6 +1,9 @@

(Format: Year/Month/Day) Changes for 1.0.1: *07/12/18: + * NLS entries for Mouse Tab Focus and Click Tab Focus were switched - please + make sure they're right now in your language, bug #1786566 (Mark) + fluxbox-nls.hh * Open transient windows on same workspace as parent (thanks Sascha Hunold) Window.cc * Holding control while clicking on a menu item will now keep the menu open (Mark)
M nls/fluxbox-nls.hhnls/fluxbox-nls.hh

@@ -75,8 +75,8 @@ ConfigmenuUnfocusedAlpha = 20,

ConfigmenuTabMenu = 21, ConfigmenuTabsInTitlebar = 22, ConfigmenuExternalTabWidth = 23, - ConfigmenuMouseTabFocus = 24, - ConfigmenuClickTabFocus = 25, + ConfigmenuClickTabFocus = 24, + ConfigmenuMouseTabFocus = 25, ConfigmenuMaxMenu = 26, ConfigmenuMaxIgnoreInc = 27, ConfigmenuMaxDisableMove = 28,