Log in to ZYGOR
Log in with social media
OR
Log in with Zygor account

Announcement

Collapse
No announcement yet.

Open Guide Menu (ie: Guide Selection Screen) Keybind?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Open Guide Menu (ie: Guide Selection Screen) Keybind?

    I was looking at the keybinds for ZGV and it seems there is only the options:

    "Show Guide Window"
    "Previous Step" and
    "Next Step"

    I was hoping for an option to "Open Guide Selection Menu" or something like that. So I didn't have to click on the guide to do this.

    As a temporary workaround, I was able to create macros using this function;

    [This will open the menu to the currently selected section]
    Code:
    /run ZGV:OpenGuideMenu();
    [This will open to the "Suggested" section]
    Code:
    /run ZGV:OpenGuideMenu("SUGGESTED");
    [This will open to the Default section]
    Code:
    /run ZGV:OpenGuideMenu("HOME");
    Then I just added the macro to one of my bars, and set a keybind to it!

    I hope this gets added to the keybinds section someday! Otherwise I hope this helps anyone looking for this functionality.
Working...
X