From 1d8dfb3ace604e0b8ad18ce26b8f5a45d8300177 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Thu, 5 May 2022 08:45:51 +0100 Subject: [PATCH] Just gonna swap these before anyone else notices --- src/main/base/store.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",