Browse Source

doc(keymaps): fix typo (#1425)

xmkb
Anton 2 years ago committed by Julia Luna
parent
commit
1e0bbbf20f
Signed by: xenua
GPG Key ID: 6A0C04FA9A7D7582
  1. 2
      docs/docs/features/keymaps.md

2
docs/docs/features/keymaps.md

@ -58,7 +58,7 @@ in the stack _also_ get the event. @@ -58,7 +58,7 @@ in the stack _also_ get the event.
Binding a behavior at a certain key position may include up to two extra parameters that are used to
alter the behavior when that specific key position is activated/deactivated. For example, when binding
the "key press" (`kp`) behavior at a certain key position, you must specific _which_ keycode should
the "key press" (`kp`) behavior at a certain key position, you must specify _which_ keycode should
be used for that key position.
```

Loading…
Cancel
Save