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


sendkeys % $+ r


Just curious about the sendkey alias - I've also seen aliases here where the 3 method is instead as 1, and I was just curious which is best? It seems to work both ways.