added default menu items for 'Edit' and 'Window' #2814

This commit is contained in:
mst128256 2017-03-09 16:01:33 +01:00
parent aaa8e81cd4
commit 8aba640250
3 changed files with 85 additions and 1 deletions

View file

@ -64,6 +64,9 @@ The `role` property can have following values:
* `zoomin` - Zoom in the focused page by 10%
* `zoomout` - Zoom out the focused page by 10%
* `menuEdit` - Whole default "Edit" menu (Undo,Copy, etc.)
* `menuWindow` - Whole default "Window" menu (Minimize, Close, etc.)
On macOS `role` can also have following additional values:
* `about` - Map to the `orderFrontStandardAboutPanel` action