Skip to content

Commit

Permalink
add mac info about ctrl-click
Browse files Browse the repository at this point in the history
  • Loading branch information
jobisoft committed Feb 7, 2021
1 parent e5ce6c3 commit 4b904ae
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
19 changes: 18 additions & 1 deletion overlay/composeAction.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,24 @@
"types": [
{
"id": "OnClickData",
"added": "74.0b2"
"added": "74.0b2",
"properties": {
"modifiers": {
"items": {
"enumChanges": {
"Command": {
"description": "Only available on macOS."
},
"Ctrl": {
"description": "Not available on macOS."
},
"MacCtrl": {
"description": "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."
}
}
}
}
}
}
],
"events": [
Expand Down
19 changes: 18 additions & 1 deletion overlay/messageDisplayAction.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,24 @@
"types": [
{
"id": "OnClickData",
"added": "74.0b2"
"added": "74.0b2",
"properties": {
"modifiers": {
"items": {
"enumChanges": {
"Command": {
"description": "Only available on macOS."
},
"Ctrl": {
"description": "Not available on macOS."
},
"MacCtrl": {
"description": "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."
}
}
}
}
}
}
],
"events": [
Expand Down

0 comments on commit 4b904ae

Please sign in to comment.