Skip to content

Commit

Permalink
add Description
Browse files Browse the repository at this point in the history
  • Loading branch information
nalbam committed Oct 6, 2023
1 parent 20e40e3 commit c95cad2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,22 @@
./run.sh stop
```

## browser

* http://localhost:3000

## screen

![screen](images/screen.png)

## keymap

| Action | Key |
| ------- | --- |
| Start | Q |
| Pause | W |
| Passed | E |
| Reset | R |
| Clear | T |
| Squeeze | Y |
| Drop | D |
| Action | Key | Description |
| ------- | --- | ----------- |
| Start | Q | Start the timer. |
| Pause | W | Pause the timer. |
| Passed | E | Record the lap time. |
| Reset | R | Reset the timer to 0. |
| Clear | T | Clear the timer and all lap times. |
| Reject | Y | Cancel the last lap time and merge it into the timer. |
| Drop | D | Cancel the last lap time. |
Binary file modified images/screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c95cad2

Please sign in to comment.