Hello everyone.
I want to perform some action on key combination such as Shift + Delete. I have done on single key using keyCode but don't know how to determine combination of keys.
All I want to do this using javascript (not jquery)
Any help will be appriciated.