Word Logging (like key logging)

BlitzMax Forums/BlitzMax Beginners Area/Word Logging (like key logging)

Is there a way to record words that are typed on any windows program and keep track of the amount of times that it's used.

I'm using a touch screen panel on my Laptop and would find it very useful if what I type is stored and later accessed quickly with the stylus. Logically the most commonly used words will be displayed to enable fast input. Any info would help, thanks!

so you want some sort of auto learning predictive text routine?

Let's say that when I type this sentence I have writen the word "I" at least twice, the word "sentence" once, and so on. New words must be stored and then counted each time I type them. Creating this would allow for easier input using a stylus since you are picking complete words instead of picking each letter of a single word.

On the later stages you could establish an easy way of picking words, you click on an icon then you pick the first letter (this brings a list of words), then you pick one word from the "common" word list.