tildearrow/furnace

Confusing behavior when editing note input keys

CharlieDerby opened this issue · 3 comments

When adding a new key for note input it starts off with note value 0 but whenever you increment it with the +/- buttons or type a new number in it immediately moves elsewhere in the list to preserve the increasing order of the note numbers. This is confusing and led me to accidentally increment the note assignment of a load of different keys because a new one would appear under my mouse every time I clicked the + button.

I would suggest that the note input key assignment rows stay put while being edited, letting them go to their proper order after the settings window is closed.

Although this isn't a solution but a workaround: Try setting the values by typing the numbers. The entries will still shuffle around (particularly interesting with numbers with >=2 digits) but it'll be easier to set them.

That works and is what I settled on doing in the end but I still think fixing this would avoid headaches for future users.

As of now the keys won't be sorted until you click OK or Apply. Thanks for pointing this annoyance out!