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:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user