Skip to content

Commit

Permalink
actually fixed cache, with default binds
Browse files Browse the repository at this point in the history
  • Loading branch information
nednoodlehead committed Jun 4, 2024
1 parent 21cfbc6 commit fa49288
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions cache/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,41 @@
"static_reduction": 1,
"media_path": "C:/",
"keybinds": {
"1912779161": {
"code": "ArrowLeft",
"mod1": "CONTROL",
"mod2": null,
"command": "ProgramCommands::SkipBackwards"
},
"3009842507": {
"code": "End",
"mod1": "CONTROL",
"mod2": null,
"command": "ProgramCommands::PlayToggle"
},
"4121890298": {
"code": "ArrowRight",
"mod1": "CONTROL",
"mod2": null,
"command": "ProgramCommands::SkipForwards"
},
"2037224482": {
"code": "ArrowUp",
"3520754938": {
"code": "PageDown",
"mod1": "CONTROL",
"mod2": null,
"command": "ProgramCommands::StaticVolumeUp"
},
"2709855943": {
"code": "ArrowLeft",
"mod1": "SHIFT",
"mod2": null,
"command": "ProgramCommands::SkipBackwards"
"command": "ProgramCommands::ShuffleToggle"
},
"4174001518": {
"code": "ArrowDown",
"mod1": "CONTROL",
"mod2": null,
"command": "ProgramCommands::StaticVolumeDown"
},
"3009842507": {
"code": "End",
"2037224482": {
"code": "ArrowUp",
"mod1": "CONTROL",
"mod2": null,
"command": "ProgramCommands::PlayToggle"
"command": "ProgramCommands::StaticVolumeUp"
}
},
"shuffle_type": "WeightBias"
Expand Down

0 comments on commit fa49288

Please sign in to comment.