Appearance & Behavior -> Keymap, search for ProcessMaker, open the context * menu of the option and select Add Keyboard Shortcut, use whatever shortcut you want, for example Alt+b * * If you need help: php build.php --help * */ include_once('class.Build.php'); use Build\Utils\ProcessMakerPhpBuilderHelper; $phpBuilder = new ProcessMakerPhpBuilderHelper(); $phpBuilder->utils->echoContent("Config finished, start deploying..."); $phpBuilder->buildAll();