mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 12:58:08 +01:00
Added shortcut to switch to last used workspace.
Added new LastWorkspaceKey shortcut and Workspaces menu entry to switch back to the last used workspace.
This commit is contained in:
committed by
Carlos R. Mafra
parent
d25fde4173
commit
63219247c6
@@ -1554,6 +1554,9 @@ static void handleKeyPress(XEvent * event)
|
||||
case WKBD_PREVWORKSPACE:
|
||||
wWorkspaceRelativeChange(scr, -1);
|
||||
break;
|
||||
case WKBD_LASTWORKSPACE:
|
||||
wWorkspaceChange(scr, scr->last_workspace);
|
||||
break;
|
||||
|
||||
case WKBD_WINDOW1:
|
||||
case WKBD_WINDOW2:
|
||||
|
||||
Reference in New Issue
Block a user