I have been trying without success to add a couple menubar options similar to the "retype" function but with "common phrases" ("ask about" and "tell about")...
In trying to do this I thought I would look at the retype function and adjust it a little, but it proves to be more complex than I first thought, at least for me
the retype code:
(case MENU_RETYPE
(send pEvent:
claimed(FALSE)
type(evKEYBOARD)
message( (User:echo) )
)
)
I thought it would simply be putting "ask about" in the place of (User:echo), but it turns out that that was an oversimplification. I looked through the User Script to see how the User:echo function worked, but I must confess it confused me even more.
So, any ideas?