Re: [Mac-Access]: Pages, selecting text across page boundaries

2015-05-26 Thread RATTRAY J.
thanks this is reallyhelpful 
Dr Julie Rattray
Lecturer in Psychology and Education
University of durham
School of Education
Leazes Road 
DURHAM
DH1 1TA

Tel: 0191 33 48249
Email: julie.ratt...@durham.ac.uk



 On 26 May 2015, at 06:52, Anne Robertson a...@anarchie.org.uk wrote:
 
 Hello everyone,
 
 Here is the fix for this problem.
 
 Open a TextEdit document and paste in the following without the quotes:
 
 {
 ^y = yankAndSelect:; //control-y
 ^\@ = setMark:; //control-@
 ^w = deleteToMark:; //control-w
 ^x = { //control-x control-x
 ^x = selectToMark:;
 };
 ^  = setMark:; //control-space
 ~f = moveWordForward:; //option-f
 ~b = moveWordBackward:; //option-b
 }
 
 Save the document as:
 DefaultKeyBinding.dict
 
 You’ll need to change the extension to .dict manually.
 
 Go to your user library by going to the Go menu in Finder and using the VO 
 keys to navigate down to Library.
 Create a folder Called KeyBindings and put the .dict document into it.
 
 From now on, you should be able to select text in any text editing 
 application by pressing Ctrl-Space to mark the beginning of the selection, 
 and Ctrl-x-x to mark the end of the selection. Everything in between will be 
 selected, including page breaks.
 
 Cheers,
 
 Anne
 
 
 



Re: [Mac-Access]: Pages, selecting text across page boundaries

2015-05-26 Thread Eleanor Martha Burke
I find the information below very confusing as there is a lot of punctuation 
and multiple  signs.  Is it possible to write out this exactly as it should 
be written?  For instance does one put all the spaces also and does one put 
the ;


Eleanor
- Original Message - 
From: Anne Robertson a...@anarchie.org.uk

To: OS X  iOS Accessibility mac-access@mac-access.net
Sent: Tuesday, May 26, 2015 6:52 AM
Subject: [Mac-Access]: Pages, selecting text across page boundaries


Hello everyone,

Here is the fix for this problem.

Open a TextEdit document and paste in the following without the quotes:

{
^y = yankAndSelect:; //control-y
^\@ = setMark:; //control-@
^w = deleteToMark:; //control-w
^x = { //control-x control-x
^x = selectToMark:;
};
^  = setMark:; //control-space
~f = moveWordForward:; //option-f
~b = moveWordBackward:; //option-b
}

Save the document as:
DefaultKeyBinding.dict

You’ll need to change the extension to .dict manually.

Go to your user library by going to the Go menu in Finder and using the VO 
keys to navigate down to Library.

Create a folder Called KeyBindings and put the .dict document into it.

From now on, you should be able to select text in any text editing 
application by pressing Ctrl-Space to mark the beginning of the selection, 
and Ctrl-x-x to mark the end of the selection. Everything in between will be 
selected, including page breaks.


Cheers,

Anne







Re: [Mac-Access]: Pages, selecting text across page boundaries

2015-05-26 Thread Anne Robertson
Hello Eleanor,

I carefully left a blank line before and after the text to be copied into the 
TextEdit document. So all you have to do is select the text after the first 
quotation mark and up to the last quotation mark and copy it to the clipboard, 
then paste it into a TextEdit document.

Cheers,

Anne


 On 26 May 2015, at 11:24, Eleanor Martha Burke eleanormarthabu...@gmail.com 
 wrote:
 
 I find the information below very confusing as there is a lot of punctuation 
 and multiple  signs.  Is it possible to write out this exactly as it should 
 be written?  For instance does one put all the spaces also and does one put 
 the ;
 
 Eleanor
 - Original Message - From: Anne Robertson a...@anarchie.org.uk
 To: OS X  iOS Accessibility mac-access@mac-access.net
 Sent: Tuesday, May 26, 2015 6:52 AM
 Subject: [Mac-Access]: Pages, selecting text across page boundaries
 
 
 Hello everyone,
 
 Here is the fix for this problem.
 
 Open a TextEdit document and paste in the following without the quotes:
 
 {
 ^y = yankAndSelect:; //control-y
 ^\@ = setMark:; //control-@
 ^w = deleteToMark:; //control-w
 ^x = { //control-x control-x
 ^x = selectToMark:;
 };
 ^  = setMark:; //control-space
 ~f = moveWordForward:; //option-f
 ~b = moveWordBackward:; //option-b
 }
 
 Save the document as:
 DefaultKeyBinding.dict
 
 You’ll need to change the extension to .dict manually.
 
 Go to your user library by going to the Go menu in Finder and using the VO 
 keys to navigate down to Library.
 Create a folder Called KeyBindings and put the .dict document into it.
 
 From now on, you should be able to select text in any text editing 
 application by pressing Ctrl-Space to mark the beginning of the selection, 
 and Ctrl-x-x to mark the end of the selection. Everything in between will be 
 selected, including page breaks.
 
 Cheers,
 
 Anne
 
 
 
 
 




Re: [Mac-Access]: Pages, selecting text across page boundaries

2015-05-26 Thread Eleanor Martha Burke

Exceellent thank you Anne.

Eleanor
- Original Message - 
From: Anne Robertson a...@anarchie.org.uk

To: mac-access@mac-access.net
Sent: Tuesday, May 26, 2015 10:50 AM
Subject: Re: [Mac-Access]: Pages, selecting text across page boundaries


