You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thought occurred to me the other day, it would be an awesome feature to use voice recognition for skyui inventory filter input. For instance while inventory is open, just say "filter: health" or "filter: whatever keywords", maybe also a "clear filter". I imagine that might require changes in both mods as you would need a way to pass the keywords from the one mod to the other unless SkyUI already has a means to accept such input. Though I imagine SkyUI would be happy to take a patch if needed. Just a random thought.
The text was updated successfully, but these errors were encountered:
[https://www.nexusmods.com/skyrimspecialedition/mods/29828](Dragonborn Unlimited) shows us how DSN communicates with a esp mod. It creates a series of console commands, when DSN executes one of them, the operation in its esp will be triggered.
I think it is possible to implement similar operations in SkyUI. If it can add a console command for filtering, DSN can use it to implement a voice search.
Thought occurred to me the other day, it would be an awesome feature to use voice recognition for skyui inventory filter input. For instance while inventory is open, just say "filter: health" or "filter: whatever keywords", maybe also a "clear filter". I imagine that might require changes in both mods as you would need a way to pass the keywords from the one mod to the other unless SkyUI already has a means to accept such input. Though I imagine SkyUI would be happy to take a patch if needed. Just a random thought.
The text was updated successfully, but these errors were encountered: