libnut icon indicating copy to clipboard operation
libnut copied to clipboard

An Node-API addon for desktop automation

Results 7 libnut issues
Sort by recently updated
recently updated
newest added

Hi, argument name "down" was quite confusing for me, only from the 3rd attemt I found out that it can be either "up" or "down". Before that I tried "true/false",...

Refactor focusWindow implementation on Windows to handle foreground window correctly and steal focus even if the target window was not created by the same process.

Per the title, adds the numpad equal sign (=) missing keycode. It looks like windows does not have a separate keycode (that I could find), so that one got K_NOT_A_KEY.

It warns and prompts accessibility settings but still returns seemingly correct mouse position, making the program unable to determine whether it has access or not. And in my case the...

**Version** @nut-tree/libnut-linux - 2.5.1 **Short overview** Error when trying to use nutjs on ubuntu arm64. As I suppose, the library contains a file that does not correspond to the architecture...

**Version** 2.3.0 **Short overview** When calling pressKey(Key.Divide) Numpad Subtract is pressed on Windows using a German keyboard layout. **Detailed error description** I have a small program mapping the input of...

Version: 2.1.0 The X11-related window management code doesn't consider that windows are structured as a tree rather than a list. `getWindows()` returns the children of the root window, but ignores...