diff options
author | Unia <jthidskes@live.nl> | 2013-04-08 14:03:38 +0200 |
---|---|---|
committer | Unia <jthidskes@live.nl> | 2013-04-08 14:03:38 +0200 |
commit | 4b83a13e715160f75198bc29bb54f8fa4d268e5f (patch) | |
tree | 20824edf7136de8366da8bb6b9175ad8f17752b6 /README.md | |
parent | 64c058fe2c99b31e7e4b5d35ce9bc6dd80af75af (diff) |
ui improvements, buttons instead of spacebar
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 3 insertions, 10 deletions
@@ -7,11 +7,6 @@ Okay, so apparently there are absolutely zero good stopwatches around for X11! I spent my time searching but couldn't find one simple enough for me. This stopwatch will start counting, stop counting and reset. -Usage ------ - -The spacebar does it all! Press space to start timing, space to pause, space again to continue and r to reset the timer when it is paused. - Installation ------------ @@ -19,7 +14,7 @@ You'll need the GTK 3.x libraries and headers installed and ready to go. To build, simply run these commands: $ make - $ make clean install + # make clean install Bugs ---- @@ -32,12 +27,10 @@ For any bug or request [fill an issue][bug] on [GitHub][ghp]. ToDo ---- -* Display text like gnome-clocks? -* Font size depend on available space? +* Add hundreds/tenths of seconds? * Add about dialog back in? * Add a timer function too, in GtkNotebook? -* Keyboard shortcut to add/delete laps? -* Clever lap deleting +* Add split in laps: difference between lap 1 and lap 2 License ------- |