new feature: shift click empty desktop to switch foreground/background window; ctrl click empty desktop to bring current foreground window to previous z-order and update the screen size/pos of background record with current value

This commit is contained in:
Kang Yu 2023-09-10 16:44:57 -07:00
parent 1781698364
commit 4f3965a367
3 changed files with 45 additions and 34 deletions

View file

@ -538,11 +538,6 @@ namespace PersistentWindows.SystrayShell
pwp.RestoreSnapshot(id);
}
static public void BringForegroundToBackground()
{
pwp.BringForegroundToBackground();
}
static public void FgWindowToBottom()
{
pwp.FgWindowToBottom();