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