The KeyboardEvent.keyCode read-only property represents a system and implementation dependent numerical code identifying the unmodified value of the pressed key.The value of keypress event is different between browsers.The value of key events which are caused by pressing or releasing printable keys in standard position is not compatible between browsers. IE just exposes the native virtual keycode value as KeyboardEvent.keyCode. Google Chrome, Chromium and Safari must decide the value from the input character. If the inputting character can be inputted with the US keyboard layout, they use the keyCode value on the US keyboard layout.
-
Notifications
You must be signed in to change notification settings - Fork 0
KovalenkoSerj/KeyboardEvent-App
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description or website provided.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published