User Tools

Site Tools


en:code:device:keyboard

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:code:device:keyboard [2011/04/20 20:33] – created jmgren:code:device:keyboard [2021/02/13 11:23] (current) – external edit 127.0.0.1
Line 23: Line 23:
  
 === Arguments === === Arguments ===
-  - key - (string) the key to press+  - key - ([[en:code:device:keyboard:string|string]]) the key to press
  
 === Returns === === Returns ===
Line 43: Line 43:
  
 === Arguments === === Arguments ===
-  - key - (string) the key to release+  - key - ([[en:code:device:keyboard:string|string]]) the key to release
  
 === Returns === === Returns ===
Line 63: Line 63:
  
 === Arguments === === Arguments ===
-  - key - (string) the key to trigger+  - key - ([[en:code:device:keyboard:string|string]]) the key to trigger
  
 === Returns === === Returns ===
Line 80: Line 80:
 <code javascript> <code javascript>
 myObject.writeText(text); myObject.writeText(text);
 +</code>
 +<code javascript>
 +myObject.writeText(text, delay);
 </code> </code>
  
 === Arguments === === Arguments ===
   - text - (string) the text to write   - text - (string) the text to write
 +  - delay - (int) the pause duration (milliseconds) between each character [//Added in Actionaz 3.5.0.//]
  
 === Returns === === Returns ===
en/code/device/keyboard.1303331593.txt.gz · Last modified: (external edit)