Jump to content

Recommended Posts

Posted

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.

Cheers

Dan


Posted

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")

  • 4 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...