1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-06 05:44:11 +01:00

WPrefs: Add MinimizeAllKey shortcut configuration

This commit is contained in:
Carlos R. Mafra
2010-09-11 16:47:57 +02:00
parent f41db5b5be
commit afebdb50fa

View File

@@ -71,6 +71,7 @@ static char *keyOptions[] = {
"HideKey",
"HideOthersKey",
"MiniaturizeKey",
"MinimizeAllKey",
"CloseKey",
"MaximizeKey",
"VMaximizeKey",
@@ -470,6 +471,7 @@ static void createPanel(Panel * p)
WMAddListItem(panel->actLs, _("Hide active application"));
WMAddListItem(panel->actLs, _("Hide other applications"));
WMAddListItem(panel->actLs, _("Miniaturize active window"));
WMAddListItem(panel->actLs, _("Miniaturize all windows"));
WMAddListItem(panel->actLs, _("Close active window"));
WMAddListItem(panel->actLs, _("Maximize active window"));
WMAddListItem(panel->actLs, _("Maximize active window vertically"));