new browser tab has two variants : ^t and ^T

This commit is contained in:
Kang Yu 2024-03-17 21:57:57 -07:00
parent dcc6e7950a
commit e8748f3b39
2 changed files with 65 additions and 8 deletions

View file

@ -728,5 +728,10 @@ namespace PersistentWindows.SystrayShell
{
Log.Error(format, args);
}
public static IntPtr GetForegroundWindow()
{
return pwp.GetForegroundWindow();
}
}
}