Arrow keys Up / Down should manipulate numeric inputs.
Sample Schema (you should be able to modify the schema based on input context)
UP: ++
DOWN: --
SHIFT+UP: += 10
SHIFT+DOWN: -= 10
STRG+UP: += 100
STRG+DOWN: -= 100
What?
11-02-2024, 12-02-29.png (1.54 MiB) Viewed 207 times
While designing a blueprint, i got that nice Idea to use the arrow keys (Up Down) to manipulate the width of the raster. You might want to apply this to every numeric input where possible, I just think this would become very handy sometimes.
Why?
For the blueprint designer it enbales you to quicker step through the width to see if it fits instead of typing number by number.