kalekje / LNCHR-pub

MIT License
25 stars 4 forks source link

Is it possible to change position of the quick reference tooltip? #9

Closed Avastgard closed 9 months ago

Avastgard commented 10 months ago

I'd like to have the quick reference tooltip under the GUI, similar to what PowerToys does. Is this possible? What would I have to change?

kalekje commented 10 months ago

Yup, see the lngui_show_command_tips() function and change the arguments to the ToolTip call. I believe by default I have it set 500 pixels off to the right of the gui.

Avastgard commented 10 months ago

Sweet, thanks! I placed it right under the GUI. Is it possible to set transparency like in the GUI?

kalekje commented 10 months ago

I adopted that from https://www.autohotkey.com/boards/viewtopic.php?f=83&t=113308 (see QuickTips.ahk, I do not believe transparency can be set. You might be able to use a more sophisticated ToolTip library, there are plenty out there.