Wow! Thank you so much. I had no idea. A new world opens up knowing this. Armed with this knowledge I now know these commands will all work (see list below). Thanks again. :-)
[C-a] go to start of line [C-e] go to end of line [C-f] move to the next character [C-b] move back one character [C-p] move to the previous line [C-n] move to the next line [C-m] insert new line (return) [C-t] transpose two characters [C-k] cut from cursor to end of line [C-y] paste [C-d] delete forward [C-h] delete backward
Geoff Beier-2 wrote:
End of line: control - e Start of line: control - a
FWIW, these are standard emacs movements and will work by default in nearly every text field in a cocoa application on Mac OS X.