Clarification about enter keys confusion
Some Languages threat KEY_RETURN and KEY_ENTER keys having the same keycode (eg: Javascript). Added additional explanation about this issue. Related to #4595
This commit is contained in:
parent
f84ffb9bed
commit
92fc3fa536
|
@ -804,10 +804,10 @@
|
||||||
Backspace Key
|
Backspace Key
|
||||||
</constant>
|
</constant>
|
||||||
<constant name="KEY_RETURN" value="16777221">
|
<constant name="KEY_RETURN" value="16777221">
|
||||||
Return Key
|
Return Key (On Main Keyboard)
|
||||||
</constant>
|
</constant>
|
||||||
<constant name="KEY_ENTER" value="16777222">
|
<constant name="KEY_ENTER" value="16777222">
|
||||||
Enter Key
|
Enter Key (On Numpad)
|
||||||
</constant>
|
</constant>
|
||||||
<constant name="KEY_INSERT" value="16777223">
|
<constant name="KEY_INSERT" value="16777223">
|
||||||
Insert Key
|
Insert Key
|
||||||
|
|
Loading…
Reference in New Issue