AZJIO Posted September 2, 2012 Posted September 2, 2012 (edited) TextCorrection (En, Ru) The program is designed to automatically edit the text typed in the wrong keyboard layout. It is useful if you use multiple (2) languages in the OS. TextCorrection.7z (300kb, exe+sources+help.chm) Video (how the program works) Hotkey1 - correcting words, everything in one language (ηελλο -> hello), (Geia -> Γεια), (руддщ -> hello), (ghbdtn -> привет) Hotkey2 - correcting line, invert (ηελlo -> helλο) Hotkey3 - correcting words before the first space (ηελλο -> hello) Hotkey4 - correcting words, invert (ηελlo -> helλο) Hotkey5 - the first letter uppercase, the rest lowercase (hELLO -> Hello) Hotkey6 - to upper case (hello -> HELLO) Hotkey7 - to lower case (HELLO -> hello) Hotkey8 - switching to an alternative language (3) Hotkey9 - Replaces text (USB -> Universal Serial Bus) Hotkey10 - Transliteration (spasibo -> спасибо) Edited March 26, 2020 by AZJIO My other projects or all
AZJIO Posted February 12, 2015 Author Posted February 12, 2015 Updated Shows abbreviations (USB transforms into "Universal Serial Bus") In Replace.ini add the following lines: USB=Universal Serial Bus ms=MsgBox -=— —=- <=< >=> Hotkey convert text. My other projects or all
AZJIO Posted March 11, 2020 Author Posted March 11, 2020 Added transliteration. For example, translate a person’s surname into the Latin alphabet for a passport. It's like an example to understand, actually a feature for other tasks. Increased delays in manipulation. This has improved the stability of the conversion. Previous version didn't work well in AkelPad for short words. If the program can't create an ini file, the program will offer to run from the administrator. That is, if the user places the program in the "Program Files", then it will be necessary to run once from the administrator, otherwise there will be a reminder. The program remains healthy without an ini file, but with default settings. My other projects or all
jchd Posted March 11, 2020 Posted March 11, 2020 Thanks. You should encode sources and text files in UTF8, else they're mostly unreadable and non-compilable in non-cyrillic setups. This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe hereRegExp tutorial: enough to get startedPCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta. SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)
AZJIO Posted March 11, 2020 Author Posted March 11, 2020 Made UTF8, but in this form I can’t compile with AutoIt3Wrapper 2.1.2.9 + AutoIt3 3.3.8.1 My other projects or all
jchd Posted March 11, 2020 Posted March 11, 2020 Can't you upgrade? This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe hereRegExp tutorial: enough to get startedPCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta. SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)
AZJIO Posted March 11, 2020 Author Posted March 11, 2020 (edited) I've updated (but I didn't compile in UTF8) here's another link I in the first post added a video to show how it works Edited March 11, 2020 by AZJIO My other projects or all
AZJIO Posted March 25, 2020 Author Posted March 25, 2020 updated! Added parameter Edit = 1, standard Winsdows windows are processed by WinAPI functions and do not litter in programs that expand the clipboard. Now the form for transliteration characters can be merged or separated by spaces for both languages. My other projects or all
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now