AutoHotkey Community

It is currently May 27th, 2012, 1:27 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 24 posts ]  Go to page Previous  1, 2
Author Message
 Post subject:
PostPosted: March 11th, 2009, 2:03 am 
The auto correct http://www.autohotkey.com/forum/topic80 ... ct&start=0 I downloaded here has the following wiki

http://en.wikipedia.org/wiki/Wikipedia: ... sspellings
http://en.wikipedia.org/wiki/Wikipedia:Typo

I wonder why they don't have this, the one for the machine


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: March 18th, 2009, 11:55 am 
Can somebody crack the code on how to do (2) automatic correction? It would be much appreciated.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 16th, 2009, 5:37 pm 
Offline

Joined: July 25th, 2006, 7:37 pm
Posts: 490
Location: Midwest, USA
To slightly adjust Evans script

1) Make the OK button default so that you don't have to tab to it, and can just press enter or press Alt+O
2) Correct the FileAppend so as to have each on a separate line in notepad (put `r`n)

Code:
#SingleInstance, Force
^q::
  Gui, Add, Edit,   w100 vWrong      ,
  GUi, Add, Edit,   w100 vCorrect    ,
  Gui, Add, Button, w50  gOK Default , &OK
  Gui, Show
Return

OK:
  Gui, Submit
  Change = ::%Wrong%::%Correct%
  FileAppend, `r`n%Change%, %A_ScriptFullPath%
  Sleep, 500
  Reload
Return

_________________
SilverEdge78


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 16th, 2009, 6:07 pm 
Offline

Joined: July 25th, 2006, 7:37 pm
Posts: 490
Location: Midwest, USA
ahknice> I'd like to see the script that you have demonstrated in this thread. It's looking like what I want to potentially implement.

_________________
SilverEdge78


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 21st, 2009, 7:20 pm 
can anyone get to (2)


Report this post
Top
  
Reply with quote  
PostPosted: August 17th, 2009, 4:25 am 
Offline

Joined: August 2nd, 2009, 11:40 pm
Posts: 3
Lifehacker.com has created a little utility named Texter with a a nice interface that does autocorrect. I'm very sure its just a compiled Autohotkey script.

http://lifehacker.com/software/texter/l ... 238306.php


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 17th, 2009, 6:35 pm 
Offline

Joined: July 25th, 2006, 7:37 pm
Posts: 490
Location: Midwest, USA
You would be correct. It is AHK.

The website linked wrote:
Texter Executable

Finally, Texter is open source, written using AutoHotkey, so if you're an AutoHotkey user and you want to check out or run Texter from the source, grab the source code.

_________________
SilverEdge78


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 1st, 2010, 7:41 am 
Offline
User avatar

Joined: December 30th, 2009, 10:30 pm
Posts: 160
Location: Worcester, Massachusetts
try dis http://www.autohotkey.com/forum/topic57548.html

_________________
★★★ Email me at berban at aim full stop com ★★★


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 14th, 2010, 1:02 pm 
Need autocorrect per word, not phrase. Like teh is the waht is what etc.


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 24 posts ]  Go to page Previous  1, 2

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, oldbrother and 18 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