From 7937ab7e3dbb946c6ef793c0831ee6edddc65e05 Mon Sep 17 00:00:00 2001 From: incidentalstoat Date: Fri, 23 Aug 2024 22:43:39 -0500 Subject: [PATCH] Changed gesture bindings --- config/VRJesterAPI.cfg | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/config/VRJesterAPI.cfg b/config/VRJesterAPI.cfg index 74fbdcf..bd5a96b 100644 --- a/config/VRJesterAPI.cfg +++ b/config/VRJesterAPI.cfg @@ -15,36 +15,44 @@ "KEY_ACTION": "click" }, "STRIKEL": { - "KEY_MAPPING": "spell_engine.spell_hotbar_2", + "KEY_MAPPING": "spell_engine.spell_hotbar_1", "KEY_ACTION": "click" }, "LEFTL": { - "KEY_MAPPING": "spell_engine.spell_hotbar_3", + "KEY_MAPPING": "spell_engine.spell_hotbar_2", "KEY_ACTION": "hold" }, "UPL": { - "KEY_MAPPING": "spell_engine.spell_hotbar_4", + "KEY_MAPPING": "spell_engine.spell_hotbar_3", "KEY_ACTION": "hold" }, "RIGHTL": { - "KEY_MAPPING": "spell_engine.spell_hotbar_5", + "KEY_MAPPING": "spell_engine.spell_hotbar_4", "KEY_ACTION": "hold" }, "DOWNL": { - "KEY_MAPPING": "spell_engine.spell_hotbar_6", + "KEY_MAPPING": "spell_engine.spell_hotbar_5", "KEY_ACTION": "hold" }, "STRIKER": { - "KEY_MAPPING": "spell_engine.spell_hotbar_7", + "KEY_MAPPING": "spell_engine.spell_hotbar_6", "KEY_ACTION": "hold" }, "LEFTR": { - "KEY_MAPPING": "spell_engine.spell_hotbar_8", + "KEY_MAPPING": "spell_engine.spell_hotbar_7", "KEY_ACTION": "hold" }, "DOWNR": { + "KEY_MAPPING": "spell_engine.spell_hotbar_10", + "KEY_ACTION": "hold" + }, + "RIGHTR": { "KEY_MAPPING": "spell_engine.spell_hotbar_9", "KEY_ACTION": "hold" + }, + "UPR": { + "KEY_MAPPING": "spell_engine.spell_hotbar_8", + "KEY_ACTION": "hold" } }, "TESTING_GESTURES": {