Add macOS specific speaking roles for MenuItem

This commit is contained in:
Milan Burda 2016-08-08 00:02:32 +02:00
parent 5eeadb0ad4
commit edc1a9614c
5 changed files with 43 additions and 0 deletions

View file

@ -80,6 +80,12 @@ const roles = {
services: {
label: 'Services'
},
startspeaking: {
label: 'Start Speaking'
},
stopspeaking: {
label: 'Stop Speaking'
},
togglefullscreen: {
label: 'Toggle Full Screen',
accelerator: process.platform === 'darwin' ? 'Control+Command+F' : 'F11',