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