Virtual Keyboard for JavaScript
KeyboardState.Alt Field
See Also
 






A boolean value specifying state of Alt modifier.

Namespace: MindFusion.Keyboard
Assembly: KeyboardState.js

 Syntax

JavaScript  Copy Code

var Alt

 Remarks

Set KeyboardState.Alt to true and the JsKeyboard will handle key strokes as if the user has pressed (and holds) the Alt key.

 Example

JavaScript  Copy Code

var vk = VirtualKeyboard.create(
  document.getElementById("keyboard"));

KeyboardState.Alt = true;

 See Also

KeyboardState Members
KeyboardState Class
MindFusion.Keyboard Namespace