Commit graph

2 commits

Author SHA1 Message Date
Peter Johanson
f5690b8ab9 fix(behaviors): Capture mods for &key_repeat
* When tracking the last keycode, also capture the currently held
  explicit modifiers to use when replaying the key later.
2021-12-02 21:33:09 +00:00
Peter Johanson
80ae9c9aa5 feat(behaviors): &key_repeat behavior + tests.
* Add new `&key_repeat` behavior that captures and re-sends
  the most recently triggered keycode.

Closes: #853
2021-12-02 21:33:09 +00:00