• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

Key(s) to Cut & Paste??

W

Willard

Flightless Bird
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....
 
B

boatman312

Flightless Bird
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.
 
K

Ken Blake, MVP

Flightless Bird
On Tue, 23 Feb 2010 07:33:38 -0800, Willard <guess@msn.invalid> 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
 
B

boatman312

Flightless Bird
On 02/23/10 9:39 AM, Ken Blake, MVP wrote:
> On Tue, 23 Feb 2010 07:33:38 -0800, Willard<guess@msn.invalid> 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.
 
K

Ken Blake, MVP

Flightless Bird
On Tue, 23 Feb 2010 11:03:34 -0500, boatman312 <eracars@gmail.com>
wrote:

> On 02/23/10 9:39 AM, Ken Blake, MVP wrote:
> > On Tue, 23 Feb 2010 07:33:38 -0800, Willard<guess@msn.invalid> 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
 
Top