Bug 1335743 - Add modifiers field to OnClickData schema r=aswan

MozReview-Commit-ID: E5T4K5iuM6m

--HG--
extra : rebase_source : f4e79dd18122b9a7a3af6a2850e36f801a9a1c96
This commit is contained in:
Tomislav Jovanovic 2017-02-09 20:58:23 +01:00
Родитель 3a3e213b7d
Коммит 4a731d5e5d
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -103,6 +103,14 @@
"type": "boolean",
"optional": true,
"description": "A flag indicating the state of a checkbox or radio item after it is clicked."
},
"modifiers": {
"type": "array",
"items": {
"type": "string",
"enum": ["Shift", "Alt", "Command", "Ctrl", "MacCtrl"]
},
"description": "An array of keyboard modifiers that were held while the menu item was clicked."
}
}
}