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, 2:26 pm
  • 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: IMdecrypter - text expander for the IMliterate  (Read 7686 times)

bft_chromeguy

  • Participant
  • Joined in 2008
  • *
  • Posts: 15
    • View Profile
    • Bugfree Technologies
    • Donate to Member
IMdecrypter - text expander for the IMliterate
« on: October 26, 2008, 07:45 PM »
Hi there ppl,

I am working on compiling a massive list of common IM shorthand/misspellings and real english translations.
Sometimes you need to send an email to the boss or to your mum, but can't be bothered typing properly (or can't remember how)

If you have suggestions for the list, by all means let me know so I can add them!
I am using AutoHotKey - feel free to grab the script and try it out!
It is a simple text expander (autocomplete) targeting IM users.

So far I have thus:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;IMdecrypter
;AutoHotKey script by bft_chromeguy
;Translate IM text into real english
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Thanks to:
;•rozzA•YourNameHere•••
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
;Remove endbrackets]) from triggering hotkeys - this is annoying during msn im sessions [k types ok, but (k) makes a kiss, but it gets triggered like: (ok) <--crap]
#Hotstring EndChars [{}:;'"\,.?!`n `t
;
;
; -=Personal Dictionary=-
:R:hi ::Hi there (,^^) how's it going?
:R0:hh::haha
::kbd::keyboard
::prog::program
;(double-tap "spacebar" to activate the following)
::win ::Windows
::winxp ::Windows XP
::winv ::Windows Vista
::win7 ::Windos 7
::rc ::right-click
::lc ::left-click
::mc ::middle-click
::mcx::click on the wheel
::dc ::double-click

; -=Typonese=-
::thaty::that
::thast::that
::thatys::that's

; -=single letters=-
::b::be
::u::you
::r::are
::i::I
::k::ok
::y::why
::c::see

; -=two letters=-
::ic::I see
::jk::just kidding
::nm::not much
::np::no problems
::ru::are you
::ur::your

; -=three letters=-
::ahd::had
::bbl::be back later
::btw::by the way
::cld::could
::cnt::can't
::coz::because
::dno::don't know
::dnt::don't
::hbu::how about you
::hes::he's
::idk::I don't know
::ive::I've
::jks::jokes
::mna::man
::nvm::never mind
::ofc::of course
::plz::please
::ppl::people
::teh::the
::thx::thanks
::ure::you're
::urs::your's
::uve::you've
::wld::would
::yuo::you

; -=four letters=-
::ahte::hate
::ahve::have
::cant::can't
::dont::don't
::hows::how's
::itll::it'll
::jsut::just
::liek::like
::nite::night
::ppls::people
::sadi::said
::shld::should
::taht::that
::wont::won't


; -=five or more=-
::arent::aren't
::becoz::because
::cldnt::couldn't
::didnt::didn't
::thats::that's
::wasnt::wasn't
::whats::what's
::wouldnt::wouldn't
::urself::yourself
::youre::you're

; -=Capitalisation=-
::monday::Monday
::tuesday::Tuesday
::wednesday::Wednesday
::thursday::Thursday
::friday::Friday
::saturday::Saturday
::sunday::Sunday

::january::January
::february::February
;::march  <- common regular word. will interfere too much. use doubletap
::april::April
;::may <- common regular word. will interfere too much. use doubletap
::june::June
::july::July
::august::August
::september::September
::october::October
::november::November
::december::December

; -=ThreeLetter Space=- (double tap 'spacebar' to use)
::mon ::Monday
::tue ::Tuesday
::wed ::Wednesday
::thu ::Thursday
::fri ::Friday
::sat ::Saturday
::sun ::Sunday

::jan ::January
::feb ::February
::mar ::March
::apr ::April
::may ::May
::jun ::June
::jul ::July
::aug ::August
::sep ::September
::oct ::October
::nov ::November
::dec ::December

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;END;of;IMdecrypter;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

•Created Oct26 2008
•Updated Oct30 2008
C'mon people, where's the input? Am I missing something? Is there another program that already does this?
•Updated Nov15 2008
List now contains fixes and additions for many annoying accidental activations.
http://www.bugfreetech.com - come visit my site
« Last Edit: November 15, 2008, 01:04 AM by bft_chromeguy »

bft_chromeguy

  • Participant
  • Joined in 2008
  • *
  • Posts: 15
    • View Profile
    • Bugfree Technologies
    • Donate to Member
Re: IMdecrypter - text expander for the IMliterate
« Reply #1 on: November 15, 2008, 01:05 AM »
people, if you are using this list and have your own suggestions for it, PLEASE reply to this thread so I can add them in!!
http://www.bugfreetech.com - come visit my site

wep

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 31
    • View Profile
    • Donate to Member
Re: IMdecrypter - text expander for the IMliterate
« Reply #2 on: November 17, 2008, 01:28 PM »
Hi there ppl,
Hi, bft_chromeguy!
Good idea of word replacer for IM!
Is there another program that already does this?
Do you know about Laszlo's script at http://www.autohotke...orum/topic9689.html?
« Last Edit: November 17, 2008, 01:40 PM by wep »

bft_chromeguy

  • Participant
  • Joined in 2008
  • *
  • Posts: 15
    • View Profile
    • Bugfree Technologies
    • Donate to Member
Re: IMdecrypter - text expander for the IMliterate
« Reply #3 on: November 18, 2008, 09:17 AM »
thanks wep!

certainly will look into it, it may help me solve some of the more intricate "swapped letters" misspellings and "wrong double letter" mistakes that happen
eg. I can speel ggod
http://www.bugfreetech.com - come visit my site