Mercurial > getan
view INTRODUCTION @ 99:4912568f9048
Refactor delete_entries to do what it says: delete the entries passed as argument
The provided entries weren't used to delete the entries from the database.
A better method name would have been delete_selected_entries().
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Mon, 12 Sep 2011 13:57:58 +0200 |
parents | 40f52b4b02a4 |
children | e18d50dda87b |
line wrap: on
line source
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). | ins | Create a new project. (Hint: currently getan needs to be restarted to show newly created projects)