Keeps track of your current language and changes caret and text selection mouse cursor.
It works in most envs, including consoles and Universal Windows Apps, aka Metro apps.
Exceptions are Adobe Indesign and some .NET MAUI apps.
Written for AHK v2.
- Download
language-indicator.exe
, a compiled version of the script - Download and run
install.cmd
to create shortcut at startup folder
Standalone version of the script creates a marker near the mouse cursor with lag. Since cursors cannot be embedded directly into an AHK script, this lag can be eliminated by adding cursors
folder. See below for details.
- Download or create
carets
orcursors
folders (sincecursors
folder exist, embedded images won't be used, see./lib/UseBase64Image.ahk
) - Remove unwanted or add your own carets or mouse cursors within
carets
orcursors
folders - Use the following naming convention:
Input | Mouse Cursor | Text Caret Mark |
---|---|---|
Language 2 | ./cursors/2.cur |
./carets/2.png |
Language 1 + Caps Lock | ./cursors/1-capslock.cur |
./carets/1-capslock.png |
Language 2 + Caps Lock | ./cursors/2-capslock.cur |
./carets/2-capslock.png |
Tips:
- Supported caret mark formats: PNG, GIF
- Supported cursor file formats: CUR, ANI, ICO
- Create your own cursor with Sib Cursor Editor
- Cursor variants included:
Enjoy!
A donut, maybe? 🍩