Shortcut for Casting
This commit is contained in:
parent
2d7e21770b
commit
e577fda2a1
1 changed files with 6 additions and 0 deletions
|
@ -149,6 +149,12 @@ export default class Thumbar {
|
||||||
label: 'Volume Down',
|
label: 'Volume Down',
|
||||||
accelerator: 'CommandOrControl+Down',
|
accelerator: 'CommandOrControl+Down',
|
||||||
click: () => this._win.webContents.executeJavaScript(`app.volumeDown()`)
|
click: () => this._win.webContents.executeJavaScript(`app.volumeDown()`)
|
||||||
|
},
|
||||||
|
{type: 'separator'},
|
||||||
|
{
|
||||||
|
label: 'Cast To Devices',
|
||||||
|
accelerator: 'CommandOrControl+Shift+C',
|
||||||
|
click: () => this._win.webContents.executeJavaScript(`app.modals.castMenu = true`)
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue