Difference between revisions of "$ctrlenter"

From Scriptwiki
Jump to: navigation, search
 
m
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 11: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.