diff --git a/docs/docs/keymaps/input-processors/behaviors.md b/docs/docs/keymaps/input-processors/behaviors.md index 66d26da0a8ee..849a3aeb4afc 100644 --- a/docs/docs/keymaps/input-processors/behaviors.md +++ b/docs/docs/keymaps/input-processors/behaviors.md @@ -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. ::: @@ -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