SharpHook icon indicating copy to clipboard operation
SharpHook copied to clipboard

SharpHook provides a cross-platform global keyboard and mouse hook, event simulation, and text entry simulation for .NET

Results 10 SharpHook issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

bug
needs more info

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...

needs more info

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...

bug

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...

bug
help wanted

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...

bug
needs more info

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`...

bug

> Hi @TolikPylypchuk, > > I have an update regarding this issue. I was able to reproduce the behavior on a Linux system using SimpleGlobalHook. > > Key Findings: >...

bug

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...

bug
needs more info