From 6b59db98fc6ff582df03ce6e70d34b009d036f3f Mon Sep 17 00:00:00 2001 From: yazninja Date: Wed, 4 May 2022 16:38:13 +0800 Subject: [PATCH] Shift -> Alt --- src/renderer/views/pages/settings.ejs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/renderer/views/pages/settings.ejs b/src/renderer/views/pages/settings.ejs index 06f398fb..fbb41d51 100644 --- a/src/renderer/views/pages/settings.ejs +++ b/src/renderer/views/pages/settings.ejs @@ -1653,10 +1653,10 @@ app.cfg.general.keybindings.browse = [app.platform == "darwin" ? "Command" : "Control", "B"]; app.cfg.general.keybindings.togglePrivateSession = [app.platform == "darwin" ? "Command" : "Control", "P"]; app.cfg.general.keybindings.webRemote = [app.platform == "darwin" ? "Command" : "Control", "W"]; - app.cfg.general.keybindings.audioSettings = [app.platform == "darwin" ? "Option" : "Shift", "A"]; - app.cfg.general.keybindings.pluginMenu = [app.platform == "darwin" ? "Option" : "Shift", "P"]; - app.cfg.general.keybindings.castToDevices = [app.platform == "darwin" ? "Option" : "Shift", "C"]; - app.cfg.general.keybindings.settings = [app.platform == "darwin" ? "Option" : "Shift", "S"]; + app.cfg.general.keybindings.audioSettings = [app.platform == "darwin" ? "Option" : "Alt", "A"]; + app.cfg.general.keybindings.pluginMenu = [app.platform == "darwin" ? "Option" : "Alt", "P"]; + app.cfg.general.keybindings.castToDevices = [app.platform == "darwin" ? "Option" : "Alt", "C"]; + app.cfg.general.keybindings.settings = [app.platform == "darwin" ? "Option" : "Alt", "S"]; app.cfg.general.keybindings.openDeveloperTools = [app.platform == "darwin" ? "Command" : "Control", app.platform == "darwin" ? "Option" : "Shift", "I"]; notyf.success(app.getLz('settings.notyf.general.keybindings.update.success')); bootbox.confirm(app.getLz("settings.prompt.general.keybindings.update.success"), (ok) => {