$ctrlenter: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Doomie (talk | contribs)
No edit summary
 
mNo edit summary
Line 3: Line 3:


== See Also ==
== See Also ==
[[On_Input]] events triggers when you enter text in an editbox and press enter.
* [[On_Input|on input event]] to trigger when you enter text in an editbox and press enter.


[[Category:Other Identifiers]]
[[Category:Other Identifiers]]

Revision as of 09:17, 2 July 2007

This identifier returns $true if Control+Enter was pressed when the user entered the text in an input event. Else it returns $false

$ctrlenter

See Also

  • on input event to trigger when you enter text in an editbox and press enter.