-
TypeGame behaviour Bug descriptionIn previous versions of lazer, the adjustment for DT with arrow keys was 0.1; 2023.924.0 reduced that to 0.01. I am making this a bug report because the change wasn't mentioned in the update notes, and having adjustment be 0.1 instead of 0.01 seems like deliberate behaviour. Presumably this was changed in #24801 I think that having the ability to change by 0.01 is useful, and being forced to do so with the mouse is finnicky, but I also want the ability to change in increments of 0.1. The up/down arrow keys are unused, so I think that splitting the functionality between up/down and left/right would be the best option, although this logic could be applied to basically any slider. Might be best to build it into slider functionality as a whole, but afformentioned up/down keys might not be unused everywhere Screenshots or videoscurrent: previous: Version2023.924.0 Logsnetwork.log |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This was an intentional change, bundled with other changes. Eventually we'll add the ability to increment in large amounts holding shift or control. |
Beta Was this translation helpful? Give feedback.
This was an intentional change, bundled with other changes. Eventually we'll add the ability to increment in large amounts holding shift or control.