mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 13:05:38 +02:00
new feature: ctrl alt click pw icon to bring current foreground window to bottom
This commit is contained in:
parent
cf7bc24013
commit
3b7592e1cc
3 changed files with 26 additions and 2 deletions
|
@ -543,6 +543,11 @@ namespace PersistentWindows.SystrayShell
|
|||
pwp.BringForegroundToBackground();
|
||||
}
|
||||
|
||||
static public void FgWindowToBottom()
|
||||
{
|
||||
pwp.FgWindowToBottom();
|
||||
}
|
||||
|
||||
static public void PauseAutoRestore()
|
||||
{
|
||||
pwp.pauseAutoRestore = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue