try this
Code:
on *:input:*:{
  if ($mid($$1,1,1) == $chr(42)) {
    echo -a You typed a $chr(42)
  }
}