From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.58.132.68 with SMTP id os4mr19099557veb.15.1404911588086; Wed, 09 Jul 2014 06:13:08 -0700 (PDT) X-Received: by 10.182.20.104 with SMTP id m8mr125286obe.11.1404911587921; Wed, 09 Jul 2014 06:13:07 -0700 (PDT) Path: border2.nntp.dca1.giganews.com!nntp.giganews.com!m5no357202qaj.1!news-out.google.com!gf2ni1igb.0!nntp.google.com!hn18no847122igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 9 Jul 2014 06:13:07 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=80.149.113.199; posting-account=qD0YkwoAAAARwEQC2nUh4o07QkqQZQp2 NNTP-Posting-Host: 80.149.113.199 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2aadf55b-a433-4887-bea2-db492582632c@googlegroups.com> Subject: is there any sample code for detecting key strokes while writing to a .txt file? From: torralbaduran@gmail.com Injection-Date: Wed, 09 Jul 2014 13:13:07 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.dca.giganews.com comp.lang.ada:187477 Date: 2014-07-09T06:13:07-07:00 List-Id: Hi, I'm having problems writing to a file while the user inputs data from the keyboard. Is there any sample code so I ca check it out? Thank you very much Angel