Change Shift -> Alt for keybinds

This commit is contained in:
yazninja 2022-06-07 13:56:07 +08:00 committed by GitHub
parent ad3ea59868
commit ba9c59376e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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": [