mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
Added "Hide Others" to the window menu
This commit is contained in:
@@ -1437,6 +1437,13 @@ handleKeyPress(XEvent *event)
|
||||
}
|
||||
}
|
||||
break;
|
||||
case WKBD_HIDE_OTHERS:
|
||||
if (ISMAPPED(wwin) && ISFOCUSED(wwin)) {
|
||||
CloseWindowMenu(scr);
|
||||
|
||||
wHideOtherApplications(wwin);
|
||||
}
|
||||
break;
|
||||
case WKBD_MAXIMIZE:
|
||||
if (ISMAPPED(wwin) && ISFOCUSED(wwin) && !WFLAGP(wwin, no_resizable)) {
|
||||
CloseWindowMenu(scr);
|
||||
|
||||
Reference in New Issue
Block a user