josm-scripting-plugin icon indicating copy to clipboard operation
josm-scripting-plugin copied to clipboard

Autorun scripts after JOSM start

Open ghost opened this issue 7 years ago • 4 comments

My script is intended to be run by key shortcut. When it runs it creates menu item, i.e. new JSAction(... with onExecute: function() { run_this().... However, while shortcut assignment persist over the JOSM restart, I need to run create menu item script each time after JOSM starts. So, the question is if there is some feature how to run scripts automatically after JOSM start?

Option for multiple autorun scripts would be great as multiple items are added by different scripts.

ghost avatar Apr 10 '18 08:04 ghost