Search
VirtualKeyboard.autoReleaseModifierKeys Property
See Also
 






Gets or sets a value indicating whether pressing a regular key should automatically release modifier keys such as shift, alt, control etc. (except CapsLock).

Namespace: MindFusion.Keyboard
File: VirtualKeyboard.js

 Syntax

JavaScript  Copy Code

get autoReleaseModifierKeys() {}
set autoReleaseModifierKeys(value) {}

 Property Value

Boolean

true to release modifier keys automatically, or false otherwise.

 Remarks

Use this property to control the behavior of the JsKeyboard library. When the property value is false, the keyboard handles key strokes as if the user still holds the modifier key that was previously pressed.

 See Also