mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 21:15:38 +02:00
fix failure to translate mouse click on webpage commander window into page up/down event for web browser
This commit is contained in:
parent
44b17d4225
commit
ab1f69d06b
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@ namespace PersistentWindows.Common
|
||||||
Visible = false;
|
Visible = false;
|
||||||
IntPtr fgwnd = GetForegroundWindow();
|
IntPtr fgwnd = GetForegroundWindow();
|
||||||
User32.SetForegroundWindow(fgwnd);
|
User32.SetForegroundWindow(fgwnd);
|
||||||
|
FgSleep();
|
||||||
|
|
||||||
if (alt_key_pressed || clickThrough)
|
if (alt_key_pressed || clickThrough)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue