I am trying to call the moveLeft method on the editor window and I don't seem to be having any luck.  I am a bit of a n00b to Objective C so I assume that I must be missing something.  This is what I came up with.  Am I doing something wrong?
<br><br>SEL methodSelector = sel_registerName( "moveLeft" );    <br>[[NSApplication sharedApplication] sendAction:methodSelector to:nil from:self];<br><br>kirt<br><br>