Search
Key.send Method
See Also
 






Sends this key to the foreground window.

Namespace: com.mindfusion.keyboard
Assembly: com.mindfusion.keyboard

 Syntax

Java  Copy Code

public abstract void send (
    boolean releaseSpecialKeys
)

 Parameters

releaseSpecialKeys

true to automatically release modifier keys afterwards, or false otherwise.

 See Also