jesuschristmeister Posted April 16, 2005 Posted April 16, 2005 Is there a program anywhere that allows you to automatically change text the way word does? I need an application whereby I can type in to any program via numbers. For example if I type in the number 1, it will automatically be replaced by the words/phrase "cheddar cheese". If anybody could help me on this one it would be most appreciated.CheersDan
Fredledingue Posted April 16, 2005 Posted April 16, 2005 There are a few programs that do that. Google "keyboard macro" or "keyboard hotkey" "hotkey manager"... Wirekeys is one.Most are payware but wirekeys lite is free.You can link the hotkey to a VBscript that do even more things, using the sendkey function.Set WshShell = WScript.CreateObject("WScript.Shell")WshShell.SendKeys ("Hello World{ENTER}etc")
Fredledingue Posted April 16, 2005 Posted April 16, 2005 ... and I think many of the programming tools have this ability.Look for Notepad++ I think it does that.
jesuschristmeister Posted May 14, 2005 Author Posted May 14, 2005 Fantastic have tried it out works brilliantly, many thanks for the help
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now