A boolean value specifying state of the Insert key.
Namespace: MindFusion.Keyboard
File: KeyboardState.js
JavaScript Copy Code |
---|
var Insert |
Set KeyboardState.CapsLock to true and the JsKeyboard will handle key strokes as if the user has pressed (and holds) the Insert key.
JavaScript Copy Code |
---|
var vk = VirtualKeyboard.create( KeyboardState.Insert = true; |