From 3bbdbd99682b20e9690c4378973fda6a48bb8139 Mon Sep 17 00:00:00 2001 From: Benny <45950398+benstadlbauer@users.noreply.github.com> Date: Sun, 13 Dec 2020 20:29:36 +0100 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22af1bc..59653fb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # `time` ### A simple HTML-based clock display -I wanted to have a fullscreen clock for my dual-screen setup for a longer time. Since I have "learned" the basics of HTML and Javascript i decided to write my own little fullscreen-clock. After that I decided to make it available for others, so I added a help-function (press `h`) and after some refactoring I put it on GitHub. +Press `h` to show the hotkeys: +- `Space` sweeps through clock-displays +- `c` toggles the colors +- `+` increases size +- `-` decreases size +- `0` resets size + +I wanted to have a fullscreen clock for my dual-screen setup for a longer time. After I have learned the very basics of HTML and Javascript, I decided to write my own little fullscreen-clock. Afterwards I decided to make it available for others, so I added a help-function (press `h`) and after some refactoring I put it on GitHub. There are at least a dozen more features in my head I could implement but this is what I have so far. And I don't know if this will work on your computer (regarding the browser, your keyboard-language etc).