PoE-TradeMacro / POE-TradeMacro

Price checking script for Path of Exile.
https://poe-trademacro.github.io/
GNU General Public License v3.0
936 stars 188 forks source link

Keybindings Conflict, Macro Doesn't Start #1132

Open Terminus42 opened 4 years ago

Terminus42 commented 4 years ago

I get the following error when trying to launch the macro:

"Label: OpenSearchOnPoeApp Old Label: OpenSearchOnPoETrade

The hotkey for the label/function/feature "OpenSearchOnPoEApp" was previously used for the label "OpenSearchOnPoeTrade". The previously created one got overwritten and is now unassigned, please resolve this conflict in the settings menu."

I can't change the keybindings because the macro doesn't start correctly, preventing access to the settings through the system tray icon.

I looked at configuration.ini but couldn't find the keybindings there.

AHK version: v1.1.30.01 Windows version: Windows 10 x64

Terminus42 commented 4 years ago

Not even deleting every copy of the macro from my system and installing a fresh one resets the keybindings of the macro.

aRTy42 commented 4 years ago

Personal settings are saved at <Documents>\PoE-TradeMacro\, otherwise every update would wipe the settings since it replaces the script folder. The keybinds you are looking for are in the config_trade.ini file.

The defaults are:

OpenSearchOnPoeTrade=^VK51
; Defaults to ctrl + q if not set

OpenSearchOnPoEApp=+^VK51
; Defaults to ctrl + shift + q if not set