I am trying to capture a ctrl+v event on-site create with vue.js, in this site, there isn't any form but there are a few buttons, so I want to detect the ctrl+v event Independently of if the user did click in any button previously or not.
Is this possible?
How can do it?