File | Date | Author | Commit |
---|---|---|---|
.gitattributes | 2024-11-03 |
![]() |
[16dec7] Initial commit |
Readme.md | 2024-11-07 |
![]() |
[49b405] added compilation instructions |
language_context.ahk | 2024-11-07 |
![]() |
[a84a00] Update language_context.ahk |
language_context.exe | 2024-11-03 |
![]() |
[a96631] first commit |
language_cursor.ahk | 2024-11-03 |
![]() |
[a96631] first commit |
language_cursor.exe | 2024-11-03 |
![]() |
[a96631] first commit |
You know how you write something and you've think you're on English keyboard, whern you are Hebrew Keyboard?
And you wrote gyberish?
Two Utilities to help with that:
Converts text between keyboard layouts when typed in the wrong language.
TextConverter.exe
Ctrl + Right Click
to show conversion menuCtrl + '
to convert directly to next languageA small colored letter near your cursor showing your current keyboard layout
LanguageIndicator.exe
To make tools run automatically when Windows starts:
Win + R
shell:startup
and press EnterTo disable auto-start:
1. Press Win + R
2. Type shell:startup
and press Enter
3. Delete the shortcuts you don't want to auto-start
Alternatively, you can manage startup programs through Task Manager:
1. Open Task Manager (Ctrl + Shift + Esc)
2. Go to "Startup" tab
3. Enable/Disable the tools as needed
Install AutoHotkey v2.0 from autohotkey.com
Open AutoHotkey Dash from Start Menu (search for "AutoHotkey")
Click on "Compile" from the left menu
In the Ahk2Exe window:
Click "Convert"
Repeat for both scripts:
LanguageIndicator.ahk
→ LanguageIndicator.exe
TextConverter.ahk
→ TextConverter.exe
Note: Make sure to select the v2 base file in the dropdown as shown in the image, otherwise compilation will fail.