Mercurial > getan
comparison 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 |
comparison
equal
deleted
inserted
replaced
22:2dc893ca5072 | 23:9c4e8ba3c4fa |
---|---|
1 This file gives some information about the available keys in the 'getan' view. | |
2 Some further keys are self-explanatory while working with 'getan'. | |
3 | |
4 | key | description | |
5 ================================================================================ | |
6 | up/down (arrows) | Navigate up/down in ProjectList and EntryList. | |
7 | tab | Switch focus between ProjectList and EntryList | |
8 | enter | start/stop a project (in ProjectList), mark an entry (in | |
9 EntryList). | |
10 | [project key] | Start the specified project. | |
11 | space | Pause a running project (the time that will be inserted | |
12 into database is the real running time without the break. | |
13 | F1 | Switch time display mode in ProjectList. | |
14 | d | Delete marked entries (in EntryList). | |
15 | m | Start the 'wizzard' to move selected entries to another | |
16 project. | |
17 | esc | Exit the application. This is only possible if no project | |
18 is running (in ProjectList). | |
19 | + | Start a dialog to add time to a running project. Only | |
20 possible if there is a running project (in ProjectList). | |
21 | - | Start a dialog to subtract time from running project. | |
22 Only possible if there is a running project (in | |
23 ProjectList). |