Jump to content

DOS alike Input Editor


Recommended Posts

Hello everybody,

This is my attempt to create an universal DOS alike Input Editor, a program I started to write end 2008. It is working well, but I have a problem with the speed settings. If typing slowly, it works well, but some people can type very fast, and then problems arise, because a key is still pressed (= not yet released) while a finger of the other hand is already pressing another key... The result is that some characters are missing. At the other side, if the speed is too high (variable $i_StdChrSpeed) repetition of characters is possible.

Normally, when a key is pressed, say 'K', then another say 'E', the first key 'K' is still being captured. This means that when holding K and E pressed together a long time, you get KEKEKEKEKEK.... To solve this problem, it is necessary to be able to verify if the key K is released or not, before re-capturing it.

Because the listing is very long, I have linked three files for you to download:

File iops.au3 : http://www.charvi.com/au3/iops.au3

File iopsTest.au3 : http://www.charvi.com/au3/iopsTest.au3

File DOSLIKE.FON : http://www.charvi.com/au3/DOSLIKE.FON

After downloading the three files, please install the DOSLIKE.FON bitmap font.

Then, test iopsTest.au3, and I would like to hear suggestions from you...

Thank you in advance and have fun!

PS: note that NOT all characters are working, just the letters, left and right arrows, and Backspace.

Edited by charvi
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...