mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +02:00
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:
parent
1781698364
commit
4f3965a367
3 changed files with 45 additions and 34 deletions
|
@ -538,11 +538,6 @@ namespace PersistentWindows.SystrayShell
|
|||
pwp.RestoreSnapshot(id);
|
||||
}
|
||||
|
||||
static public void BringForegroundToBackground()
|
||||
{
|
||||
pwp.BringForegroundToBackground();
|
||||
}
|
||||
|
||||
static public void FgWindowToBottom()
|
||||
{
|
||||
pwp.FgWindowToBottom();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue