In Word or Eclipse, as an example, it has an option to "auto-correct" a custom phrase like sysout
into System.out.println("");
. However, is there a script I could use to have this same function while typing in any other program?
For example, if I type mcC
and press space, or hold Alt down while typing mcC
, I would like the mcC
to be replaced with:
W)
X)
Y)
Z)
(The script doesn't have to be in PowerShell; it was the only language I could think of that might be able to implement this.)