
11-21-2009
|
|
|
|
Re: scripto to cut/paste to next field
"BorisS" <BorisS@discussions.microsoft.com> wrote in message news  4B54CE9-F2A4-4195-B2E3-ABA75A49202C@microsoft.com...
> Here is my situation:
>
> 1) A page on IE will be open, and I will have a cursor in a field on the
> page (field that has text in it)
> 2) I need to hit a shortcut (ctrl-shft-something) that cuts everything to
> the right of the cursor, advances a field (effectively, replicates 'tab'
> action), and pastes
Sounds like you need a keyboard macro which does:
Shift-End,Ctrl-x,Tab,Ctrl-v
>
> Anyone have some code (and instructions on what to do with the code) that
> may solve the above?
>
> --
> Boris
|