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