Simon Hofmann ce6bc8feb3 Bugfix/nut.js#273/modifier clicks (#125)
* (nut-tree/nut.js#273) Introduce modifier buffer to store key states and avoid input latency

* (nut-tree/nut.js#273) Properly detect modifier keys and update keystate accordingly so the correct modifiers are set on the event
2022-05-20 23:06:33 +00:00
2022-01-21 20:59:16 +01:00
2019-09-19 10:46:37 +02:00
2019-09-19 16:51:31 +02:00
2022-05-17 10:24:03 +02:00
2020-05-07 01:17:58 +02:00
2021-09-09 09:30:27 +02:00
2022-05-17 10:24:03 +02:00
2022-05-17 10:24:03 +02:00
2021-07-13 21:42:14 +02:00

Building

Please ensure you have the required dependencies before installing:

  • Windows
    • windows-build-tools npm package (npm install --global --production windows-build-tools from an elevated PowerShell or CMD.exe)
  • Mac
    • Xcode Command Line Tools.
  • Linux
    • cmake
    • A C/C++ compiler like GCC.
    • libxtst-dev and libpng++-dev (sudo apt-get install libxtst-dev libpng++-dev).

Release build

npm install
npm run build:release

Debug build

npm install
npm run build:debug
S
Description
An Node-API addon for desktop automation (supports windows ARM)
Readme 1.5 MiB
Languages
C 40.2%
C++ 24.1%
JavaScript 12.5%
Objective-C 10.2%
Objective-C++ 8.3%
Other 4.7%