blob: 199e47c0281c980c6a99c07e539b319f718b8935 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.events.utils.ModifierKeys",
"baseClassname": ""
,
"description": "This class holds constants for modifier keys See: https://w3c.github.io/uievents-key/#keys-modifier See: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key/Key_Values#Modifier_keys",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "field",
"qname": "ALT",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "The Alt (Alternative) key."},
{ "type": "field",
"qname": "ALT_GRAPH",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "The AltGr or AltGraph (Alternate Graphics) key. Enables the ISO Level 3 shift modifier (where Shift is the level 2 modifier)."},
{ "type": "field",
"qname": "CAPS_LOCK",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "The Caps Lock key. Toggles the capital character lock on and off for subsequent input."},
{ "type": "field",
"qname": "CONTROL",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "The Control, Ctrl, or Ctl key. Alows typing control characters."},
{ "type": "field",
"qname": "FN",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "The Fn (Function modifier) key. Used to allow generating function key (F1-F15, for instance) characters on keyboards without a dedicated function key area. Often handled in hardware so that events aren't generated for this key."},
{ "type": "field",
"qname": "META",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "The Meta key. Allows issuing special command inputs. This is the Windows logo key, or the Command or ⌘ key on Mac keyboards."},
{ "type": "field",
"qname": "NUM_LOCK",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "The NumLock (Number Lock) key. Toggles the numeric keypad between number entry some other mode (often directional arrows)."},
{ "type": "field",
"qname": "SCROLL_LOCK",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "The Scroll Lock key. Toggles beteen scrolling and cursor movement modes."},
{ "type": "field",
"qname": "SHIFT",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "The Shift key. Modifies keystrokes to allow typing upper (or other) case letters, and to support typing punctuation and other special characters."},
{ "type": "field",
"qname": "SUPER",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "The Super key."},
{ "type": "field",
"qname": "SYMBOL",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "The Symbol modifier key (found on certain virtual keyboards)."},
{ "type": "field",
"qname": "SYMBOL_LOCK",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "The Symbol Lock key."}]
}