| Author |
Message |
Forum: Support Topic: AutoCorrect for English |
| sunwei415 |
|
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 |
| sunwei415 |
|
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 |
| sunwei415 |
|
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 |
| sunwei415 |
|
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 |
| sunwei415 |
|
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 ? |
| sunwei415 |
|
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: |