Skip to content

Commit

Permalink
released v3.13.0 (#441 #463)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 8, 2023
1 parent 3c9bb77 commit 511e855
Show file tree
Hide file tree
Showing 8 changed files with 415 additions and 437 deletions.
1 change: 1 addition & 0 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ hotkeys('ctrl-y, ctrl-a', {splitKey: '-'}, function(e){
- `keydown<Boolean>`
- `splitKey<string>` (默认值 `+`)
- `capture<Boolean>`
- `single<Boolean>`

```js
hotkeys('o, enter', {
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ hotkeys('*','wcj', function(event){
- `keydown<Boolean>`
- `splitKey<string>` (default is `+`)
- `capture<Boolean>`
- `single<Boolean>`

```js
hotkeys('o, enter', {
Expand Down

0 comments on commit 511e855

Please sign in to comment.