Closed
Conversation
Tested on Windows and Mac. Unit test is added. Closes octalmage#351
* Removed the surrogates implementation part. The reason for this: - The toggleUnicode method(former toggleUnicodeKey) was called only by typeString() that supports only UTF-8 at the moment. - There were some warnings both on mac and windows. Since this part of the code will never be activated, I removed it. * Refactored a little bit to make typeStringDelayed() functionality identical to typeString(). * Don't type the word "undefined" if typeString() or typeStringDelayed() is called with no arguments. * Tests added to cover all changes.
Fix missing parameter issue
Fix conversion issue
fix: scrolling on Windows
Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.13.1 to 1.16.1. - [Release notes](https://github.com/joyent/node-sshpk/releases) - [Commits](TritonDataCenter/node-sshpk@v1.13.1...v1.16.1) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/justmoon/node-extend/releases) - [Changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md) - [Commits](justmoon/node-extend@v3.0.1...v3.0.2) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.4.1. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](jquery/jquery@3.3.1...3.4.1) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6. - [Release notes](https://github.com/mhart/StringStream/releases) - [Commits](mhart/StringStream@v0.0.5...v0.0.6) Signed-off-by: dependabot[bot] <support@github.com>
…rn/jquery-3.4.1 Bump jquery from 3.3.1 to 3.4.1
…rn/stringstream-0.0.6 Bump stringstream from 0.0.5 to 0.0.6
…rn/extend-3.0.2 Bump extend from 3.0.1 to 3.0.2
…rn/sshpk-1.16.1 Bump sshpk from 1.13.1 to 1.16.1
- remove random sleeps
…harden-screen-test
whitespace
At https://github.com/octalmage/robotjs/blob/b26c7ee0e3dd05420370350e540c48ae9d38f06c/src/keycode.c#L98, `sizeof(void*)` bytes (probably 8) are written to a memory segment of 2 bytes (a 16-bit CGKeycode variable), resulting in all kinds of weird behaviour, like unrelated variables getting NULLed. Making `code` a a type that can hold `sizeof(void*)` bytes fixes this. Closes octalmage#570
src/keycode: fix buffer overflow
- remove random sleep for decreased delay while typing
Harden screen test
Fix X11 support stripped with windows PR
See electron/electron#18397 for background
implicitly updates node-gyp
Change repo url in package.json so that prebuilds are downloaded from this repo
Member
Author
|
Obsoleted by #5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pending: prebuild/prebuild-install#161 in a released version so that it supports electron 14 and 15.