KeyModifiers
-
wv.KeyModifiers Enumerates Modifier Keys. Note this enumeration may not correspond with JavaScript key codes for the corresponding keys.
Enumeration Members
-
wv.KeyModifiers.Alt - Alt: 4
The alt key
-
wv.KeyModifiers.Command - Command: 16
The command key
-
wv.KeyModifiers.Control - Control: 8
The control key
-
wv.KeyModifiers.None - None: 0
No modifier key
-
wv.KeyModifiers.Shift - Shift: 2
The shift key