WebKit2WebExtension.DOMKeyboardEvent¶
- Subclasses:
None
Methods¶
- Inherited:
WebKit2WebExtension.DOMUIEvent (9), WebKit2WebExtension.DOMEvent (15), GObject.Object (37)
- Structs:
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
WebKit2WebExtension.DOMUIEvent (8), WebKit2WebExtension.DOMEvent (10), WebKit2WebExtension.DOMObject (1)
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
read-only |
||
r |
read-only |
||
r |
read-only |
||
r |
read-only |
||
r |
read-only |
||
r |
read-only |
||
r |
read-only |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class WebKit2WebExtension.DOMKeyboardEvent(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- get_alt_graph_key()¶
-
Deprecated since version 2.22: Use JavaScriptCore API instead
- get_alt_key()¶
-
Deprecated since version 2.22: Use JavaScriptCore API instead
- get_ctrl_key()¶
-
Deprecated since version 2.22: Use JavaScriptCore API instead
- get_key_identifier()¶
-
Deprecated since version 2.22: Use JavaScriptCore API instead
- get_key_location()¶
-
Deprecated since version 2.22: Use JavaScriptCore API instead
- get_meta_key()¶
-
Deprecated since version 2.22: Use JavaScriptCore API instead
- get_modifier_state(keyIdentifierArg)¶
-
Deprecated since version 2.22: Use JavaScriptCore API instead
- get_shift_key()¶
-
Deprecated since version 2.22: Use JavaScriptCore API instead
- init_keyboard_event(type, canBubble, cancelable, view, keyIdentifier, location, ctrlKey, altKey, shiftKey, metaKey, altGraphKey)¶
- Parameters:
Deprecated since version 2.22: Use JavaScriptCore API instead
Property Details¶
- WebKit2WebExtension.DOMKeyboardEvent.props.alt_graph_key¶
-
read-only
bool
KeyboardEvent:alt-graph-key
- WebKit2WebExtension.DOMKeyboardEvent.props.key_identifier¶
-
read-only
str
KeyboardEvent:key-identifier