topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 1:04 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Autocorrect doesn't always work  (Read 4359 times)

IconBoy

  • Charter Member
  • Joined in 2006
  • ***
  • default avatar
  • Posts: 35
    • View Profile
    • Donate to Member
Autocorrect doesn't always work
« on: July 30, 2007, 11:56 AM »
I have a file that autocorrects as I type but sometimes the characters don't change if they are part of a word.
E.g., if I want to type an "e" with an accute on the end, I type .e' and I get é. But if I type resum.e' it doesn't change to resumé.
My scripts looks like this:
:*:.e'::é
:*:.e^::ê
I did originally try:
::e'::é
::e^::ê
but that didn't seem to work. I find that it works okay if you just need to do the one letter combo, but not if you type the word with the autocorrect bit.
(I can't add ::resume::resumé because sometimes I need the word to mean "to continue" and not the word similar in meaning to a CV).
Is there a way to get shortcuts to work when typing a word if my trigger is a period, like in my top example?

Another thing, why does autocorrect retype my month name when I type it correctly?
If I type january, I get January which is what I want it to do, but if I type January, I get January typed out again!
I am using this in the autocorrect file:
::january::January
« Last Edit: July 30, 2007, 12:13 PM by IconBoy »

IconBoy

  • Charter Member
  • Joined in 2006
  • ***
  • default avatar
  • Posts: 35
    • View Profile
    • Donate to Member
Re: Autocorrect doesn't always work
« Reply #1 on: July 30, 2007, 03:21 PM »
Someone helped me in another forum and gave me the answer :D
Here it is incase someone else needs it:
:*?:.e'::é
:*?:.e^::ê
:C:january::January