Dafrok/v-hotkey

Hotkey prevent does not allow write on input

ajomuch92 opened this issue · 2 comments

If I use hotkey.prevent on a div, and inside this div I put a input, the hotkey doesn't allow to write on this input. If I remove the prevent directive, works correctly.

I can't use ctrl+c and ctrl+v etc. on text fields.

tiliv commented

.prevent seems to mess up all native shortcuts, including Ctrl/Cmd-R for reload