Cycling shortcuts

 From:  Michael Gibson
7838.9 In reply to 7838.8 
Hi arcman,

re:
> Tools that don't come in many variations aren't higlighted in side menu when pressing
> a shortcut key assigned to them (like ex. sphere).

It looks like a case sensitivity bug, the button will only highlight if the command you put in matches the same exact case as what is on the button's HTML code.

So for sphere for instance put it in as all lower case like: sphere and then it should highlight. If you put it in as something like Sphere with a leading capital letter, it will get launched ok (the launching part is not case sensitive) but it will miss the button highlighting part.

I'll fix that up for v4 so that the button highlighting isn't case sensitive.

- Michael