fix failure to translate mouse click on webpage commander window into page up/down event for web browser

This commit is contained in:
Kang Yu 2025-01-02 21:13:26 -08:00
parent 44b17d4225
commit ab1f69d06b

View file

@ -206,6 +206,7 @@ namespace PersistentWindows.Common
Visible = false;
IntPtr fgwnd = GetForegroundWindow();
User32.SetForegroundWindow(fgwnd);
FgSleep();
if (alt_key_pressed || clickThrough)
{