This commit is contained in:
cryptofyre 2022-05-30 14:11:03 -05:00 committed by GitHub
parent d93b706166
commit 5a73dfeb83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,14 +87,17 @@ export class Store {
"W"
],
"audioSettings": [
"CommandOrControl",
process.platform == "darwin" ? "Option" : "Shift",
"A"
],
"pluginMenu": [
"CommandOrControl",
process.platform == "darwin" ? "Option" : "Shift",
"P"
],
"castToDevices": [
"CommandOrControl",
process.platform == "darwin" ? "Option" : "Shift",
"C"
],