You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// For a demonstration, see the **Timecode UI** example project in this repo.
71
+
///
70
72
/// ## Focus
71
73
///
72
74
/// Each timecode component individually receives focus one at a time.
@@ -86,10 +88,10 @@ import TimecodeKitCore
86
88
/// | --- | --- |
87
89
/// | Numeric digit keys | Enters digits for the currently focused timecode component. |
88
90
/// | `Return` or `Escape` | Can be used to remove focus from the field. |
89
-
/// | `Backspace` | Resets the timecode component to zero if it has freshly received focus. Once the user begins to enter digits into the component, the Backspace key will function as single digit delete akin to a text-entry field.
91
+
/// | `Backspace` | Resets the timecode component to zero if it has freshly received focus. Once the user begins to enter digits into the component, the Backspace key will function as single digit delete akin to a typical text-entry field.
90
92
/// | `Delete` (`Del` key, or `forwardDelete`) | Resets the component to zero. |
91
93
///
92
-
/// For keys that navigate timecode component focus, see the Focus section above.
94
+
/// For keys that navigate timecode component focus, see the <doc:#Focus> section above.
0 commit comments