A JavaScript library that lets you click with your keyboard.
A live demo can be found in Krabby.
Add hint.js
to your project.
A minimal example to get started:
const hint = new Hint
hint.on('validate', (target) => target.focus())
hint.start()
You can find some examples in Krabby.
Read the documentation for a complete reference.