Note The supported key should not be out of the scope of browser. For example, onKeyUp and onKeyDown support most keys in the list, but in most browsers, onKeyPress is only fired when the user presses an alphanumeric key(include uppercase letters, lowercase letters, numbers, symbols, punctuation characters, and the ESC, SPACE, and ENTER keys).
Condition
Add Expressions to tell the key status (key combination) in the Condition of ECA.
It has following properties:
▪ keyCode
▪ altKey : false,
▪ ctrlKey : false,
▪ shiftKey : false,
▪ metaKey : false.
Action
Add Inline Script in the Action of ECA.
Use Stop event pagination to determine whether stop event bubble or not (default is not).