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": [
|
"audioSettings": [
|
||||||
"CommandOrControl",
|
"CommandOrControl",
|
||||||
process.platform == "darwin" ? "Option" : "Shift",
|
process.platform == "darwin" ? "Option" : "Alt",
|
||||||
"A"
|
"A"
|
||||||
],
|
],
|
||||||
"pluginMenu": [
|
"pluginMenu": [
|
||||||
"CommandOrControl",
|
"CommandOrControl",
|
||||||
process.platform == "darwin" ? "Option" : "Shift",
|
process.platform == "darwin" ? "Option" : "Alt",
|
||||||
"P"
|
"P"
|
||||||
],
|
],
|
||||||
"castToDevices": [
|
"castToDevices": [
|
||||||
"CommandOrControl",
|
"CommandOrControl",
|
||||||
process.platform == "darwin" ? "Option" : "Shift",
|
process.platform == "darwin" ? "Option" : "Alt",
|
||||||
"C"
|
"C"
|
||||||
],
|
],
|
||||||
"settings": [
|
"settings": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue