Comment 2 for bug 877467

Revision history for this message
Brendan Donegan (brendan-donegan) wrote :

Basically, the function which chooses a key for the option needs to be more robust - it currently chooses the first character which is either in the name of the option (e.g. 'USB tests') or the the set of lowercase letters a-z

It shouldn't be allowed to choose space or + as these have other meanings in the UI, and it also should be allowed to use more than just lowercase letters (numbers, punctuation) or else it will run out of options quickly.

In this particular case, USB Tests was being assigned space because there is a space in it and 'u', 's' and 'b' had already been used.