TL;DR, What?
Dialog boxes (for example "Select a signal") should give focus to the quantity edit box (if present) upon opening.Why?
It should be possible to input numbers with the left hand, without the right hand leaving the mouse. Since TAB for cycling the focused edit box doesn't work, this is the next best thing. Most dialogs have only one edit box that is heavily used anyway.Note that for this to work best, it would also be nice if edit boxes ignored non-numeric keypresses and instead passed them through to the normal keyboard handler. Currently if I give focus to a numeric edit box and press "E", it puts the letter E in the edit box which is never useful. Instead it should close the dialog (after accepting the change). This would be really nice for quickly configuring assemblers and the like.