malekim / v-idle

A Vue.js plugin to detect idle/non-active users
https://malekim.github.io/v-idle/
MIT License
70 stars 8 forks source link

It can't detect "Esc" Key press event , we need to use keydown event #23

Closed gravitymacau closed 9 months ago

gravitymacau commented 3 years ago

It can't detect "Esc" Key press event , we need to use keydown event

malekim commented 9 months ago

It's vue thing that "Escape" is detected in keydown event. I added an example in unit tests how to detect "Escape" with refresh event.