Declare keypress event should be fired when pressing Enter, Shift + Enter and Ctrl + Enter #183
Labels
Comments
|
|
@garykac Could you take a look this issue? This inconsistency could cause making incompatible web apps. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, keypress event is declared as:
However, in any browsers, Enter, Shift + Enter, Ctrl + Enter causes keypress event in any desktop OSes.
Unfortunately, whether keypress event is fired for Alt + Enter and Meta + Enter, and also 2 or modifiers + Enter depends on browser and platform...
The text was updated successfully, but these errors were encountered: