Is it possible to copy a file with voiceattack?
I want to paste images into a drawing program with voiceattack.
Basically a command to paste a car outline onto the drawing canvas would go like this:
When I say "Car outline"
Press Ctrl-C on car_outline.png at C:\Users\user\Documents\voiceattack_pictures\car_outline.png
Press Ctrl-V
Whats the best way to do this?
I can't find any built in options to copy a file with voiceattack. I figured an inline function would work but I'm having trouble figuring out how to copy a file with c# or vb.net. There is lots of information on copying a file to another directory but not much about copying a file to the clipboard.
I did find a script in autohotkey that does this here
https://www.autohotkey.com/board/topic/23162-how-to-copy-a-file-to-the-clipboard/ on post #5. But I don't know how this translates into c#
I'm very new to programming and would appreciate any help someone can give me.