Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
jessegrosjean
on Nov 7, 2022
|
parent
|
context
|
favorite
| on:
Bike: Innovative Rich Text Editing
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("⏎")
allenu
on Nov 7, 2022
[–]
Good suggestion. I always forget AppleScript exists.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
menuItem("Format:Bold", 0.2)
type("Efficient")
press("⏎")