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