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
JavaScript Copy Code |
---|
get autoRepeat() {} |
Boolean
true to enable automatic repeat, or false otherwise.
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.