Re: typing keys in scripts

2008-11-29 Thread Daniel Dalton
Thanks, I'll have a play with it... On Fri, Nov 28, 2008 at 11:58:29PM +0100, Florian Kulzer wrote: > On Fri, Nov 28, 2008 at 01:12:39 -0600, Boyd Stephen Smith Jr. wrote: > > On Thursday 2008 November 27 22:20, Daniel Dalton wrote: > > > I need to kill my screen reader when opening emacs. So I'm

Re: typing keys in scripts

2008-11-28 Thread Florian Kulzer
On Fri, Nov 28, 2008 at 01:12:39 -0600, Boyd Stephen Smith Jr. wrote: > On Thursday 2008 November 27 22:20, Daniel Dalton wrote: > > I need to kill my screen reader when opening emacs. So I'm writing a > > script. I can kill it on the keyboard with insert and numpad enter. So > > is there anyway to

Re: typing keys in scripts

2008-11-27 Thread Boyd Stephen Smith Jr.
On Thursday 2008 November 27 22:20, Daniel Dalton wrote: > I need to kill my screen reader when opening emacs. So I'm writing a > script. I can kill it on the keyboard with insert and numpad enter. So > is there anyway to type this key command from a script? If so how. I > just want a script to typ

typing keys in scripts

2008-11-27 Thread Daniel Dalton
Hi, I need to kill my screen reader when opening emacs. So I'm writing a script. I can kill it on the keyboard with insert and numpad enter. So is there anyway to type this key command from a script? If so how. I just want a script to type this key for me basically so I don't have to press it each