hey guys, i was wondering how i can rebind a keyboard using code.
What i am trying to accomplish is a program that runs in the background (preferably) and could change something.
So lets say I want it to replace the word "the" with "at" everytime it is written.
I was thinking of doing this somehow along the lines of saying if a string of "t h e" == yes then replace with "a t"
How would i do this...
Open to all suggestions.


