TimothyLuke / GSE-Advanced-Macro-Compiler

GSE is an alternative advanced macro editor and engine for World of Warcraft.
https://discord.gg/gseunited
MIT License
218 stars 74 forks source link

[ENH] Sequence SPEC List and Keybind SPEC List do not match #1673

Closed LarryThiessen closed 1 month ago

LarryThiessen commented 1 month ago

🟢 How does GSE currently work [ENH] Sequence SPEC List and Keybind SPEC List do not match image

🟢 Describe the solution you'd like For the list to match - I think they are listed alphabetically normally when you do stuff

Sequence SPEC List - is listed alphabetically Keybind SPEC List - is NOT listed alphabetically

TimothyLuke commented 1 month ago

Sequence spec list is not listed alphabetically. It’s sorted based on the specialisation and you are seeing it alphabetically as a coincidence.

Keybindings are created based on how WoW returns them. They are stored by key and not by sequence name. WOW doesn’t store them alphabetically. I would have to sort these manually but them is alphabetically the right way? Should ALT-1, SHIFT-1 and 1 be together or should all the alts be together. This is a very subjective question and the answer may not be as straight forward as sorting them alphabetically.

TimothyLuke commented 1 month ago

image