azure wrote:
very interesting project
however I would like to:
1) specify specific controls/coords/control colors/etc for the drop down menu to appear
2) store the typed words in a database per that particular control I type in, sort them by frequency, and make them appear in autocomplete suggestion by frequency, as I type
is it possible?
thanks
maniac wrote:
1) You can specify where you want the dropdown to appear using the Helper Window. You can't control the colors though.
2) I assume you mean that you want a separate wordlist per application? Currently the only way to do that is to have multiple instances of TypingAid running. What you would then do is define the include/exclude conditions to be mutually exclusive so that only one instance of TypingAid is ever in an unsuspended state.
I would like a separate wordlist per application and
per window and control of application
wordlist that will be completely learnt from what I type (like EXCEL's autocomplete in cells), with the frequency I type it, in the specific control (text box) of specific window, of specific application
is this possible?