diff --git a/docs/docs/keymaps/list-of-codes.mdx b/docs/docs/keymaps/list-of-codes.mdx index 58055a37..c2e24da7 100644 --- a/docs/docs/keymaps/list-of-codes.mdx +++ b/docs/docs/keymaps/list-of-codes.mdx @@ -11,6 +11,7 @@ import Table from "@site/src/components/codes/Table"; Take extra notice of the spelling of the keycodes, especially the shorthand spelling. Otherwise, it will result in an elusive parsing error! ::: + :::info[Keyboard vs. Consumer keycodes] In the below tables, there are keycode pairs with similar names where one variant has a `K_` prefix and another `C_`. These variants correspond to similarly named usages from different [HID usage pages](https://usb.org/sites/default/files/hut1_2.pdf#page=16), @@ -19,6 +20,7 @@ namely the "keyboard/keypad" and "consumer" ones respectively. In practice, some OS and applications might listen to only one of the variants. You can use the values in the compatibility columns below to assist you in selecting which one to use. ::: + This is the reference page for keycodes used by behaviors. Use the table of contents (on the right or the top) for easy navigation.