Skip to content

Commit

Permalink
update rst files
Browse files Browse the repository at this point in the history
  • Loading branch information
jobisoft committed Feb 7, 2021
1 parent 4b904ae commit 60e9b33
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composeAction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -571,11 +571,17 @@ Information sent when a compose 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
6 changes: 6 additions & 0 deletions messageDisplayAction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -564,11 +564,17 @@ Information sent when a message display 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 60e9b33

Please sign in to comment.