gwdevhub / GWToolboxpp

Tools for Guild Wars players
http://www.gwtoolbox.com/
Other
140 stars 77 forks source link

Hotkey to toggle imgui window state by name #1139

Open RiftLurker opened 2 days ago

RiftLurker commented 2 days ago

I have a hotkey setup to hide the main objectives window to have a look at past runs. Now I would like to setup another hotkey to only toggle the window for the current run. Unfortunately this window shows all the time and needs to be toggled in the settings.

Another suitable solution would be to add an option to only display the current run window during a run and the run history otherwise.

3vcloud commented 2 days ago

Add ability to bind a hotkey to toggle an imgui window by name, e.g. /imgui toggle <window_name>

DubbleClick commented 2 days ago

Uhm, I implemented that a year ago?

/tb toggle objective

DubbleClick commented 2 days ago

What he really wants is to have the current run in a separate window, as far as I can tell?

RiftLurker commented 2 days ago

/tb [modulename] to toggle the main window of a module has been a thing for as long as I remember.

image

I want to setup a hotkey to toggle this middle window.