1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

Allow WPrefs to configure the last used workspace key.

Added LastWorkspaceKey to the keyboard shortcut panel of WPrefs.
This commit is contained in:
Iain Patterson
2013-03-26 23:12:46 +00:00
committed by Carlos R. Mafra
parent 63219247c6
commit cfdf1e92fe

View File

@@ -91,6 +91,7 @@ static char *keyOptions[] = {
"GroupPrevKey",
"NextWorkspaceKey",
"PrevWorkspaceKey",
"LastWorkspaceKey",
"NextWorkspaceLayerKey",
"PrevWorkspaceLayerKey",
"Workspace1Key",
@@ -479,6 +480,7 @@ static void createPanel(Panel * p)
WMAddListItem(panel->actLs, _("Focus previous group window"));
WMAddListItem(panel->actLs, _("Switch to next workspace"));
WMAddListItem(panel->actLs, _("Switch to previous workspace"));
WMAddListItem(panel->actLs, _("Switch to last used workspace"));
WMAddListItem(panel->actLs, _("Switch to next ten workspaces"));
WMAddListItem(panel->actLs, _("Switch to previous ten workspaces"));
WMAddListItem(panel->actLs, _("Switch to workspace 1"));