Kual 0.5 update. I have reworked the sorting options a bit. So now ABC sorting affects just the top-level menu and leaves the order inside each sub-menu intact as originally set by the menu author. So authors can add some visual impact to their menus
Spoiler:
ASCII art by Elissa Potier on
www.chris.com, trivially converted to a JSON menu by me
Code:
{
"items" : [
{
"name" :"Cheers!",
"items" : [
{"name" :" * * . * .","action":":"},
{"name" :" .. * o","action":":"},
{"name" :" o * . *","action":":"},
{"name" :" ________","action":":"},
{"name" :" (________)","action":":"},
{"name" :" | o |","action":":"},
{"name" :" | o o |","action":":"},
{"name" :" | o |","action":":"},
{"name" :" | o o |","action":":"},
{"name" :" | o o |","action":":"},
{"name" :" | o |","action":":"},
{"name" :" ( o )","action":":"},
{"name" :" \\ o /","action":":"},
{"name" :" \\ /","action":":"},
{"name" :" \\ /","action":":"},
{"name" :" ||","action":":"},
{"name" :" ||","action":":"},
{"name" :" ||","action":":"},
{"name" :" ||","action":":"},
{"name" :" ||","action":":"},
{"name" :" ___||___","action":":"},
{"name" :" / || \\","action":":"},
{"name" :" \\________/","action":":"}
]
}
]
}
Multi-level alpha sorting is still possible by enabling its option in KUAL.cfg.