diff --git a/languages.h b/languages.h index 722b2807..73324c9b 100644 --- a/languages.h +++ b/languages.h @@ -306,11 +306,8 @@ static const char* l10n_inimapping[] = { "InputMouseMB5HC", "InputMouseLongClickMove", -// "InputAggressivePause", -// "InputAggressiveKill", "InputScrollLockState", "InputUniKeyHoldMenu", -// "InputNPStacked", "InputKeyCombo", "InputGrabWithAlt", "InputGrabWithAltB", @@ -328,6 +325,7 @@ static const char* l10n_inimapping[] = { "InputActionNStacked2", "InputActionPStacked", "InputActionPStacked2", + "InputActionNPStacked", "InputActionStackList", "InputActionMLZone", "InputActionMTZone", @@ -337,7 +335,6 @@ static const char* l10n_inimapping[] = { "InputActionXTZone", "InputActionXRZone", "InputActionXBZone", - "InputActionNPStacked", "InputActionRoll", "InputActionAlwaysOnTop", "InputActionBorderless", @@ -531,9 +528,9 @@ static const struct strings en_US = { /* maximize */ L"Ma&ximize window", /* lower */ L"&Lower window", /* nstacked */ L"Next stacked window", - /* nstacked */ L"Next stacked window 2", + /* nstacked 2 */ L"Next laser stacked window", /* pstacked */ L"Previous stacked window", - /* pstacked */ L"Previous stacked window 2", + /* pstacked 2 */ L"Previous laser stacked window", /* npstacked */ L"Next/Prev stacked window", /* stacklist */ L"Stacked windows list", /* mlzone */ L"Move to the left zone",