maskito icon indicating copy to clipboard operation
maskito copied to clipboard

🚀 - `Time` & `DateTime` support increament / decreament of time segment via `ArrowUp` / `ArrowDown`

Open mduft opened this issue 3 months ago • 5 comments

Which package(s) are relevant/related to the feature request?

No response

Description

Additionally to the already present (really, really nice!) input handling it would be nice to have cursor key handling while editing. Whet I thought of here:

Cursor Right: Move to and select the next group, e.g. if the cursor is at 'HH' -> jump to 'MM' Cursor Left: Move to and select the next group, e.g. if the cursor is at 'MM' -> jump to 'HH' Cursor Up: Increment the group where the cursor is at, e.g. MM = 08 -> MM = 09. Cursor Down: Decrement the group where the cursor is at.

Let me know what you think about this :)

mduft avatar Mar 21 '24 13:03 mduft