Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #29115, comment 10


Ignore:
Timestamp:
08/24/2014 10:23:35 PM (12 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29115, comment 10

    v2 v3  
    33What kind of keyboard layout are you using? Don't mind excluding keyCode 229, but don't see it ever mapped to the Shift key? Ref: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent.keyCode.
    44
    5 Are there any other keyCodes we need to consider? Looking further at the above list: seems we should exclude all keyCodes >= 224 and also >= 144 || <= 150.
     5Are there any other keyCodes we need to consider? Looking further at the above list: seems we should exclude all keyCodes ` >= 224` and also ` >= 144 || <= 150 `.