mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
The spec states that if an input key would insert a numerical character if it were pressed without a modifier, then the keyCode should be that of the numerical character. For example, the keyCode for a dollar sign should be that of the number 4. Further, we should implement the optional fixed virtual key codes. Otherwise, our implementation would give e.g. the double quote a keyCode value of 38, which is the same as the up arrow key. |
||
---|---|---|
.. | ||
EventModifier.h | ||
EventModifier.idl | ||
EventNames.cpp | ||
EventNames.h | ||
FocusEvent.cpp | ||
FocusEvent.h | ||
FocusEvent.idl | ||
KeyboardEvent.cpp | ||
KeyboardEvent.h | ||
KeyboardEvent.idl | ||
MouseEvent.cpp | ||
MouseEvent.h | ||
MouseEvent.idl | ||
UIEvent.cpp | ||
UIEvent.h | ||
UIEvent.idl | ||
WheelEvent.cpp | ||
WheelEvent.h | ||
WheelEvent.idl |