silverwind / idTip

WoW Addon: Adds IDs to the ingame tooltips
BSD 2-Clause "Simplified" License
41 stars 32 forks source link

Keybind to copy the ID #103

Closed aaron-j-reeves closed 9 months ago

aaron-j-reeves commented 10 months ago

For example, SHIFT+CTRL+Right click on a buff/debuff/etc will copy the spell ID to your clipboard. Would make things like creating aura filters in shadowed unit frames infinitely easier

silverwind commented 9 months ago

The module does not interact with the origin of the tooltip at all, so such modifier clicks are not possible. And even if we somehow obtain a reference to these buttons, it's likely not possible to modify them because of taint issues.

What might be possible is to allow moving the mouse into the tooltip when a modifier is pressed, and this could maybe allow text selection in the tooltip. But overall I have doubts that this is possible with Blizzard's APIs, and I feel stuff like this is better done in a Tooltip mod.