AutoHotkey Community

It is currently May 24th, 2012, 8:45 am

All times are UTC [ DST ]


Search found 6 matches
Search these results:

Author Message

 Forum: Support   Topic: AutoCorrect for English

Posted: April 4th, 2009, 8:34 pm 

Replies: 6
Views: 631


I expected to use AutoCorrection.ahk to input Greek alphabets . Such as autocorrecting "\beta" into β But they are not supported in western 1252. Does this limitation origin from AutoHotKey itself: no native support of Unicode? So I need to give up this way and make code to send Unico...

 Forum: Support   Topic: AutoCorrect for English

Posted: April 4th, 2009, 8:06 pm 

Replies: 6
Views: 631


Thanks. I resaved it in 1252 and it works now.

 Forum: Support   Topic: AutoCorrect for English

Posted: April 4th, 2009, 7:20 pm 

Replies: 6
Views: 631


Hi, I also want to make use of AutoCorrection.ahk, but it seems to get into encoding trouble on my laptop. For example there is :: angstrom :: Ångström inside AutoCorrection.ahk , but when I type " angstrom ", I get " Ã…ngström " and the result depends what keyboard layout I cho...

 Forum: Support   Topic: move cursor to the center of newly activated window

Posted: April 4th, 2009, 11:26 am 

Replies: 2
Views: 584


You are a genius. Thanks for telling me about "~" and KeyWait, they helps me also with other problems. Under certain monitor configuration on a multi-monitor system, the X,Y may be negative, which seems incompatible with ahk's MouseMove command, So I modifed center_x,center_y a little bit,...

 Forum: Support   Topic: move cursor to the center of newly activated window

Posted: April 3rd, 2009, 11:39 pm 

Replies: 2
Views: 584


Hi, I am using two monitors. Each time I change to a new window by "Alt+Tab", I want the mouse cursor to move to the center of newly activated window. I tried with the following code,but it doesn't work. $!Tab:: Send,!Tab sleep 200 WinGetPos, X, Y, width, height, A center_x:=x+width/2 cen...

 Forum: Support   Topic: Paste Special - shortcuts ?

Posted: March 31st, 2009, 9:21 pm 

Replies: 5
Views: 2613


I copy the following into the clipboard: "The occupations are denoted PN,ɑ, where N is the number of electrons and ɑ labels the different states with N electrons." But I get the following while pasting via plainpaste: "The occupations are denoted PN,?, where N is the number ...
Sort by:  
Page 1 of 1 [ Search found 6 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group