0

I'm trying to allow a user to use a browser's ctrl-plus and ctrl-minus functions through an onclick event but I'm not able to find out how to instruct javascript or jquery to respond as if a key combination has been pressed. Everytime I try to find anything on it I find, instead, instructions on how to get a key combination to trigger an onPress event.

Hitting a bit of a wall.

1 Answers1

-1

Here i have mention key value's CTRL key - 17 and PLUS SIGN (+) key - 107,MINUS SIGN (-) key - 109

PVR
  • 1
  • 2