Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Cem Aksoylar <[email protected]>
  • Loading branch information
petejohanson and caksoylar authored Dec 16, 2024
1 parent abd69da commit 88e893e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/keymaps/input-processors/behaviors.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The behaviors input processor is used invoke standard behaviors when certain inp

:::note

The behaviors input processor is primarily intended for `INPUT_EV_KEY` type of events that have a binary on/off state, not vector types for relative or absolute movements.
This input processor is primarily intended for `INPUT_EV_KEY` type of events that have a binary on/off state, not vector types for relative or absolute movements.

:::

Expand Down Expand Up @@ -37,7 +37,7 @@ Should you wish to update the existing instance to trigger different behaviors f
};
```

By default, the `bindings` property maps all the buttons to [`&none`](../behaviors/misc.md#none).
By default, the `bindings` property maps all the buttons to [`&none`](../behaviors/misc.md#none), so you will want to override the `bindings` property like above if you use this processor by assigning it to an [input listener](usage.md).

## User-Defined Instances

Expand Down

0 comments on commit 88e893e

Please sign in to comment.