Use Quickeys/Keyboard Maestro/Autohotkey to enhance Cubase

good stuff!

i use autohotkeys for quite a few things in cubendo/windows, including:
– a macro that enables two separate key-commands for snap on, and snap off. so that ‘snap’ stops working in ‘toggle mode’ and you can always be sure that if you press the ‘snap on’ keycommand, snap will always be on, and you can edit fast without having to double-check whether the snap-icon is currently lit up (on), or off. took quite a while and it’s doing this in a very simplistic way by sampling the colour of pixels where the snap button is supposed to be (the location of the button is different based on whether you are in the arrange, key editor, sample editor, and audio part editor).

– pro-tools style trim automation. it’s an advanced version of a cubase native macro i posted a while ago on the forum. takes whatever automation curve resides inside the selected range, creates arbitrary automation events on either side of the range, and selects it for editing / scaling.

any actual ahk code for your enhancements is very welcome btw.