microsoft / tabster

Web Application Keyboard Navigation Tools
https://tabster.io
MIT License
118 stars 36 forks source link

feat: Adding tabster:movefocus DOM event which is triggered every time Tabster wants to move focus. #332

Closed mshoho closed 9 months ago

mshoho commented 9 months ago

Adding tabster:movefocus. Whenever Tabster wants to move focus as the result of a keydown, this event will be triggered. The application can do event.preventDefault() to prevent Tabster from what it is going to perform.