Changes between Version 2 and Version 3 of Ticket #29115, comment 10
- Timestamp:
- 08/24/2014 10:23:35 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29115, comment 10
v2 v3 3 3 What 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. 4 4 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.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 `.