GWToolboxpp icon indicating copy to clipboard operation
GWToolboxpp copied to clipboard

Hotkey to toggle imgui window state by name

Open RiftLurker opened this issue 1 year ago • 4 comments

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.

RiftLurker avatar Jun 30 '24 21:06 RiftLurker

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

3vcloud avatar Jun 30 '24 21:06 3vcloud

Uhm, I implemented that a year ago?

/tb toggle objective

henderkes avatar Jul 01 '24 05:07 henderkes

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

henderkes avatar Jul 01 '24 05:07 henderkes

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

image

  • The left window is the main Objectives window, it shows a history of the current and all past runs. I have setup a hotkey that sends /tb objectives to toggle it
  • The middle window is the current run, it can only be toggled with the checkbox "Show current run in separate window" (see right window)

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

RiftLurker avatar Jul 01 '24 06:07 RiftLurker