keypress-tool
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "keypress-tool", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Create custom keyboard shortcuts (in the browser)", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -11,3 +11,3 @@ # keypress-tool | ||
˜˜˜js | ||
```js | ||
import KeyPress from 'keypress-tool'; | ||
@@ -41,3 +41,3 @@ | ||
k.toString(); // '⌃⌥⇧⌘A' on macOS | ||
˜˜˜ | ||
``` | ||
@@ -56,18 +56,18 @@ Only these special keys work in fullscreen in Safari: | ||
˜˜˜sh | ||
```sh | ||
git clone git@github.com:JannesMeyer/keypress-tool.git | ||
yarn | ||
˜˜˜ | ||
``` | ||
Or compile and watch for file changes: | ||
˜˜˜sh | ||
```sh | ||
yarn start | ||
˜˜˜ | ||
``` | ||
Run tests: | ||
˜˜˜sh | ||
```sh | ||
yarn test | ||
˜˜˜ | ||
``` | ||
@@ -74,0 +74,0 @@ Please respect the existing formatting and indentation style. Please add tests for code that you contribute. Submit a pull request when you are done. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16943