I just follwed a 'hello_world.py' tutorial, together with a hello_world.inx file appears as a custom extension. 'Extensions -> Examples -> Hello world ..' it produces the text-greeting when run.
Simple question, how do I setup a hotkey to to run it, e.g. Ctrl+8 or similar? (I found the below answer on another thread, but I don't know what to put in the action attribute, in /share/keys/default.xml)
Code: Select all
<!-- EggBot -->
<bind key="8" modifiers="Ctrl" action="command.evilmadscience.plotd6.eggbot" display="true"/>