AutoHotkey Community

It is currently May 27th, 2012, 12:38 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 494 posts ]  Go to page Previous  1 ... 29, 30, 31, 32, 33  Next
Author Message
 Post subject:
PostPosted: December 12th, 2011, 3:43 pm 
dev wrote:
@guest, i changed all the $Tab to $^ (totalling 6) in TA.ahk, but now i am not able to choose anything either with Tab or ^. Not sure what is wrong. Thanks.

1) You replaced tab so you can't use tab ;-)
2) As i said try with... (you stopped at the first attempt, now try with $ctrl and I'm sure it will work.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: December 12th, 2011, 3:54 pm 
Added note: If you want to retain Tab as autocomplete, try replacing the ^space


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: December 13th, 2011, 12:30 pm 
Offline

Joined: August 28th, 2009, 3:00 pm
Posts: 275
dev wrote:
@mania, DisabledAutoCompleteKeys=N removed the numeral choices

That's what you wanted, right?


Report this post
Top
 Profile  
Reply with quote  
 Post subject: gnumed
PostPosted: February 16th, 2012, 7:29 pm 
Offline

Joined: December 3rd, 2010, 1:52 pm
Posts: 22
please have a look at
autohotkey.com/forum/viewtopic.php?t=82647


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 16th, 2012, 7:59 pm 
Offline

Joined: June 7th, 2007, 1:33 pm
Posts: 1019
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?


Last edited by azure on February 16th, 2012, 8:07 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 16th, 2012, 8:01 pm 
azure wrote:
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?

How about reading maniacs reply
maniac wrote:
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.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 16th, 2012, 8:07 pm 
Offline

Joined: June 7th, 2007, 1:33 pm
Posts: 1019
Anonymous wrote:
azure wrote:
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?

How about reading maniacs reply
maniac wrote:
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.


do you see anything mentioned about specific controls?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 17th, 2012, 6:54 am 
hi
I am using typingaid for long. It is a good software. But it fails to suggest when I use it with python based emr gnumed. Www.gnumed.de . Kindly help
Vaibhav


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 21st, 2012, 12:43 pm 
Offline

Joined: August 28th, 2009, 3:00 pm
Posts: 275
azure wrote:
do you see anything mentioned about specific controls?


So you want a lookup program... I think adding something like that would require large changes to the underlying structure of how I store the wordlist in memory. This is something that should be done at some point anyway, but it's not as simple as saying, if I'm in this control, show this list, if I'm in that control, show that list.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 21st, 2012, 12:47 pm 
Offline

Joined: August 28th, 2009, 3:00 pm
Posts: 275
Anonymous wrote:
hi
I am using typingaid for long. It is a good software. But it fails to suggest when I use it with python based emr gnumed. Www.gnumed.de . Kindly help
Vaibhav


Hi Vaibhav,
Have you tried using the helper window (Ctrl-Shift-H)?


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Clueless
PostPosted: March 31st, 2012, 8:42 pm 
Offline

Joined: February 12th, 2012, 8:53 am
Posts: 21
I've downloaded and installed TypingAid, but so far have been unable to get it to actually send text to any input window. When I start typing a word, the list window pops up, but neither the numberkeys nor ^enter nor tab nor right arrow will send text after the list window closes.

I'm using the latest version of AHK_L on Win7 and have tried fiddling with Preferences.ini, running as administrator, shutting down other processes etc. It's quite maddening. I also browsed the last five pages of this thread, but the problem wasn't addressed there. Any help would be appreciated.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 31st, 2012, 10:48 pm 
You say any input window, even something as basic as notepad?
Did you try ALL 7 sendmethods? See preferences.ini 1-3 & 1-4C


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 1st, 2012, 7:03 am 
Offline

Joined: February 12th, 2012, 8:53 am
Posts: 21
SendMethod=2 fixed it. Many thanks!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 4th, 2012, 11:55 am 
Offline

Joined: August 28th, 2009, 3:00 pm
Posts: 275
Philister wrote:
SendMethod=2 fixed it. Many thanks!


I really don't get why sometimes one SendMethod works and one doesn't. I know someone with the same exact model PC and operating system as I have, yet SendMethod=2 doesn't work on his machine but it does on mine.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: April 27th, 2012, 8:46 pm 
Offline

Joined: November 18th, 2011, 7:40 pm
Posts: 17
Hello,

just testing TypingAid. Using it for programming, that means many "artificial" words in camel case it would be much easier to find the desired word when any character from left to right would be taken into consideration.
Option NoBackSpace=Off is necessary for camel case. Thanks for that option!

Any news concerning clipboard support for learning words?

Many thanks for all your efforts and greetings
hotkeyguy


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 494 posts ]  Go to page Previous  1 ... 29, 30, 31, 32, 33  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bon, maul.esel and 10 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group