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