jKey icon indicating copy to clipboard operation
jKey copied to clipboard

'?' shortcut does not work on FF/Mac OS X

Open cespare opened this issue 13 years ago • 0 comments

It looks like part of the problem with #4 is this issue as well.

It is not possible to detect a '?' being pressed using the keydown event in Firefox on Mac OS X. See the key handler source in the google closure code; in particular, this comment:

// On the Mac, shift-/ triggers a question mark char code and no key code

cespare avatar Oct 03 '11 04:10 cespare