Thread Tools Display Modes
04/03/19, 04:36 AM   #1
Racke
 
Racke's Avatar
Join Date: Dec 2015
Posts: 9
Is there an addon to show name of frame element?

In WoW I used MoveAnything for this purpose, you could mouse over any UI element and it would show you the name of it.

So something like I would mouse over the chat minibar when I minimize chat and it tells me it's "ZO_ChatWindowMinBar".

Specifically, I'm looking for that damn keybind symbol that is left of the quest tracker (cycle focused quest). It appears as soon as you bind a key for it (I don't use it for that purpose, but the death recap toggle uses the same hotkey).
  Reply With Quote
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,913
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
04/03/19, 07:37 AM   #3
Scootworks
 
Scootworks's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 312
or
Lua Code:
  1. /script d(moc():GetName())

Last edited by Scootworks : 04/08/19 at 08:18 AM.
  Reply With Quote
04/08/19, 07:57 AM   #4
Racke
 
Racke's Avatar
Join Date: Dec 2015
Posts: 9
Thanks guys.
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » Is there an addon to show name of frame element?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off