Specifications

Example: Develop a Text-Based Transaction Rule
100 BTStudio Administration Guide
Event "Type_S" Windows KeyPress { Key=83 } # uppercase S
Event "Type_s" Windows KeyPress { Key=115 } # lowercase s
}
# Type an underscore
#
Event "Type_underscore" Windows KeyPress { Key=95 }
#
# User clicks the OK button on the Login window
#
Event "ClickOK" Windows MouseClick { Title="OK" }
#
# Login window is destroyed
#
Event "DestroyLoginWindow" Windows Destroy { Title="Login Status" }
}