From c1dea5f76bf874f5514802506a2e51f2fe0e2731 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Tue, 2 Dec 2025 02:38:09 -0300 Subject: [PATCH] fix(config): change IPN keybinds to avoid conflicts --- .../inventoryprofilesnext/inventoryprofiles.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/config/inventoryprofilesnext/inventoryprofiles.json b/config/inventoryprofilesnext/inventoryprofiles.json index f1ef44f..f116ea7 100644 --- a/config/inventoryprofilesnext/inventoryprofiles.json +++ b/config/inventoryprofilesnext/inventoryprofiles.json @@ -1,5 +1,17 @@ { "ModSettings": { "first_run": false + }, + "Hotkeys": { + "sort_inventory": { + "main": { + "keys": "R,T" + } + }, + "save_as_profile": { + "main": { + "keys": "R,SEMICOLON" + } + } } -} \ No newline at end of file +}