Just gonna swap these before anyone else notices

This commit is contained in:
Core 2022-05-05 08:45:51 +01:00
parent ce0de5719a
commit 1d8dfb3ace

View file

@ -52,11 +52,11 @@ export class Store {
"keybindings": { "keybindings": {
"search": [ "search": [
process.platform == "darwin" ? "Command" : "Control", process.platform == "darwin" ? "Command" : "Control",
"S" "F"
], ],
"albums": [ "albums": [
process.platform == "darwin" ? "Command" : "Control", process.platform == "darwin" ? "Command" : "Control",
"F" "S"
], ],
"artists": [ "artists": [
process.platform == "darwin" ? "Command" : "Control", process.platform == "darwin" ? "Command" : "Control",