Search
Key.send Method
See Also
 






Sends this key as input to focused element.

Namespace: MindFusion.Keyboard
File: Key.js

 Syntax

JavaScript  Copy Code

function send ()

 Remarks

You can also send a key also using the VirtualKeyboard.sendKey method.

 See Also