Y
Hacker News
new
|
ask
|
show
|
jobs
by
jessegrosjean
1314 days ago
I find AppleScript very useful for this. I script the text input, menu items, and timings like this:
menuItem("Format:Bold", 0.2)
type("Efficient")
press("⏎")
1 comments
allenu
1314 days ago
Good suggestion. I always forget AppleScript exists.
link