Skip to content

Per-language text caret and mouse cursor styling, aka language indicator (autohotkey script)

License

Notifications You must be signed in to change notification settings

yakunins/language-indicator

Repository files navigation

Language Indicator

language indicator for text caret and mouse cursor

Per-Language Styling of Text Caret and Mouse Cursor

This script keeps track of your current language (or input method, keyboard layout) 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.

Add, change, or delete caret marks and cursors to personalize their appearance. Use the following naming convention:
language#1+capslockcursors/1-capslock.cur + carets/1-capslock.png
language#2cursors/2.cur + carets/2.png
language#2+capslockcursors/2-capslock.cur + carets/2-capslock.png
...

Installation

  1. Download language-indicator.exe, a compiled AHKv2-64 script
  2. Download carets or cursors folders
  3. Create shortcut for language-indicator.exe
  4. Move shortcut to the startup folder. For Windows 10, this is typically %appdata%\Microsoft\Windows\Start Menu\Programs\Startup

Customization

  • Remove unwanted or add your own caret mark or mouse cursor, some variants are provided within cursor/variants/ and carets/variants folders
  • Supported caret mark formats: PNG, GIF
  • Supported cursor file formats: CUR, ANI, ICO
  • Create your own cursor with Sib Cursor Editor
  • Written for AHK v2

Text Select Cursors Included

default i-beam cursor

i-beam cursor with dot

i-beam cursor with circle

i-beam cursor with arrow up

i-beam cursor with letter g

Cheers!

About

Per-language text caret and mouse cursor styling, aka language indicator (autohotkey script)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published