Merge pull request #5294 from hubbyist/master

Clarification about "Enter" and "Return" keys confusion for programmers from web background
[skip ci]
This commit is contained in:
Rémi Verschelde 2016-06-19 15:58:04 +02:00 committed by GitHub
commit f47d7b27cb

View File

@ -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