diff --git a/docs/configuration/keymap.md b/docs/configuration/keymap.md index 7d5c14bb..b5c938f9 100644 --- a/docs/configuration/keymap.md +++ b/docs/configuration/keymap.md @@ -81,27 +81,18 @@ keymap = [ You can specify one or more keys in the `on` of each keybinding rule, and each key can be represented with the following notations: -| Notation | Description | -| ---------------- | ------------------ | -| `a` - `z` | Lowercase letters. | -| `A` - `Z` | Uppercase letters. | -| `` | Space key. | -| `` | Backspace key. | -| `` | Enter key. | -| `` | Left arrow key. | -| `` | Right arrow key. | -| `` | Up arrow key. | -| `` | Down arrow key. | -| `` | Home key. | -| `` | End key. | -| `` | PageUp key. | -| `` | PageDown key. | -| `` | Tab key. | -| `` | Shift + Tab key. | -| `` | Delete key. | -| `` | Insert key. | -| `` - `` | Function keys. | -| `` | Escape key. | +| Notation | Description | Notation | Description | +| ---------------- | ----------------- | ------------- | ----------------- | +| `a` - `z` | Lowercase letters | `A` - `Z` | Uppercase letters | +| `` | Space key | `` | Backspace key | +| `` | Enter key | - | - | +| `` | Left arrow key | `` | Right arrow key | +| `` | Up arrow key | `` | Down arrow key | +| `` | Home key | `` | End key | +| `` | PageUp key | `` | PageDown key | +| `` | Tab key | `` | Shift + Tab key | +| `` | Delete key | `` | Insert key | +| `` - `` | Function keys | `` | Escape key | You can combine the following modifiers for the keys above: