Commit Graph

536 Commits (master)
 

Author SHA1 Message Date
renovate[bot] 71dd796d92
chore(deps): update dependency eslint-config-airbnb to v18 (#149)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
5 years ago
renovate[bot] 23cfccfc85
chore(deps): update dependency eslint to v6 (#148)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
5 years ago
renovate[bot] 6830b4415d
chore(deps): update react monorepo to v16.13.1 (#144)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
5 years ago
renovate[bot] ca5fa88a39
chore(deps): update dependency uglify-js to v3.8.0 (#143)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
5 years ago
renovate[bot] d51b47d46a
chore(deps): update dependency rollup-plugin-babel to v4.4.0 (#142)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: 小弟调调™ <398188662@qq.com>
5 years ago
renovate[bot] 496d28da22
chore(deps): update dependency cross-env to v7 (#147)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
5 years ago
renovate[bot] dc04e7236b
chore(deps): update dependency rollup to v1.32.1 (#141)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
5 years ago
小弟调调™ 2c75102b0a
chore(deps): update dependency eslint-plugin-import to v2.20.1 (#136)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
5 years ago
renovate[bot] fe86a0300d
chore(deps): update dependency eslint-plugin-react to v7.19.0 (#137)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
5 years ago
renovate[bot] ec7f52dba7
chore(deps): update dependency postcss-modules to v1.5.0 (#140)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
5 years ago
renovate[bot] cb293bd3c7
chore(deps): update dependency less to v3.11.1 (#139)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
5 years ago
renovate[bot] 588bbdd67a
chore(deps): update dependency bannerjs to v1.0.7 (#135)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
5 years ago
renovate[bot] aa7cf0450b
chore(deps): update dependency @uiw/react-github-corners to v1.1.3 (#134)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: 小弟调调™ <398188662@qq.com>
5 years ago
renovate[bot] 29f7481fce
chore(deps): update dependency autoprefixer to v9 (#145)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
5 years ago
renovate[bot] 672d5976f9
chore(deps): update babel monorepo (#133)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
5 years ago
renovate[bot] 1618801c64
chore(deps): update dependency babel-eslint to v10 (#146)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
5 years ago
renovate[bot] 3a2b5eab22
chore(deps): update dependency highlight.js to v9.18.1 (#138)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
5 years ago
Renovate Bot 85b487ee60
chore(deps): update dependency eslint-plugin-import to v2.20.1 5 years ago
renovate[bot] ebe93cb65f
chore(deps): pin dependencies (#132)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
5 years ago
renovate[bot] c25b0e1b7d
chore(deps): add renovate.json (#130)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
5 years ago
jaywcjlove 51d6f0ce0c released v3.7.4 #129 5 years ago
jaywcjlove 5d49f18fcc chore: Add code comments. 5 years ago
jaywcjlove 054d0bb4a5 fix: More browser support. #129 5 years ago
Niklas 4cac856524
Set `ctrl` and `alt` modifiers when `altgr` is pressed (#129)
This solves the issue in Firefox on Windows where hotkeys corresponding to special characters would not trigger. An example of this is `ctrl+alt+m` on a Swedish keyboard which is used to type `μ`.
5 years ago
jaywcjlove 75c8c2e104 doc: Update document. 5 years ago
jaywcjlove d97dc0beae doc: Update README.md 5 years ago
jaywcjlove 5a375d4e62 doc: Update document. 5 years ago
jaywcjlove 2c4afa0fef chore: Modify comment. 5 years ago
jaywcjlove 46ece3d896 chore: Modify workflows config. 5 years ago
Vitor M c6634a8eb5 Greatly improve responsiveness of the virtual keyboard on the website (#123) 5 years ago
Stephen Jennings f3628460c1 use cross-env to set environment variables in scripts (#121)
When running tests and builds on Windows, `VAR_NAME=value command` is
not valid syntax for setting environment variables. cross-env takes care
of setting variables properly before executing the command.
5 years ago
dependabot[bot] 07749918a1 Bump serialize-to-js from 3.0.0 to 3.0.1 (#120)
Bumps [serialize-to-js](https://github.com/commenthol/serialize-to-js) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/commenthol/serialize-to-js/releases)
- [Commits](https://github.com/commenthol/serialize-to-js/compare/v3.0.0...v3.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
jaywcjlove 6bfb8ec8da chore: Otimize the document website code. 5 years ago
jaywcjlove 346a0c70ec chore: Modify workflows config. 5 years ago
jaywcjlove fe8f4ffa2c chore: Modify workflows config. 5 years ago
jaywcjlove 471b549e8c chore: Add github workflows config. 5 years ago
jaywcjlove 4f1ee4666f Build v3.7.3 #117 5 years ago
jaywcjlove 2eff0b7fd1 Update devDependencies. 5 years ago
Sebastian Kreft 08fbd1c948 Change filter to accept a KeyboardEvent (#118)
`hotkeys.filter` filter `KeyboardEvent`s and as such the signature should reflect so. The change is specially important if one want to override the default filtering strategy.
5 years ago
Sebastian Kreft 08368e075d Allow events in read only TextArea (#119)
Fix default filtering strategy to correctly allow events for text area elements when is set to read only.
5 years ago
Smar a76a1011b9 Fixing a typo and a spelling mistake on the comments of README.md (#110)
SIngle key -> Single key
Key Combenation -> Key Combination
5 years ago
jaywcjlove 7789650029 Bump husky from 1.3.1 to 3.0.5 5 years ago
jaywcjlove cd2b2e33ce released v3.7.2 #109 5 years ago
jaywcjlove 98ce2d6fb6 chore: Modify the code comment. #109 5 years ago
Logan Bittner f3cc7a2585 Fixes `command` key on Firefox MacOSx (#109)
* Fixes command key in FireFox

* revert main file
5 years ago
jaywcjlove 7d416f1cfb Build v3.7.1 6 years ago
jaywcjlove 00a8b67c4a type: Modify Hotkeys Option type. 6 years ago
jaywcjlove 933c034ccc Bump husky from 1.0.0-rc.8 to 1.3.1 6 years ago
jaywcjlove 4f77051326 test: Add Trigger Keyboard Focus test case. 6 years ago
jaywcjlove 9a2c1d6e4d Build 3.7.0 #104 6 years ago