How to detect combination keycode
How to detect combination keycode
$(document).keydown(function(e) {
console.log('key code is: 'e.which);
});
I know how to find out which key user use, but how to do it when they use combination key? for example:
"CTRL + C", "CTRL + V" and so on.
Topic Participants
chan15tw
zoho
benjamin.paap
kbwood.au
yeosuanaik