SharpHook
SharpHook copied to clipboard
SharpHook provides a cross-platform global keyboard and mouse hook, event simulation, and text entry simulation for .NET
This error occures when running app
Automation QA- Trying to do a Tab>Enter>Tab>Enter to get rid of a dynamic popup during my Test Run
Hi , During my automation testing, I encountered a popup that my Selenium libraries could not recognize - its a browser specific popup. The only way to get rid of...
I have two computers. Computer 1 is remotely connected to Computer 2 through VDI. I wrote a WPF program to output the input string to the Notepad of Computer 2...
I have created a dotnet maui application with the idea to build a windows desktop and a mac desktop application. The development is done on windowI have excapsulated the sharphook...
I'm trying to capture keyboard data using the SharpHook library in a Mac OS environment, as per the example on the website. Everything works great, except if the machine is...
Some macOS apps seem to monitor mouse events in some way that SharpHook doesn't cover. Often, it is click-drag operations that don't work. Bitwig is such an example. If I...
First of all, thank you for all your work here! I could create some hotkeys in a MAUI app for Windows in a couple of minutes without any problem. But...
I'm getting weird values for `UioHookEvent.Time`: it seems to be cycling from 0 to 1000000 and does not look like an UNIX time. libuiohook seems to be assigning an `x_event->serial`...
> Hi @TolikPylypchuk, > > I have an update regarding this issue. I was able to reproduce the behavior on a Linux system using SimpleGlobalHook. > > Key Findings: >...
Please explain the KeyboardHookEventArgs content in the EventLoopGlobalHook.KeyPressed event. When I press the **right** Ctrl key in Windows... - the RawEvent/Mask shows "RightCtrl" - the Data/RawCode shows "163" (which, according...