Mercurial > getan
diff INTRODUCTION @ 23:9c4e8ba3c4fa
Added a new implementation of 'getan' based on urwid, a python console user interface library.
author | Ingo Weinzierl <ingo_weinzierl@web.de> |
---|---|
date | Sat, 28 Aug 2010 20:16:58 +0200 |
parents | |
children | 40f52b4b02a4 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/INTRODUCTION Sat Aug 28 20:16:58 2010 +0200 @@ -0,0 +1,23 @@ +This file gives some information about the available keys in the 'getan' view. +Some further keys are self-explanatory while working with 'getan'. + +| key | description +================================================================================ +| up/down (arrows) | Navigate up/down in ProjectList and EntryList. +| tab | Switch focus between ProjectList and EntryList +| enter | start/stop a project (in ProjectList), mark an entry (in + EntryList). +| [project key] | Start the specified project. +| space | Pause a running project (the time that will be inserted + into database is the real running time without the break. +| F1 | Switch time display mode in ProjectList. +| d | Delete marked entries (in EntryList). +| m | Start the 'wizzard' to move selected entries to another + project. +| esc | Exit the application. This is only possible if no project + is running (in ProjectList). +| + | Start a dialog to add time to a running project. Only + possible if there is a running project (in ProjectList). +| - | Start a dialog to subtract time from running project. + Only possible if there is a running project (in + ProjectList).