Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

GetKeyBindings

« nsIAccessible Page

Summary

This method provides array of localized string of global keyboard accelerator for the given action index supported by accessible.

  nsIDOMDOMStringList getKeyBindings(
    in PRUint8 aActionIndex
  );

Parameters

aActionIndex
[in] Index of the given action.

Return Values

Returns array of localized string of global keyboard accelerator.

Exceptions thrown

NS_ERROR_INVALID_ARG
The given index doesn't correspond to default action (not zero).

Remark

Key bindings are supported for default action only.

See Also

Document Tags and Contributors

 Contributors to this page: teoli, Surkov.alexander
 Last updated by: teoli,