Hot keys inside the panel
Hi everyone.
Is there any working method that allows adding addEventListener to keys combinations (aka capture keystrokes)?
I've tried a few inside the After Effects and it seems like it works inside some of the versions.
Hi everyone.
Is there any working method that allows adding addEventListener to keys combinations (aka capture keystrokes)?
I've tried a few inside the After Effects and it seems like it works inside some of the versions.
Using jQuery
$('#yourID').keypress(function(key) {
// do something with your key
});
See https://api.jquery.com/keypress/
You can also do it without jquery I'm just lazy so I use jquery
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.