Results: 35Comments by: Aenathel
File: Aenathel's Keybinds05/05/20
Just a hint about keybinds: The se...
Posted By: Aenathel
Just a hint about keybinds: The server got a "shadow" limit! YOu can only enable like 150 to 200 keybindings. If you enable more because you use so many addons which use keybindings, the server will not save the keybindings anymore! They work if you set them, for the current session. After logout they are gone again. You need to...
File: Votan's Search Box05/04/20
Re: Re: Re: Re: Re: Re: Sometimes Yes, Sometimes No
Posted By: Aenathel
sadly this addon is causing my whole UI to lock up and hide untill I reload. It has to be an issue together with another addon like https://www.esoui.com/downloads/info2341-GridListisfreezed.html and https://www.esoui.com/downloads/info2300-AutoCategory-Revised.html happens when you search for something and don't remove the search...
File: Aenathel's Keybinds05/03/20
The bug when switching from the Cro...
Posted By: Aenathel
The bug when switching from the Crown Store panel to any of the inventory or map tabs has been fixed in the just released v1.2.1.
File: Aenathel's Keybinds05/03/20
I'm aware of a bug with the invento...
Posted By: Aenathel
I'm aware of a bug with the inventory and map keybinds that occur if you switch to them from another scene.
File: Lilith's Command History05/03/20
I was about to ask if you could add...
Posted By: Aenathel
I was about to ask if you could add a shortcut to remove history items, but then I took a look at the code and found out that this is already supported using Shift+M2, if anyone else is wondering. :)
File: Aenathel's Keybinds05/03/20
New version is out with working inv...
Posted By: Aenathel
New version is out with working inventory and map keybinds! Thanks for the tips, Baertram! It got a little ugly, and I hope to clean up the code later, but it works.
File: Lilith's Command History05/03/20
This is very useful, thank you! :D
Posted By: Aenathel
This is very useful, thank you! :D
File: pChat (Chat customization & help: look/notification/sound/automation/history)05/03/20
Alternative to overriding KEYBINDING_MANAGER:IsChordingAlwaysEnabled()
Posted By: Aenathel
Heya! Love the add-on, been using it for years. While working on my own add-on, I stumbled upon pChat overriding KEYBINDING_MANAGER:IsChordingAlwaysEnabled() to always return true here. While incorporating the same functionality in my own add-on, I found out that there exists a setter for it as well, so a (cleaner) alternative...
File: Aenathel's Keybinds05/03/20
Found another way for the inventory...
Posted By: Aenathel
Found another way for the inventory: SCENE_MANAGER:Show("inventory") inventory is the scene name of the inventory. You can also open other scenes via their name like this. Some of them are defined here, or at least named here: https://github.com/esoui/esoui/blob/baa27001acc4e5b5072d17d1ecccca8e18cdb9ca/esoui/ingame/scenes/keyb...
File: Aenathel's Keybinds05/02/20
Cool idea. Thanks! I've wanted to...
Posted By: Aenathel
Cool idea. Thanks! I've wanted to make this for ages, but never got around to it. It surprised me how little effort it took to make it work. About the worldmap, you can use this function e.g. to change the worldmap tabs (right panel): --Show the worldmap ZO_WorldMap_ShowWorldMap() --Simulate click on the zo_menubar of the wo...