I can consider it, although the nature of these changes is tedious, as I start having to add more and more settings to give users fine control over the behavior of the alphabet list. The logic for determining where to jump to when a letter is pressed would also be negatively impacted by this change, as I have an exception for when "#" is tapped, but if I start placing numbers in the alphabet list, then I have to have a lot more logic to figure out where to jump to when a number if pressed versus a letter. There is also the issue of the width of the alphabet bar. If I start inserting 100, 200, etc, that's three characters instead of just a single character, so the bar would have to dynamically expand it's width, but the layout is statically defined (as you get better layout performance from a fixed width), so I would have to make changes across quite a few UIs that have the alphabet bar on them. I'm just trying to call out a few of the many changes that would have to change to incorporate this.
On a side note, you can long press the # icon, then tap 4, then tap 0, then tap 0 if you want to jump to a song starting with 400. You can also change the behavior under Settings->Library Settings->Show Extended Letter List with Tap if you want a single tap to bring up the letter list.
Mike
On a side note, you can long press the # icon, then tap 4, then tap 0, then tap 0 if you want to jump to a song starting with 400. You can also change the behavior under Settings->Library Settings->Show Extended Letter List with Tap if you want a single tap to bring up the letter list.
Mike