▲ 2 r/AutoHotkey
Hi guys, I have a script which works that when I type ; and a greek letter, I get the equivalent. Ex: ";Gamma -> Γ". But it's inconsistent, usually it works great for like 3 times then I need to reload, especially if it's within a normal word.
Ex: I can easily do σΓω, but I can't do mc;DeltaT (meant to be mcΔT) consistently.
This is the code:
:*:;alpha::α
:*:;Alpha::Α
for each letter
u/Final-Hunt — 14 days ago