Kyle Smith
Kyle Smith
Parallel PR to implement [https://github.com/nut-tree/libnut-core/pull/168](https://github.com/nut-tree/libnut-core/pull/168) in nut.js
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.
Corresponding PR for nut-tree/libnut-core#176 adding support for the numpad equal sign (=)
Looks like some of #520 may have gotten lost somewhere in the transition to the new repo setup. This is just adding it back in.
**Version** last public version **Short overview** Attempting to `pressKey` or `releaseKey` with `LeftSuper` or `RightSuper` throws "invalid key code specified" **Detailed error description** It looks like this happens because the...
Was previously implemented in libnut, but not nut.js