View Single Post
04/03/19, 06:52 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
Zgoo

USe the keybind for "Mouse over" or the chat command
Code:
/zgoo mouse
In addition there is also the Tool Merlights Torchbug.


The keybinds are defined in each lua file for the appropriate "scene" you are on.
There is the KEYBIND_STRIP which Zos uses for this and adds primary, secondary, tertiary ... keybinds as the scenes show and/or hide.
Or with other code.
Be carefull by manipulating this as it wil lbreak ALL other addons and ZO code if you hardcode stuff without checking it the corect way.

Maybe search the forum for "keybind strip" or check the esoui source code at github for it, at the appropriate scene.
If you are in the inventory it's most likely somewhere within ingame/inventory/...lua

Check this forum pinned post and the HELP section:
https://www.esoui.com/forums/faq.php...q_helpfullinks

Last edited by Baertram : 04/03/19 at 06:56 AM.
  Reply With Quote