Key(s) to Cut & Paste??

  • Thread starter Thread starter boatman312
  • Start date Start date
B

boatman312

Guest
On 02/23/10 10:33 AM, Willard wrote:

> Is there a way to assign a "word" to selected key(s) to paste when

> desired??

> I wish to paste my email address whenever asked for as a login ID....




Google "free windows macro program"



I use Autohotkey, but it's interface might be a little too complicated

for your simple action. Look for AHK's autoscriptwriter to make the job

easier.
 
On Tue, 23 Feb 2010 07:33:38 -0800, Willard wrote:



> Is there a way to assign a "word" to selected key(s) to paste when desired??

> I wish to paste my email address whenever asked for as a login ID....






You need a third-party program to do that. I recommend the

downloadable free program Autohotkey. It works very well and is very

easy to use. You can assign words and even sentences to key

combinations. Besides the kind of use you are thinking of, I use it to

automatically correct typos I typically make. For example, if I type

"teh," Autohotkey automatically changes it to "the" for me.



--

Ken Blake, Microsoft MVP - Windows Desktop Experience

Please Reply to the Newsgroup
 
Is there a way to assign a "word" to selected key(s) to paste when desired??

I wish to paste my email address whenever asked for as a login ID....
 
On 02/23/10 9:39 AM, Ken Blake, MVP wrote:

> On Tue, 23 Feb 2010 07:33:38 -0800, Willard wrote:

>

>> Is there a way to assign a "word" to selected key(s) to paste when desired??

>> I wish to paste my email address whenever asked for as a login ID....


>

>

> You need a third-party program to do that. I recommend the

> downloadable free program Autohotkey. It works very well and is very

> easy to use. You can assign words and even sentences to key

> combinations. Besides the kind of use you are thinking of, I use it to

> automatically correct typos I typically make. For example, if I type

> "teh," Autohotkey automatically changes it to "the" for me.

>




But how do you spell Teheran? ;>)



(Probably doesn't come up very often. I think that was the first time I

ever spelled it out too..)



*I just figured it out maybe. You can wait for the space after teh to

do the correcting.
 
On Tue, 23 Feb 2010 11:03:34 -0500, boatman312

wrote:



> On 02/23/10 9:39 AM, Ken Blake, MVP wrote:

> > On Tue, 23 Feb 2010 07:33:38 -0800, Willard wrote:

> >

> >> Is there a way to assign a "word" to selected key(s) to paste when desired??

> >> I wish to paste my email address whenever asked for as a login ID....


> >

> >

> > You need a third-party program to do that. I recommend the

> > downloadable free program Autohotkey. It works very well and is very

> > easy to use. You can assign words and even sentences to key

> > combinations. Besides the kind of use you are thinking of, I use it to

> > automatically correct typos I typically make. For example, if I type

> > "teh," Autohotkey automatically changes it to "the" for me.

> >


>

> But how do you spell Teheran? ;>)

>

> (Probably doesn't come up very often. I think that was the first time I

> ever spelled it out too..)

>

> *I just figured it out maybe. You can wait for the space after teh to

> do the correcting.






Yes "Teh" gets changed to "The," but "Teheran" remains unchanged. It

waits for a space or punctuation mark after the "teh."



--

Ken Blake, Microsoft MVP (Windows Desktop Experience) since 2003

Please Reply to the Newsgroup
 
Back
Top