Impossible to use arrow keys in 'Segments' in 'Linetypes' dialog

Type LineType, click on the Segments input box, type some text and it works.
Press Home or any arrow key and it doesn’t work.

The text box is filtering out everything but the numbers commas and decimals. We can tune this up a bit. I doubt we’ll get this to support arrow key incrementing as which value to increment could get messy.

eg. when the value is “1.00, 2.00, .5, 3, 1, 5.25” and you arrow up which value gets incremented becomes tricky. Youd have to highlight or focus what you want incremented.

But we should be able to tune up and validate some other key inputs.

Ive made a ticket to try to support as many additional keyboard presses as possible.

I’m not really looking for the up/down arrows to increment the numbers.

What I meant is that I’d like the text box to behave more like a normal text input: left/right arrows, Home/End, and the same keys with Shift, so I can move the caret around and select/edit part of the value.

For example, if I type 10, 20, 5, 20 and want to change it to 15, 20, 5, 20, right now I either have to use the mouse to put the caret in the right spot, or backspace/delete and retype more than necessary.

It would be nice to just use the left arrow or Home key to move the caret where I need it.

Ok great, and thats really what the ticket I created should resolve. Right now if its not a number or a comma or a decimal the control is ignoring the press. It should still accept system key presses that dont create characters.