.. if such is available (ran out of subject :-))
e.g. if one clicks on an item in the bar which contains "Speed", "Flowrate", "Fan", "Extruder-Temp", "Bed Temp" it would be quite nice if the input also gets the focus + blinking cursor.
use-case: want to set speed from (initially) 80 to <something>
current:
- click on "Speed" (the running man) -> click on "80" -> input gets focus -> type <new value> (or use Arrow-UP/DOWN) -> <ENTER>
enhancement:
- click on speed -> (input gets focus) -> type the new speed (or use Arrow-UP/DOWN) + <ENTER>
PRO:
- clumsy people don't risk to hit the dial (which looks very nice but does anybody use this to set the new value?)
- saves a click (see clumsy people above ;-))
CON:
- can't think of one except added complexitiy on the backend (onClick must obey ng-if="user.printPermission" and so on)
NEUTRAL:
of course one might add <MRU-List of common values> to ...?... (can't find it just now but I'm quite sure I have seen this somewhere...), let's call it presets but this clutters up my interface over time and (-> can't remember where that is, remember ;-))
all the best & thankyou for a truly great piece of software!