Add macOS specific speaking roles for MenuItem
This commit is contained in:
parent
5eeadb0ad4
commit
edc1a9614c
5 changed files with 43 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue