NightmareXIV / SelectString

Select stuff in lists by just pressing a key.
5 stars 2 forks source link

More addons #12

Closed Jaksuhn closed 1 month ago

Jaksuhn commented 1 month ago

Got rid of needing a new special method per addon master. Now the vast majority just use the same one (as long as you're only pushing buttons as opposed to lists or anything else).

Drawing attempts also only occur if there's a focused addon now, so more performant vs checking dozens of addons all the time

The built in command now actually does something (it just toggles execution)

Moved the watcher to an event that's only active while keys are being drawn.

Fixed the conditions for node visibility some more (selectok when you died in pvp would erroneously draw, as well as old context menu entries)

And added a couple dozen more addons

Limiana commented 1 month ago

Thank you!