gi-webkit2webextension-0.2.10.13: WebKit2WebExtension bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMKeyboardEvent

Contents

Description

 

Synopsis

Exported types

Methods

dOMKeyboardEventGetAltGraphKey

dOMKeyboardEventGetAltKey

dOMKeyboardEventGetCtrlKey

dOMKeyboardEventGetKeyIdentifier

dOMKeyboardEventGetKeyLocation

dOMKeyboardEventGetMetaKey

dOMKeyboardEventGetModifierState

dOMKeyboardEventGetShiftKey

dOMKeyboardEventInitKeyboardEvent

Properties

AltGraphKey

data DOMKeyboardEventAltGraphKeyPropertyInfo Source

AltKey

CtrlKey

KeyIdentifier

data DOMKeyboardEventKeyIdentifierPropertyInfo Source

Instances

AttrInfo DOMKeyboardEventKeyIdentifierPropertyInfo Source 
type AttrLabel DOMKeyboardEventKeyIdentifierPropertyInfo = "key-identifier" Source 
type AttrGetType DOMKeyboardEventKeyIdentifierPropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMKeyboardEventKeyIdentifierPropertyInfo = DOMKeyboardEventK Source 
type AttrSetTypeConstraint DOMKeyboardEventKeyIdentifierPropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMKeyboardEventKeyIdentifierPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source 

KeyLocation

data DOMKeyboardEventKeyLocationPropertyInfo Source

MetaKey

ShiftKey