diff --git a/content/guide/keyboard-shortcuts/index.mdx b/content/guide/keyboard-shortcuts/index.mdx index d4ef2d80..69470646 100644 --- a/content/guide/keyboard-shortcuts/index.mdx +++ b/content/guide/keyboard-shortcuts/index.mdx @@ -13,11 +13,9 @@ It is a common case to provide a keyboard shortcut for a function in a userscrip We provided an easy way to achieve this by introducing [@violentmonkey/shortcut][vm-shortcut]. - Note: [@violentmonkey/shortcut][vm-shortcut] is a library provided by the Violentmonkey team, but it is just JavaScript and can be used with other script managers as well. + Note: [@violentmonkey/shortcut][vm-shortcut] is a library provided by the Violentmonkey team, but it is just JavaScript and can be used with other script managers as well. You can find the API reference in its README page. -See [the documentation](https://violentmonkey.github.io/vm-shortcut/) for more details. - ## Preparation ### Option 1. `@require`