diff --git a/documentation/docs/documentation/useHotkeys/basic-usage.mdx b/documentation/docs/documentation/useHotkeys/basic-usage.mdx index 09f49184..0fa3ca30 100644 --- a/documentation/docs/documentation/useHotkeys/basic-usage.mdx +++ b/documentation/docs/documentation/useHotkeys/basic-usage.mdx @@ -161,8 +161,7 @@ Of course, we also want to leverage more complex keystrokes. `useHotkeys` suppor * `meta` :::info macOS and Windows/Linux compatability -Since version 4 `alt` and `option` are identical. The `meta` key is the same as `cmd` on macOS and `ctrl` on Windows/Linux. -::: +Since version 4 `alt` and `option` are identical. The `meta` key is the same as `cmd` on macOS and `os` key on Windows. ```jsx function ExampleComponent() {