Releases: ai/keyux
Releases · ai/keyux
0.11.1
- Fixed hotkeys with
Alt
on MacOS (by @mira-kovar).
0.11.0
- Added
focusgroup
limited polyfill (by @echo-vladimir & @mezhnin).
0.10.0
- Add support for hotkey with any modifier (
Alt
orMeta
) inside text input. - Add click by Space key support to
pressKeyUX()
.
0.9.0
- Added
inert
andaria-hidden
support.
0.8.3
- Fixed
contenteditable
support (by @vitalybaev).
0.8.2
- Fixed hotkey with space support (by @vitalybaev).
0.8.1
- Fixed hotkeys with space (by @vitalybaev).
0.8.0
- Added ability to put focus to text input by hotkey.
0.7.2
- Fixed Safari support.
0.7.1
- Allowed to trigger hotkey with
Alt
on focus in text fields.