|
Takilara Apprentice
Joined: 31 Jan 2002 Posts: 129 Location: Norway
|
Posted: Wed Feb 12, 2003 2:44 pm
command input trigger reacting to only ENTER |
I can capture most of the command input i type with a trigger of the type command input and with pattern (%*)
however is it possible to capture a single ENTER keypress ?
I tried to use %cr and %lf in the pattern, didnt work, any hints ?
|
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Wed Feb 12, 2003 7:58 pm |
#ONINPUT {$} {#SAY You pressed Enter!}
Kjata |
|
|
|
Takilara Apprentice
Joined: 31 Jan 2002 Posts: 129 Location: Norway
|
Posted: Wed Feb 12, 2003 8:19 pm |
Ah i tried ^$ and %cr
thanks :)
|
|
|
|
|
|