Hello Eleanor,

I carefully left a blank line before and after the text to be copied into 
the TextEdit document. So all you have to do is select the text after the 
first quotation mark and up to the last quotation mark and copy it to the 
clipboard, then paste it into a TextEdit document.


Cheers,

Anne


On 26 May 2015, at 11:24, Eleanor Martha Burke 
eleanormarthabu...@gmail.com wrote:


I find the information below very confusing as there is a lot of 
punctuation and multiple  signs.  Is it possible to write out this 
exactly as it should be written?  For instance does one put all the spaces 
also and does one put the ;


Eleanor
- Original Message - From: Anne Robertson a...@anarchie.org.uk
To: OS X  iOS Accessibility mac-access@mac-access.net
Sent: Tuesday, May 26, 2015 6:52 AM
Subject: [Mac-Access]: Pages, selecting text across page boundaries


Hello everyone,

Here is the fix for this problem.

Open a TextEdit document and paste in the following without the quotes:

{
^y = yankAndSelect:; //control-y
^\@ = setMark:; //control-@
^w = deleteToMark:; //control-w
^x = { //control-x control-x
^x = selectToMark:;
};
^  = setMark:; //control-space
~f = moveWordForward:; //option-f
~b = moveWordBackward:; //option-b
}

Save the document as:
DefaultKeyBinding.dict

You’ll need to change the extension to .dict manually.

Go to your user library by going to the Go menu in Finder and using the VO 
keys to navigate down to Library.

Create a folder Called KeyBindings and put the .dict document into it.

From now on, you should be able to select text in any text editing 
application by pressing Ctrl-Space to mark the beginning of the selection, 
and Ctrl-x-x to mark the end of the selection. Everything in between will 
be selected, including page breaks.


Cheers,

Anne












Re: [Mac-Access]: Pages, selecting text across page boundaries

2015-05-26 Thread Angela Delicata
Please, be so kind and nice to post unsubscribe options... I've looked 
everywhere!

Nothing happened!
What can I do? Help me please.
Many thanks in advance.
Angela from Italy



Il 26/05/2015 07:52, Anne Robertson ha scritto:

Hello everyone,

Here is the fix for this problem.

Open a TextEdit document and paste in the following without the quotes:

{
^y = yankAndSelect:; //control-y
^\@ = setMark:; //control-@
^w = deleteToMark:; //control-w
^x = { //control-x control-x
^x = selectToMark:;
};
^  = setMark:; //control-space
~f = moveWordForward:; //option-f
~b = moveWordBackward:; //option-b
}

Save the document as:
DefaultKeyBinding.dict

You’ll need to change the extension to .dict manually.

Go to your user library by going to the Go menu in Finder and using the VO keys 
to navigate down to Library.
Create a folder Called KeyBindings and put the .dict document into it.

 From now on, you should be able to select text in any text editing application 
by pressing Ctrl-Space to mark the beginning of the selection, and Ctrl-x-x to 
mark the end of the selection. Everything in between will be selected, 
including page breaks.

Cheers,

Anne







--
ZE-Light e ZE-Pro: servizi zimbra per caselle con dominio email.it, per tutti i dettagli 
Clicca qui http://posta.email.it/caselle-di-posta-z-email-it/?utm_campaign=email_Zimbra_102014=main_footer/f


Sponsor:
Offerta seconda settimana di giugno al Beach Hotel Apollo a Milano Marittima, 
in camera fronte mare con 2 bambini gratis a soli 869 euro
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=13469d=26-5



Re: [Mac-Access]: Pages, selecting text across page boundaries

2015-05-26 Thread Sarah k Alawami
I'll give this a try. This could be a temporary work around  until apple fixes 
the pages with voice over issue. and the across page boundaries is a voice over 
issue only as I stated before. I tested this. In the mean time I think I'll 
keep contacting accessibil...@apple.com mailto:accessibil...@apple.com and 
keep worrying them about the issue.

Take care to all.
Sarah Alawami

MSN and AIM: marri...@gmail.com
skype: marrie1 (please let me know where you know me from in the message box).

website: http://alawamiproductions.com
Portfolio: http://alawamiproductions.com/listen
Podcast: http://tffppodcast.com/listen
youtube: http://youtube.com/marrie125

 On May 25, 2015, at 10:52 PM, Anne Robertson a...@anarchie.org.uk wrote:
 
 Hello everyone,
 
 Here is the fix for this problem.
 
 Open a TextEdit document and paste in the following without the quotes:
 
 {
 ^y = yankAndSelect:; //control-y
 ^\@ = setMark:; //control-@
 ^w = deleteToMark:; //control-w
 ^x = { //control-x control-x
 ^x = selectToMark:;
 };
 ^  = setMark:; //control-space
 ~f = moveWordForward:; //option-f
 ~b = moveWordBackward:; //option-b
 }
 
 Save the document as:
 DefaultKeyBinding.dict
 
 You’ll need to change the extension to .dict manually.
 
 Go to your user library by going to the Go menu in Finder and using the VO 
 keys to navigate down to Library.
 Create a folder Called KeyBindings and put the .dict document into it.
 
 From now on, you should be able to select text in any text editing 
 application by pressing Ctrl-Space to mark the beginning of the selection, 
 and Ctrl-x-x to mark the end of the selection. Everything in between will be 
 selected, including page breaks.
 
 Cheers,
 
 Anne