Open naoric opened 7 years ago
Thanks for the great work you are doing! 90% of the time I find myself mapping a shortcut to something like this:
document.querySelector('SOMETHING') .dispatchEvent(new MouseEvent('click', { bubbles: true, ...}))
If there's a way to just map a shortcut to a css selector it would be awesome.
Thanks for the great work you are doing! 90% of the time I find myself mapping a shortcut to something like this:
If there's a way to just map a shortcut to a css selector it would be awesome.