On Mon, 23 Aug 2010 06:46:12 -0000, "SS" <hypersam...@yahoo.com.tw> wrote:

>I would love to select all paragraphs in a text editor.
>
>^{ed} can send {control}+{end}
>but ^+{ed} won't work as  {ctrl}+{shift}+{end}.
>can anyone help me with this? thanks in advance.

For the key code Ctrl+Shift+End you need to use 
{fast}{Ctrl}{Shift}{End}{Shift}{Ctrl}

{fast} has to be used to send Ctrl and Shift together. {fast} may not work
with Vista or Win7.

Note you will only select all the text if the cursor is at the beginning of
the file so you would need {fast}{Ctrl}{Home}{Shift}{End}{Shift}{Ctrl}

Many editors will accept Ctrl+A to select all the text so you could use ^a
-- 
Carroll B. Robbins, Jr.

Reply via email to