Avid Pro Audio Community

Avid Pro Audio Community

How to Join & Post  •  Community Terms of Use  •  Help Us Help You

Knowledge Base Search  •  Community Search  •  Learn & Support


Avid Home Page

Go Back   Avid Pro Audio Community > Pro Tools Software > Windows
Register FAQ Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-26-2015, 01:26 PM
yop22 yop22 is offline
Member
 
Join Date: Sep 2009
Location: Lausanne, Switzerland
Posts: 112
Default Autohotkey shortcus

Has anyone found a workaround for the lack of free key combinations and the fact that PT hijacks ALT and START keys ?
I've tried using Print Screen as an alternate modifier but it seems to only work randomly...
__________________
Win 10 pro, Asus Rog Maximus, i9 [email protected], 64GB
PTHD native, 2x96IO, SSL Delta Link, S3
Reply With Quote
  #2  
Old 06-26-2015, 01:43 PM
albee1952's Avatar
albee1952 albee1952 is offline
Member
 
Join Date: May 2004
Location: Norwich, CT
Posts: 39,334
Default Re: Autohotkey shortcus

Workaround for what?
__________________
HP Z4 workstation, Mbox Studio
https://www.facebook.com/search/top/...0sound%20works


The better I drink, the more I mix

BTW, my name is Dave, but most people call me.........................Dave
Reply With Quote
  #3  
Old 06-26-2015, 02:17 PM
yop22 yop22 is offline
Member
 
Join Date: Sep 2009
Location: Lausanne, Switzerland
Posts: 112
Default Re: Autohotkey shortcus

