AHK Question: Getting Keyboard Maestro Functionality on PC

General notation questions, including advanced notation, formatting, etc., go here.

Moderators: Peter Thomsen, miker

Piano Pete
Posts: 42
Joined: Sun Oct 01, 2017 6:00 am
Operating System: Windows

Post by Piano Pete » Fri Oct 20, 2017 5:35 am

For anyone who uses AHK: Is it possible to achieve the same functionality on PC as Keyboard Maestro on Mac? The features I am looking to emulate:

1) Selection of Menus and Submenus. (I am assuming this is just using movement commands, even though KM has it as a specific executable step).

2) Program Specific Keybinds.

3) Is there a way to get sticky-keys? Especially for things like transpositions, I would prefer to have a keybind to start the script and allow me to specify direction and intervals etc via isolated keystrokes.

4) From reviewing how to create custom GUIs, is it possible to create an opaque overlay so that I know what macros are being utilized, and if 3 is possible, what keys/scripts have been executed?

5) Has anyone tried using AHK digital buttons to output midi via RTPMIDI or an alternative program? I have been eyeing integrating a touchscreen for keybinds and macros in my DAW work as well; however, I do not feel like purchasing an ipad just for Lemur. I have this lovely large touch screen lying around that would be ideal for this sort of work. *This option is appealing since everything is visually labeled*
Windows 10
Finale: 2012, 25


User avatar
Harpsi
Posts: 107
Joined: Mon Dec 19, 2016 2:36 pm
Finale Version: 25
Operating System: Windows

Post by Harpsi » Tue Oct 31, 2017 10:59 am

Short answer: I think all of it is possible, but might take lots of work to achieve.

Longer answer:

1) Yes, see WinMenuSelectItem in the documentation
2) Yes
3) If I understand you correctly - press trigger key, wait for next keypress, execute action - yes.

4-5) Don't know.
Finale 2014.5, Finale 25, Dorico 4, Musescore 4
Windows 11

User avatar
elbsound
Posts: 196
Joined: Wed Aug 03, 2016 10:06 am
Finale Version: Finale 2014.5
Operating System: Windows

Post by elbsound » Wed Nov 01, 2017 4:58 pm

I second what Harpsi said, especially "lots of work".
AHK is very powerful, but I also find it rather difficult to develop with.

Here are some ideas how AutoHotKey can be used in Finale:
https://elbsound.studio/autohotkey.php
Last edited by elbsound on Fri Nov 03, 2017 11:45 am, edited 1 time in total.

User avatar
motet
Posts: 8274
Joined: Tue Dec 06, 2016 8:33 pm
Finale Version: 2014.5,2011,2005,27
Operating System: Windows

Post by motet » Thu Nov 02, 2017 12:49 am

There's also an AHK interface to the JW plug-ins. See the discussion here (be sure to read all three pages):

https://forum.makemusic.com/default.asp ... 1&m=490294

Post Reply