Hello, Dev Team!
I want to ask you about your logic around the keybinding and key names using AHK in your bot for pressing them. How you do that, guys?
For example, AHK uses names like "LButton", "RButton", "MButton" for mouse buttons, but you named them respectively "mouse_left", "mouse_right" and "mouse_wheel". And I know you must to convert these names to AHK-readable syntax in the middle. But why? For what?
Maybe I was looking bad, but I could not find any information about your key naming on this forum. In order to not to be unfounded, let's consider the following case:
I need to bind any skill to the key "-" (minus, hyphen, dash) or "=" (equal) / "+" (plus), or any Numpad button. Why not the others? Just because I want exactly these ones, ok? So, what I should do? I open an AHK script, write command for key hooking, press them and view the key history. I see respectively "-", "=", Numpad1/2/3 etc. Ok, next I try to use these keys in the bot's Combat tab. But the bot not understands neither "-", nor "=", nor Numpad1/Numpad_1/Num1/Num_1/VP_1 etc.
So, could you explain to me how I can to find (or discover?) any key's name I want to use in the bot which the bot could understand?
P.S. Please, don't recommend me to use other simple keys like J, K, L or any numbers.