Exemplo n.º 1
0
        public void Start()
        {
            Log.Debug().WriteLine("Registering hotkeys");
            // Make sure all hotkeys pass this window!
            HotkeyControl.RegisterHotkeyHwnd(_windowHandle.Handle);

            RegisterHotkeys(false);

            Log.Debug().WriteLine("Started hotkeys");
        }