When I attempt to access Local or Instance variables in custom HTML prompts, they do not seem to return results.
Example:
window.KeyboardMaestro.GetVariable("Local_SomeVar")
Also, is there a way to access dictionary key/value pairs in HTML prompts? It’s not hard to turn a dictionary into variables, or build from them, but it would be nice to have direct access. (Switching between dictionaries and variables is exactly why I’m trying to get local variables to work!)