Page 1 of 1

QoL - Arrow keys on Numeric Inputs

Posted: Sat Nov 02, 2024 11:03 am
by Emmuss
TL;DR
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
11-02-2024, 12-02-29.png (1.54 MiB) Viewed 206 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.