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