Skip to content

Keyboard Controls & Focus Handling

Choose a tag to compare

@Nyloth9 Nyloth9 released this 10 Feb 14:58
· 23 commits to main since this release

Changes:

  1. Added keyboard controls for navigation. ALT + T can now be used to navigate between the toasts.
  2. Implemented focus in/out functionality . Toasts will now pause when they are focused, or an element inside the toast is focused. On focus out the timer will resume.
  3. Pressing escape while the toast or element inside the toast is focused will dismiss it.