I found AHK after seeing a similar app for Apple. I use a PC.
You have all probably heard it before... I am a newbie, please be gentle with me :-)
Well, I am not too bothered about that but if someone could help me get started I would be very grateful.
I have a problem: I frequently get sent image files (jpg usually) and to use these I like to convert them to pdf where I can compile them and bookmark them etc. I use Photoshop to do this but it might as well be another image editor, I don't think there are so many fundamental differences between these kind of apps.
Here is the script - remember, I am a complete novice!
;AltGr+S
<^>!s::
Send +^s
{
Control, ChooseString, Photoshop PDF, ComboBox3
}
Send {Enter}
{
Control, ChooseString, Press Quality, ComboBox1
}
Send {Enter}
Send WinClose
return
<script charset="UTF-8" src="chrome://hdv/content/hdv.js" type="application/javascript"> </script>
* {Enter} functions as 'Save' in the windows PS presents.
Trouble is, I can get it to run the first part 'Save As', but then, whatever was my last saved file type appears (it doesn't select PDF) and the script effectively stalls. Even if I rig it so the save type is for PDF it stalls in the save as window. and frankly, after watching a couple of hours of videos on YouTube I am all but out of patience with the program. I know this is a gut reaction and honestly I really want the script and the app to become part of my workflow. I think if I could just get it to work it could save me many hours of repetitive actions in the future.
Basically, this is a program I want to love, but it is making it hard for me if I can't get it to do the simplest conversion.