Sorry, my question wasn't very clear. I've got an external programmable keyboard and I'd like to be able to program shortcuts that aren't available in PT natively (edit window scrolling modes, coalesce volume automation to clip gain, coalesce trim automation and so on). There are plenty of these that I want to program through Autohotkey but there are only a few CTRL and SHIFT combinations that are unused (ALT and START being unusable). So basically, my question is: how do I get 100 programmable keys to trigger AHK scripts ?
I'm afraid my poor english writing doesn't make it much clearer this time :-(
__________________
Win 10 pro, Asus Rog Maximus, i9 [email protected], 64GB
PTHD native, 2x96IO, SSL Delta Link, S3
Reply With Quote
  #4  
Old 06-26-2015, 06:31 PM
Shan's Avatar
Shan Shan is offline
Moderator
 
Join Date: Mar 2001
Location: Vancouver, B.C.
Posts: 13,583
Default Re: Autohotkey shortcus

Unfortunately, this has been a known issue for years and was never a problem in older versions of PT. That said, any key can be used as a modifier using AHK. An ampersand may be used between any two keys or mouse buttons to combine them into a custom hotkey. You can define a custom combination of two keys (except joystick buttons) by using " & " between them. In the below example, you would hold down Numpad0 then press the second key to trigger the hotkey:

Code:
Numpad0 & Numpad1::MsgBox You pressed Numpad1 while holding down Numpad0.
Hope that helps.

Shane
__________________
Pro Tools Power User Editing

Give your plug-ins a facelift...and skin 'em!
__________________

"Music should be performed by the musician, not by the engineer."

Michael Wagener 25th July 2005, 02:59 PM

__________________

Pro Tools|HD Native 9.0.1 | Pro Tools|HDX 10.2 | Studio One | REAPER 4.22 | HD OMNI | HoboMac Pro 2.26Ghz Quad-Core | W7 Ultimate 64-bit
Reply With Quote
  #5  
Old 06-27-2015, 12:29 AM
joachim's Avatar
joachim joachim is offline
Member
 
Join Date: Dec 2010
Location: Germany, München
Posts: 1,687
Default Re: Autohotkey shortcus

Quote:
Originally Posted by yop22 View Post
I've got an external programmable keyboard and I'd like to be able to program shortcuts that aren't available in PT natively (edit window scrolling modes, coalesce volume automation to clip gain, coalesce trim automation and so on).
What model is that keyboard ?
Can you use it together with another keyboard (one standard, one just to trigger macros) ?
"German" keyboard layout ?
Mine is and I use :
Edit , Automation , Thin all = Ctrl Shift T
Edit , Automation , Coalesce Volume Automation to Clip Gain = Ctrl Shift Q
Edit , Automation , Coalesce Clip Gain to Volume Automation = Ctrl Shift X
Edit , Automation , Fades, Delete = Shift Delete
Edit , Snap to , Previous = Ctrl Shift Ö
Edit , Snap to , Next = Ctrl Shift Ä
Edit , Trim Clip, To Fill Selection = Shift 1
Edit , Cut Special, All Automation = Shift F1
Edit , Cut Special, Pan Automation = Shift F2
Edit , Cut Special, Plug-In Automation = Shift F3
Edit , Copy Special, All Automation = Shift F5
Edit , Copy Special, Pan Automation = Shift F6
Edit , Copy Special, Plug-In Automation = Shift F7
Edit , Clear Special, All Automation = Shift F9
Edit , Clear Special, Pan Automation = Shift F10
Edit , Clear Special, Plug-In Automation = Shift F11
Clip List = Ctrl Shift <
Options, Edit Window Scrolling, No Scrolling = Shift Arrow Left
Options, Edit Window Scrolling, Continuous = Shift Arrow Right
Options, Edit Window Scrolling, After Playback = Shift Arrow Up
Options, Edit Window Scrolling, Page = Shift Arrow Down
Options, Solo Mode, Latch = Ctrl Shift Arrow Left
Options, Solo Mode, X-OR (Cancels Previous Solo) = Ctrl Shift Arrow Right
__________________
PT 11.3.2 HD , RME Fireface 800 , Genelec 5.1 ,
Win7 64bit Professional , i7 3930 Hexcore , 48GB Ram , SSD System + SSD PT Session/Audio + SSD Video (all Samsung 840 Evo) + Spinner 1TB Data , 2x Radeon HD 5450 \\ SD 633 Femto MKH8060 MKH8070 MKH30/MKH40 DPA4060
Reply With Quote
  #6  
Old 06-29-2015, 01:01 PM
yop22 yop22 is offline
Member
 
Join Date: Sep 2009
Location: Lausanne, Switzerland
Posts: 112
Default Re: Autohotkey shortcus

I use and Expertkeys EK-128 that I bought on eBay. Yes I use it along my normal Swiss french keyboard and it has 128 programmable keys. Thanks for your list, I didn't think there were so many key combination left...
__________________
Win 10 pro, Asus Rog Maximus, i9 [email protected], 64GB
PTHD native, 2x96IO, SSL Delta Link, S3
Reply With Quote
  #7  
Old 06-29-2015, 01:27 PM
joachim's Avatar
joachim joachim is offline
Member
 
Join Date: Dec 2010
Location: Germany, München
Posts: 1,687
Default Re: Autohotkey shortcus

So with that 2nd keyboard, you do not need actually shortcut combinations, as you can assign, maybe , Key 001 on the EK-128 is " Scrolling - No Scrolling" ?
That would be great.

In case you need some "free" shortcuts (not used by PT), I made a list, to my best knowledge, scanning the Ref Guide and the Shortcuts Guide, but for a German keyboard. It is a PDF derived from an Excel Sheet.
If the PDF is of any use, I could email you the Excel Sheet, to "translate" it to Swiss/French.
Attached Files
File Type: pdf PT 11 Shortcuts List used unused Win7.pdf (195.7 KB, 0 views)
__________________
PT 11.3.2 HD , RME Fireface 800 , Genelec 5.1 ,
Win7 64bit Professional , i7 3930 Hexcore , 48GB Ram , SSD System + SSD PT Session/Audio + SSD Video (all Samsung 840 Evo) + Spinner 1TB Data , 2x Radeon HD 5450 \\ SD 633 Femto MKH8060 MKH8070 MKH30/MKH40 DPA4060
Reply With Quote
  #8  
Old 06-29-2015, 02:21 PM
Shan's Avatar
Shan Shan is offline
Moderator
 
Join Date: Mar 2001
Location: Vancouver, B.C.
Posts: 13,583
Default Re: Autohotkey shortcus

X-Keys devices work well with AHK if you want to extend your current keyboard. I set one up for a local user a few years back.

Shane
__________________
Pro Tools Power User Editing

Give your plug-ins a facelift...and skin 'em!
__________________

"Music should be performed by the musician, not by the engineer."

Michael Wagener 25th July 2005, 02:59 PM

__________________

Pro Tools|HD Native 9.0.1 | Pro Tools|HDX 10.2 | Studio One | REAPER 4.22 | HD OMNI | HoboMac Pro 2.26Ghz Quad-Core | W7 Ultimate 64-bit
Reply With Quote
  #9  
Old 06-29-2015, 10:06 PM
yop22 yop22 is offline
Member
 
Join Date: Sep 2009
Location: Lausanne, Switzerland
Posts: 112
Default Re: Autohotkey shortcus

Quote:
Originally Posted by joachim View Post
So with that 2nd keyboard, you do not need actually shortcut combinations, as you can assign, maybe , Key 001 on the EK-128 is " Scrolling - No Scrolling" ?
That would be great.
Yes, that's the way it works but you actually need 2 keys, one for "scrolling" and another one for "no scrolling" since they are two separate menu items to program (but 128 keys is plenty). As Shane wrote, x-keys is another one of these keyboards and it has the advantage to work on Macs too (Expertkeys doesn't) but it costs more than twice the ek-128...
Thanks for the list
Jerome
__________________
Win 10 pro, Asus Rog Maximus, i9 [email protected], 64GB
PTHD native, 2x96IO, SSL Delta Link, S3
Reply With Quote
  #10  
Old 06-30-2015, 03:01 AM
joachim's Avatar
joachim joachim is offline
Member
 
Join Date: Dec 2010
Location: Germany, München
Posts: 1,687
Default Re: Autohotkey shortcus

Quote:
Originally Posted by yop22 View Post
Yes, that's the way it works but you actually need 2 keys, one for "scrolling" and another one for "no scrolling" since they are two separate menu items to program
That is, what I meant : Options -> Edit Window Scrolling -> No Scrolling. Sure, 2 keys for "No Scrolling" or "Continuous".
Thank you for this confirmation (parallel keyboards). I hesitated to spent the money to check out the EK-128, but your thread "pushed" me to do it.
Just bought it.
__________________
PT 11.3.2 HD , RME Fireface 800 , Genelec 5.1 ,
Win7 64bit Professional , i7 3930 Hexcore , 48GB Ram , SSD System + SSD PT Session/Audio + SSD Video (all Samsung 840 Evo) + Spinner 1TB Data , 2x Radeon HD 5450 \\ SD 633 Femto MKH8060 MKH8070 MKH30/MKH40 DPA4060
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Anyone using Autohotkey? Is ther a way to send the Windows key? abt Windows 15 11-07-2014 06:25 PM


All times are GMT -7. The time now is 05:18 AM.


Powered by: vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Limited. Forum Hosted By: URLJet.com