Search
VirtualKeyboard.autoRepeat Property
See Also
 






Gets or sets a value indicating whether the component should synthesize keyboard events repeatedly when a virtual key is pressed down, until the key is released.

Namespace: MindFusion.Keyboard
File: VirtualKeyboard.js

 Syntax

JavaScript  Copy Code

get autoRepeat() {}
set autoRepeat(value) {}

 Property Value

Boolean

true to enable automatic repeat, or false otherwise.

 Remarks

When this value is set to false, JsKeyboard generates one key-press event and does not raise subsequent events until the key is not released.

 See Also