Discover Macrogiciel in less than 5 minutes.
Start by creating a new folder and opening a command prompt.
Then, run the following command:
npm init
You can type this command in the command prompt, PowerShell, Terminal, or any other integrated terminal in your code editor.
Create a module.json
file with the following content:
{
"name": "ModuleKit",
"description": "Module Kit to create your module.",
"author": "Tai Tetsuyuki",
"version": "1.0.0",
"license": "MIT",
"main": "main.js"
}
Macrogiciel includes a built-in web server that you can use to automate the execution of your macros.
Access the following URL to trigger a macro:
http://localhost:{PORT}/run/{KEYBOARDID}/{PROFILE}/{MACROID}
By default, the port is set to 5755.
For example:
http://localhost:5755/run/0/Default/360
If you need help or have any questions about Macrogiciel, we're here to assist you!
Join our Discord community to connect with other users and get support from our team.
Join Discord