Open GoogleCodeExporter opened 8 years ago
You should be able to do this by checking the contents of the folder object.
This is only partially tested, but it would be something along these lines:
folder = engine.get_folder("Spelling")
if title not in [ x.description for x in folder.items ]:
....
Hope that is helpful.
Original comment by Titan8...@gmail.com
on 1 Mar 2013 at 5:38
I am new to this. I used AHK for spell checking in the past using this
script:http://www.autohotkey.com/download/AutoCorrect.ahk
I know there is a way to do this on Autokey, and I think this script would be
great for it.
The only thing is I have no idea where to start. Any insight?
Original comment by ryanrod...@gmail.com
on 18 Apr 2013 at 4:33
Original issue reported on code.google.com by
justin.y...@gmail.com
on 5 Nov 2012 at 4:35Attachments: