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.