Change Shift -> Alt for keybinds
This commit is contained in:
parent
ad3ea59868
commit
ba9c59376e
1 changed files with 3 additions and 3 deletions
|
@ -88,17 +88,17 @@ export class Store {
|
|||
],
|
||||
"audioSettings": [
|
||||
"CommandOrControl",
|
||||
process.platform == "darwin" ? "Option" : "Shift",
|
||||
process.platform == "darwin" ? "Option" : "Alt",
|
||||
"A"
|
||||
],
|
||||
"pluginMenu": [
|
||||
"CommandOrControl",
|
||||
process.platform == "darwin" ? "Option" : "Shift",
|
||||
process.platform == "darwin" ? "Option" : "Alt",
|
||||
"P"
|
||||
],
|
||||
"castToDevices": [
|
||||
"CommandOrControl",
|
||||
process.platform == "darwin" ? "Option" : "Shift",
|
||||
process.platform == "darwin" ? "Option" : "Alt",
|
||||
"C"
|
||||
],
|
||||
"settings": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue