Code:
on *:TEXT:!rse:?:{
  sendkeys % $+ r
}

alias sendkeys {
  .comopen sendkeys WScript.Shell
  if ($com(sendkeys)) .comclose sendkeys $com(sendkeys,SendKeys,3,bstr,$1-)
}


Hmm, ok that code is actually running the editor.
But it runs it from the wrong client.