Just gonna swap these before anyone else notices
This commit is contained in:
parent
ce0de5719a
commit
1d8dfb3ace
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue