Browse Source

Merge pull request #5294 from hubbyist/master

Clarification about "Enter" and "Return" keys confusion for programmers from web background
[skip ci]
Rémi Verschelde 9 years ago
parent
commit
f47d7b27cb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/base/classes.xml

+ 2 - 2
doc/base/classes.xml

@@ -804,10 +804,10 @@
 			Backspace Key
 		</constant>
 		<constant name="KEY_RETURN" value="16777221">
-			Return Key
+			Return Key (On Main Keyboard)
 		</constant>
 		<constant name="KEY_ENTER" value="16777222">
-			Enter Key
+			Enter Key (On Numpad)
 		</constant>
 		<constant name="KEY_INSERT" value="16777223">
 			Insert Key