>>1463440Did some testing and for some reason, no matter what I try entering x y into bbkeys or a broam command actually breaks the operation. I dont know why, its all over lostinthebox as a solution.
The best option (outside of rainmeter) is to use AutoHotKey to execute the broam. However, the menu isnt an application or not showing up as a window - so I STILL cant get it to stick to a certain X, Y location - Ive tried using a few different window operations and names to no avail. Either the command isnt working, or bblean is taking priority and moving to to the mouse location by default. I dont know how to change that.
Like i said last thread, you still should build your own menu in notepad and rename it to .rc. I dont know whats up with the "invalid path" errors either, i've tried everything to get around that and the best way is just building a menu. This is what i have in AHK:
Home::
Run, C:\bblean\blackbox.exe -exec @bbcore.showmenu C:\bblean\favorites-menu.rc
Send {Insert}
You'd put your own menu (filename.rc) in the bblean directory, and change other directories as needed. Now, what this does and how its different from BBkeys (from what i can tell) is that the menu stays open and is draggable with the left mouse button. The menu wont dismiss until left clicked. The menu also will not overlay or take priority over windows, yet still functions the same way a bblean menu should.
I know theres people here way more versed than i with AHK, any help is appreciated.