Skip to content

Commit

Permalink
Documentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ferserc1 committed May 20, 2024
1 parent 0eaf4ec commit 37799cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/key_shortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const myInputField = document.createElement('textarea');
myInputField.addEventListener('keyup', evt => evt.stopPropagation());
```

## Pause shortcuts
## Pause shortcuts (paella-core >= 1.49.0)

You can pause the capture of keyboard shortcuts using the `pauseCaptureShortcuts` function and resume it using `resumeCaptureShortcuts`:

Expand Down

0 comments on commit 37799cb

Please sign in to comment.