Difference between revisions of "$ctrlenter"
From Scriptwiki
m |
|||
Line 3: | Line 3: | ||
== See Also == | == See Also == | ||
− | [[On_Input]] | + | * [[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 10: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.