Search found 50 matches

by Philharmonic
28 Jun 2017, 23:02
Forum: Ask for Help (v1)
Topic: Plugin Window Topic is solved
Replies: 63
Views: 14544

Re: Plugin Window Topic is solved

Could someone please help? This is one of the last missing piece of puzzle for my script. Any insight would be super grateful!
by Philharmonic
28 Jun 2017, 16:25
Forum: Ask for Help (v1)
Topic: Plugin Window Topic is solved
Replies: 63
Views: 14544

Re: Plugin Window Topic is solved

:?: :? Morning everyone! So far, the help on this forum has been tremendous. I was able to script basic hotkeys for a program I use regularly at work and at home :D There is one particular task I cannot seem to tackle though. Below is the following script: PgUp:: WinMenuSelectItem, Pro Tools, , Aud...
by Philharmonic
28 Jun 2017, 12:13
Forum: Ask for Help (v1)
Topic: Plugin Window Topic is solved
Replies: 63
Views: 14544

Re: Plugin Window Topic is solved

Thanks for the input Bobo. Do you know of a way to activate the render button on the plugin window? The script I listed above enables me to bring up that window, but I want to be able to hit that render button on the bottom right corner, without using mouse base location.
by Philharmonic
28 Jun 2017, 11:27
Forum: Ask for Help (v1)
Topic: Plugin Window Topic is solved
Replies: 63
Views: 14544

Plugin Window Topic is solved

Morning everyone! So far, the help on this forum has been tremendous. I was able to script basic hotkeys for a program I use regularly at work and at home :D There is one particular task I cannot seem to tackle though. Below is the following script: PgUp:: WinMenuSelectItem, Pro Tools, , AudioSuite,...
by Philharmonic
06 Jun 2017, 13:22
Forum: Ask for Help (v1)
Topic: Avid Pro Tools
Replies: 7
Views: 3208

Re: Avid Pro Tools

Unfortunately that did not work. The second hotkey isn't correct !^sWinMenuSelectItem, ... => !^s::WinMenuSelectItem, ... . What's the error-msg? Hi Bobo, My original hot key works. Input, Keys, DV, {Alt}{Shift}s WinMenuSelectItem, Pro Tools, , File, Save As... Adding in: #IfWinActive ahk_class Dig...
by Philharmonic
05 Jun 2017, 10:50
Forum: Ask for Help (v1)
Topic: Avid Pro Tools
Replies: 7
Views: 3208

Re: Avid Pro Tools

Unfortunately that did not work. The second hotkey isn't correct !^sWinMenuSelectItem, ... => !^s::WinMenuSelectItem, ... . What's the error-msg? Hi Bobo, My original hot key works. Input, Keys, DV, {Alt}{Shift}s WinMenuSelectItem, Pro Tools, , File, Save As... Adding in: #IfWinActive ahk_class Dig...
by Philharmonic
05 Jun 2017, 10:08
Forum: Ask for Help (v1)
Topic: Avid Pro Tools
Replies: 7
Views: 3208

Re: Avid Pro Tools

#IfWinActive, ahk_class Pro Tools ; you might adjust this. !+s::WinMenuSelectItem, Pro Tools, , File, Save As... ; Alt+Shift+s !^sWinMenuSelectItem, Pro Tools, , File, Save Copy In... ; Alt+Ctrl+s Return ; not sure if this is needed Using hotkeys will make the script persistent and allows to use th...
by Philharmonic
03 Jun 2017, 14:18
Forum: Ask for Help (v1)
Topic: Avid Pro Tools
Replies: 7
Views: 3208

Re: Avid Pro Tools

#IfWinActive, ahk_class Pro Tools ; you might adjust this. !+s::WinMenuSelectItem, Pro Tools, , File, Save As... ; Alt+Shift+s !^sWinMenuSelectItem, Pro Tools, , File, Save Copy In... ; Alt+Ctrl+s Return ; not sure if this is needed Using hotkeys will make the script persistent and allows to use th...
by Philharmonic
02 Jun 2017, 18:42
Forum: Ask for Help (v1)
Topic: Avid Pro Tools
Replies: 7
Views: 3208

Re: Avid Pro Tools

:?:
by Philharmonic
01 Jun 2017, 19:21
Forum: Ask for Help (v1)
Topic: Avid Pro Tools
Replies: 7
Views: 3208

Avid Pro Tools

Hi folks! First and foremost, I would like to say thanks for the community here for the awesome help, feedback, questions, and everything in between. :bravo: The countless possibilities of ahk is simply amazing. From the few post I read, I was able to implement some of the scripts into my workflow. ...

Go to advanced search