Skip to content

Commit

Permalink
updated rst files with theme related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jobisoft committed Feb 6, 2021
1 parent d3c9867 commit affdbad
Show file tree
Hide file tree
Showing 3 changed files with 691 additions and 1 deletion.
2 changes: 1 addition & 1 deletion accounts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ MailIdentity
.. api-member::
:name: ``composeHtml``
:type: (boolean)
:annotation: -- [Added in TB 85]
:annotation: -- [Added in TB 85, backported to TB 78.7.0]

Wether the identity uses HTML as the default compose format.

Expand Down
6 changes: 6 additions & 0 deletions browserAction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -566,11 +566,17 @@ Information sent when a browser action is clicked.
.. api-member::
:name: ``Command``

Only available on macOS.

.. api-member::
:name: ``Ctrl``

Not available on macOS.

.. api-member::
:name: ``MacCtrl``

Only available on macOS, but of limited use in a click event: Holding down the CTRL key while clicking with the mouse is referred to as a 'CTRL click' under macOS and is interpreted as a right mouse click. In a default profile the ``dom.event.treat_ctrl_click_as_right_click.disabled`` preference is not enabled and the ``MacCtrl`` modifier key is not forwarded to the API.


.. api-member::
Expand Down

0 comments on commit affdbad

Please sign in to comment.