Hi -
Well, another up-date on my progress as I still need assistance.
I have some questions;
1) Can I specify a folder to SAVE WireTAp recording into instead of
it defaulting
to ONLY desktop ?
2) How do I SAVE the script as an APPLICATION? I know how to save but
what extention do I give it etc. ?
3) This is the script I currently have done. Once I execute/RUN it
state,"SYNTAX ERROR, expected "end" or "end tell" but found end of
script."
Where am I going wrong ?
Please, note, if I place a "end"at the End of file (script) I get
"the variable keys is NOT defined" ! I'm confused. Please, help.
+++++++++++++++++++++++++++++++++++++++++++
tell application "WireTap Pro"
activate
say "Press and Hold Shift to begin recording"
get keys
set keys_down to the result
repeat until "Shift" is in keys_down
get keys
set keys_down to the result
end repeat
repeat until "Shift" is not in keys_down
get keys
set keys_down to the result
if "Shift" is in keys_down then
start recording
else
stop recording
end if
end repeat
delay 1
tell WireTap Pro "System Events"
keystroke "d" using command down
end tell
say "Please enter the name of the file."
end tell
++++++++++++++++++++++++++++++++++++++++++++
Being blind has its limitations and extreme difficulties so I really
await your
response to resovle this problem.
Appreciative,
Cary