Exemplo n.º 1
0
        void UninstallPasteHotkeyInterceptor()
        {
            pasteHotkeyInterceptor.Uninstall();
            HookHostCommunicator.SetShouldIgnoreHook(true);

            logger.Information("Uninstalled paste hotkey interceptor.");
        }
 void UninstallPasteHotkeyInterceptor()
 {
     pasteHotkeyInterceptor.Uninstall();
     logger.Information("Uninstalled paste hotkey interceptor.");
 }
 void DisablePasteHotkeyInterceptor()
 {
     pasteHotkeyInterceptor.Uninstall();
 }