मुझे यकीन नहीं है कि आप पाठ प्रभाव को टाइप करके क्या मतलब है। यदि आप कीस्ट्रोक्स से पहले देरी करना चाहते हैं, तो आप इस तरह से स्क्रिप्ट का उपयोग कर सकते हैं:
delay 0.5 -- time to release modifier keys if for example the script is run with command-R
tell application "System Events"
repeat with c in items of "example"
keystroke c
delay (random number from 0.03 to 0.2)
end repeat
end tell
यदि आप टेक्स्ट को मोनोस्पेस फ़ॉन्ट में सम्मिलित करना चाहते हैं, तो यदि आप रिच टेक्स्ट स्निपेट का उपयोग करते हैं, तो TextExpander फ़ॉन्ट बदलने का समर्थन करता है।