|
@@ -216,8 +216,9 @@ applications and inserting them in org documents"
|
|
|
" activate\n"
|
|
|
" delay 0.15\n"
|
|
|
" tell application \"System Events\"\n"
|
|
|
- " keystroke \"l\" using command down\n"
|
|
|
- " keystroke \"c\" using command down\n"
|
|
|
+ " keystroke \"l\" using {command down}\n"
|
|
|
+ " keystroke \"a\" using {command down}\n"
|
|
|
+ " keystroke \"c\" using {command down}\n"
|
|
|
" end tell\n"
|
|
|
" delay 0.15\n"
|
|
|
" set theUrl to the clipboard\n"
|