 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
daonlyfreez
Joined: 16 Mar 2005 Posts: 949 Location: Berlin
|
Posted: Thu Jul 23, 2009 2:06 pm Post subject: tinySpell - on the fly spellchecking - [GUI] |
|
|
tinySpell (free version, Win9x+)
| Quote: | It is a small utility that allows you to easily and quickly check and correct the spelling in any Windows application.
tinySpell can watch your typing on the fly and alert you whenever it detects a misspelled word. It can also check the spelling of text that you copy to the clipboard.
tinySpell installs itself in the system tray for easy access. It comes with an American-English dictionary containing more than 110,000 words. |
 _________________
mirror 1 • mirror 2 • mirror 3 • ahk4.me • PM or  |
|
| Back to top |
|
 |
jballi
Joined: 01 Oct 2005 Posts: 748 Location: Texas, USA
|
Posted: Thu Jul 23, 2009 10:10 pm Post subject: |
|
|
Excellent program. Highly recommended if you're a bad/lazy speller like me. One bit of unsolicited usage advice: Use a sound to notify you of a spelling error but don't use the default beep. You'll turn if off after 20 minutes. Instead, choose a unique (not used by any other program) short sound that's slightly irritating so it will catch your attention but not so irritating that you'll turn it off.
Spell on! |
|
| Back to top |
|
 |
tidbit
Joined: 09 Mar 2008 Posts: 1807 Location: Minnesota, USA
|
Posted: Fri Jul 24, 2009 3:37 am Post subject: |
|
|
I used to use this. didn't like it. so i continued my search for a real-time anywhere spellchecker and found AHK (AutoCorrect).
But no longer use that. Decided to not be as lazy.
 _________________ rawr. be very afraid
*poke*
Note: My name is all lowercase for a reason.
Even monkeys fall from trees. - Japanese proverb |
|
| Back to top |
|
 |
Chicken Pie 4 Tea
Joined: 18 Aug 2009 Posts: 375 Location: holland
|
Posted: Fri Aug 21, 2009 7:20 am Post subject: |
|
|
re tinyspell the use of an American English dictionary would put me off as i am English English and colour is not color o.k.! _________________ "Choose your parents wisely" |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 8255 Location: Maywood, IL
|
Posted: Fri Aug 21, 2009 7:44 am Post subject: |
|
|
| The Site wrote: | The additional dictionaries are
British (271.lex, 200.sup)
French (371.lex, 300.sup)
German (471.lex, 400.sup)
Spanish (571.lex, 500.sup)
Italian (671.lex, 600.sup)
Dutch (771.lex, 700.sup)
Swedish (871.lex, 800.sup)
Danish (971.lex, 900.sup)
Norwegian (1071.lex, 1000.sup) |
Requires the paid version, though. _________________
(Common Answers) |
|
| Back to top |
|
 |
pajenn
Joined: 07 Feb 2009 Posts: 384
|
Posted: Wed Aug 26, 2009 7:16 pm Post subject: |
|
|
I love tinySpell -- not all the time, but I added a hotkey for it into my perma-script so that I pull it out at times when no spell highlighting is provided by the application I'm typing into:
| Code: | | #f1::Run %A_ProgramFiles%\tinySpell\tinyspell.exe |
I also added the following hotkey to left-click its tray icon when I press control twice:
| Code: |
#IfWinExist ahk_class tinySpell
~$LCONTROL::
KeyWait, LCONTROL
KeyWait, LCONTROL, d T0.3
If Errorlevel != 1
{
PostMessage, 32868, 100, 0x201, , ahk_class tinySpell
PostMessage, 32868, 100, 0x202, , ahk_class tinySpell
}
Return |
It may have a built-in hotkey too, but a quick double tap of the control key was my preference when it beeps and I want to pull up the suggestions menu...
Settings: You can set it to ignore certain application-- I suggest to exclude your ahk editor and such so it doesn't become an annoyance when typing code, mathematical notation or such...
I also have hotkeys to FreeSpell 4.5 (good for spell-checking clipboard content), and TheSage's English Dictionary and Thesaurus. Both fast, small, well-behaved freeware spell/language tools. _________________ Hardware: 1.8 GHz laptop with 4 GB ram, Windows XP/SP3
Software: Prevx, Privatefirewall, KeyScrambler. |
|
| Back to top |
|
 |
poirmw Guest
|
Posted: Thu Aug 27, 2009 12:06 pm Post subject: TinySpell |
|
|
Three short remarks: One to tidbit, one to mouse and one to engunneer.
1. tidbit: It's not a matter of being "lazy." It is just that some of us can spell, but we are not typists and so we occasionally hit the wrong keys. TinySpell catches these errors or "fautes de frappe" as the French say.
2. mouse: You can use an English (UK, Canada, etc.) dictionary. All you have to do is download it from the site. In fact, I use the English dictionary with TinySpell.
3. engunneer: You do not have to have the commercial version of TinySpell to have access to the English (UK) dictionary. Download it and then rename the files to the U.S. name for the dictionary files. In other words, trick the programme into believing that the U.K. dictionary is the U.S. dictionary. The problem here is not that the programme will not accept the U.K. dictionary. It rather is that it will not allow you to select from a list of dictionaries the dictionary you want to use at a particular sitting. |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|