mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 13:05:38 +02:00
#331 menu change : turn off webpage commander to unregister hotkey
This commit is contained in:
parent
fd50453c21
commit
406fed8328
3 changed files with 7 additions and 11 deletions
|
@ -12,14 +12,13 @@ namespace PersistentWindows.SystrayShell
|
|||
{
|
||||
static HotKeyWindow hkwin = null;
|
||||
static Thread messageLoop;
|
||||
static HotKeyForm hkf = null;
|
||||
|
||||
public static void Start(uint hotkey)
|
||||
{
|
||||
messageLoop = new Thread(() =>
|
||||
{
|
||||
hkwin = new HotKeyWindow(hotkey);
|
||||
hkf = new HotKeyForm(hotkey);
|
||||
HotKeyForm hkf = new HotKeyForm(hotkey);
|
||||
Application.Run(hkf);
|
||||
})
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue