Defines the key values the binding will check. On a key interaction, the pressed keys will be checked against the given key values. The set of pressed keys must match the given key values.
If true, key codes will be used instead of key values. Keep in mind that key codes ignore the user's keyboard layout. See https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/code.
Rest
...keysOrCodes: readonly string[]The key values to match, or key codes if isCode is set to true.
A clone of the current builder to chain the building configuration.
Generated using TypeDoc
The binding builder API that support key-based routines