

Added Edit ➤ Insert ICU Date Field menu to insert the various ICU Date components Support shift-insert action to insert the action above the current selection. Support control-up/down arrow in action lists to move actions up/down. Support double-clicking dividers in the editor window to set ideal size. Added Paste to the No Action drag target contextual menu when the clipboard contains actions. Added Copy as Set Macro Group Enable and Toggle Macro Group actions to contextual menu for Macro Group column. Added Copy as Execute a Macro, Set Macro Enable and Mark Macro actions to contextual menu for Macro column.

Added Cut, Copy & Delete to contextual menu for Macro Group and Macro columns. Added Or by Execute Macro to macros editor listing the Execute a Macro actions referring to this macro. Added Select Last Aborted Action menu item. Added search field to Insert All Actions, All Functions, All Tokens, and Variables menus. Used new Prompt for Screen Rectangle for Get facility of Click Mouse action. Add Get functionality to Area selection for various actions like Move & Resize Window and Capture Screen. Disable Evaluate Condition Results after action or safe macro import. Added Evaluate Condition Results option. Added search field to macro selector popup. Added This Macro and This Macro Group options to the macro selector popup. Added Select Macro by Name to the macro selector popup. This version is dedicated to Jim Underwood (JMichaelTX), who sadly passed away this year, with thanks for his outstanding assistance and generosity on the forum, spending thousands of hours helping folks get more out of Keyboard Maestro. Keyboard Maestro 10 requires macOS 10.13 High Sierra or later. While (!sf.ui.proTools.getMenuItem('Clip', 'Rename.').- Keyboard Maestro 10 expands on the powerful base of previous versions, improving the editor, adding many new actions and triggers, Paste by Name, status menu display, subroutines, and more. Let nameWin = sf.ui.('Name').first Ĭonst cueNumberAndTitle = sf.interaction.displayDialog()

It will delete any number of characters from the last underscore onwards, so you don't have to have two different scripts!.This script will prompt you for input with a dialog box that cancels silently if you press it.That script is looking good! Here is my take on it taking into consideration the things you mentioned above.
#KEYBOARD MAESTRO PROMPT FOR USER INPUT PRO#
Once Pro Tools adds the oh so simple check box "rename filename" to the batch renamer I won't need this script per se but for now, it is what it is. I would be fine for now to just have the above steps in a Soundflow script where I can easily modify the number of text deletions to make other renamers until some sort of logic is scripted though I'm not even sure specifically what I would want soundflow to discover.Īlso to note, anyone reading this thinking "why doesn't he just use the built in PT batch renamer", sadly it doesn't rename the file name for some reason so I'm resorting to continuing to use my scripts that were built before batch rename was a feature. I'm sure this could be done more elegantly but the programming for SF to identify that you're in a new playlist feels beyond me. 3 extra characters are added at the end (.01) and now need to be removed when I print a new mix version into the upped playlist, so at the moment I have a 2nd script and key command for Playlist 1 and beyond that just hits delete 3 more times. Now the above actions work with the script I have in KM until you start to make playlists of the stem tracks.
