From fa4928846f482405f113e796a1b6a15f4ba905ef Mon Sep 17 00:00:00 2001 From: NedNoodleHead Date: Tue, 4 Jun 2024 13:11:44 -0700 Subject: [PATCH] actually fixed cache, with default binds --- cache/config.json | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/cache/config.json b/cache/config.json index 83861d4..6867ec7 100644 --- a/cache/config.json +++ b/cache/config.json @@ -6,23 +6,29 @@ "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", @@ -30,11 +36,11 @@ "mod2": null, "command": "ProgramCommands::StaticVolumeDown" }, - "3009842507": { - "code": "End", + "2037224482": { + "code": "ArrowUp", "mod1": "CONTROL", "mod2": null, - "command": "ProgramCommands::PlayToggle" + "command": "ProgramCommands::StaticVolumeUp" } }, "shuffle_type": "WeightBias"