From 351a33768080354cd7df520d5294bac32c460600 Mon Sep 17 00:00:00 2001 From: nanotube Date: Wed, 23 Nov 2005 08:27:28 +0000 Subject: [PATCH] update the docs with new timer commandline option --- html/index.html | 40 +++++++++++++++++++++++++++++----------- 1 file changed, 29 insertions(+), 11 deletions(-) diff --git a/html/index.html b/html/index.html index 5abfb1b..b3f7e07 100644 --- a/html/index.html +++ b/html/index.html @@ -150,6 +150,9 @@ log all output, plus some debug output, to a SYSTEMLOG file (inside DIRNAME, as specified with -f option). [default: none] + -i INTERVAL, --interval=INTERVAL + specify the time interval between buffer autoflush + events, in seconds. [default: 120.0]

To run in debug mode from source, make sure to use the commandline

python keylogger.pyw -d
@@ -184,35 +187,50 @@ at the most recent input. If you use Wordpad, you will notice that Wordpad refuses to open a file that is being used, so you will have to make a copy of the logfile and open the copy with wordpad, rather than open the logfile directly.

+

+ As of version 0.6.6, pykeylogger automatically flushes the file write buffer periodically (interval set with + -i option), so that even in the event of a system crash, you are less likely to lose the recent input. + [Thanks to anonymous forum poster for this suggestion.] +

icon Future direction [Features planned]