No.
This commit is contained in:
parent
d93b706166
commit
5a73dfeb83
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue