Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Original script does not work with non-english strings. #1

Merged
merged 1 commit into from Jan 12, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 3 additions & 7 deletions source/iCal Quick Event.scpt
@@ -1,13 +1,9 @@
on alfred_script(q)
set the clipboard to "" & q
tell application "iCal" to activate

tell application "System Events"
# press Command-N:
keystroke "n" using {command down}

# type the argument into the quick entry box:
keystroke "" & q

keystroke "v" using {command down}
keystroke return
end tell
end alfred_script
end alfred_script