Remember, the Rowland hand puck buttons behave just like keys on the keyboard. left pinkey 1! left ring 2@ left middle 3# left index 4$ left thumb 5% right thumb 6^ right index 7& right middle 8* right ring 9( right pinkey 0) And the scanner sync pulse generates a `~ keypress. * Rowland commands in all copies of "RSVP 4.x PPC" - COMMAND "!p" - a replacement for the "!x" command which waited for an event or trigger from the old hand pucks and button box system, but actually better decribed as an exact copy of "!b" which waits for a " " space bar press except that "!p" waits for a "`" backtick press which is the character generated by the Rowland BNC trigger pulse input. COMMAND "waittrpulserowland" - works just like "instructions" (i.e., "do waittrpulserowland" like "do instructions") except that text disappears and code continues when the backtick key is pressed instead of the space bar. * "RSVP 4.x PPC" output file naming differences - FOLDER "auto_datetimestamp_output" - automatically gives the output file a unique name based on the date and time and does not give the user an opportunity to modify it. (e.g., output.2003Jul10151409) FOLDER "manual_datetimestamp_output" - default name of output file a unique name based on the date and time (e.g., output.2003Jul10151409) and window appears allowing user to modify it if desired. FOLDER "no_datetimestamp_output" - default name of output file is "output.dat" and window appears allowing user to modify it if desired.