Skip to content

LiteFeather1/ltf-stopwatch

Repository files navigation

LTF Stopwatch icon

LTF Stopwatch

A simple stopwatch using the Godot Engine

LTF  Stopwatch Image

Features

Stopwatch

All the good o' stopwatch features: Track your time, Start/Pause, Restart

Copy Time

Press the Copy Button or Ctrl + C to copy to clipboard the elapsed time. Formatted as HH:MM:SS

Paste-In Time

Press Ctrl + V to paste-in a time to modify the Stopwatch elapsed time. Formatted as HH:MM:SS Modifiers examples:

  • "=" - Resets the stopwatch to the specified time, e.g. "=1.25" resets the Stopwatch to 00:00:01.25.
  • "+" - Adds to the elapsed time, e.g. "+1:10" adds 1 minute and 10 seconds to the elapsed time.
  • "-" - Substracts the elapsed time, e.g. "-1:3:5" subtracts 1 hour, 3 minutes and 5 seconds of elapsed the time.

Note: the elapsed time cannot be a negative number.

Restore Previous Stopwatch

Resetted the stopwatch by accident? No worries just press Alt + Z to restore the previous stopwatch

Stopwatch Pause Entry Tray

LTF Stopwatch with pause entry tray
  • Track your pauses.

  • Hover a entry to check elapsed time of that entry.

  • Left click a entry to delete an entry.

  • Use Ctrl + Z to undo deleted entries. Use Ctrl + Y to redo deleting entries.

    Stopwatch Copy Entry Tray

    LTF Stopwatch with copy entry tray menu

    Copy to clipboard your pause record, in for neat formats. Simple, Long, CSV or Markdown Table. With options to include:

    • Elapsed Time

    • Pause Span

    • Longest/Shortest entries.

      Formatting Table
      Pauses Elapsed Time Pause Time Resume Time
      (Optional)
      Pause Span
      (Optional)
      Longest/Shortest
      (Optional)
      #1 00:30:43 14:53:12 15:30:37 00:37:25 Longest
      #2 01:20:12 16:20:06 16:30:07 00:10:01 Shortest
      #3 02:53:56 18:03:51 -- : -- : -- -- : -- : -- --

Miscellaneous

Pin - Press the Pin Button to keep the stopwatch on top of everything. By default it will move to the top left of the screen and be on the minimum size.

Drag & Resize - Drag and resize the stopwatch like a regular window.

Hotkeys

Task Set 1 Set 2
Start/Pause/Continue Stopwatch Ctrl + Space Ctrl + Enter
Reset Stopwatch Ctrl + R
Restore Last Stopwatch Alt + Z
Copy Current Time to Clipboard Ctrl + C Ctrl + Insert
Paste-In Time Ctrl + V Shift + Insert
Increase Time by One Ctrl + Up Arrow Ctrl + "+"
Decrease Time by One Ctrl + Down Arrow Ctrl + "-"
Increase Time by Five Alt + Up Arrow Alt + "-"
Decrease Time by Five Alt + Down Arrow Alt + "-"
Undo deleted Entry Ctrl + Z
Redo deleted Entry Ctrl + Y Ctrl + Shift + Z
Delete Entry Delete Key + NUM Key
Fold/Unfold Entry Tray Ctrl + F Ctrl + T
Pin Window Ctrl + P
Minimise Window Ctrl + M
Close Window Ctrl + W Ctrl + F4
Move Window Left Ctrl + Left Arrow
Move Window Right Ctrl + Right Arrow
Move Window Up Ctrl + Up Arrow
Move Window Down Ctrl + Down Arrow
Place Window Bottom Left Ctrl + Keypad 1 Alt + 1
Place Window Bottom Center Ctrl + Keypad 2 Alt + 2
Place Window Bottom Right Ctrl + Keypad 3 Alt + 3
Place Window Center Left Ctrl + Keypad 4 Alt + 4
Place Window Center Ctrl + Keypad 5 Alt + 5
Place Window Center Right Ctrl + Keypad 6 Alt + 6
Place Window Top Left Ctrl + Keypad 7 Alt + 7
Place Window Top Center Ctrl + Keypad 8 Alt + 8
Place Window Top Right Ctrl + Keypad 9 Alt + 9

Title bar

Mouse clicks events on the title bar

Task Set
Pin Window Ctrl + LMB
Minimise Window Ctrl + MMB
Max size/Min Size window Double LMB
Open popup menu RMB