diff --git a/src/main/base/store.ts b/src/main/base/store.ts index e78c98bb..de8590a5 100644 --- a/src/main/base/store.ts +++ b/src/main/base/store.ts @@ -52,11 +52,11 @@ export class Store { "keybindings": { "search": [ process.platform == "darwin" ? "Command" : "Control", - "S" + "F" ], "albums": [ process.platform == "darwin" ? "Command" : "Control", - "F" + "S" ], "artists": [ process.platform == "darwin" ? "Command" : "Control",