When I created a profile, I got tired double clicking the location spot in HB to get the hotspots, so I wrote a small hotkey helper.
I found a good example code to use hotkeys, because I'm still learning c#. So I just modified it with my code.
- Open options.ini and define your hotkey (you can use 0-9, a-z and F1-F11 as a hotkey).
- Start HBPos.exe
- Open the 'Developer Tools' window in Honorbuddy.
- Press your defined hotkey once.
- Close the 'Developer Tools' window.

I found a good example code to use hotkeys, because I'm still learning c#. So I just modified it with my code.