From 3b0664a62c27a6e3edb109cebe2656455c42cf93 Mon Sep 17 00:00:00 2001 From: Seizu Date: Wed, 8 Apr 2020 13:47:48 +0200 Subject: [PATCH] Update index.html --- docs/index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index f491578..3f74d94 100644 --- a/docs/index.html +++ b/docs/index.html @@ -80,8 +80,11 @@ -
-

macroJoy

+
+
+
+

macroJoy - Control desktop programs by joypad

+

GitHub Repository: https://github.com/seizu/macroJoy

Control desktop programs by joystick or joypad - Autoit script (Windows)

In the configuration file macroJoy.cfg you can define your macros. A macro has two parts, a button sequence-line and the commands-line. If all buttons of a sequence-line (one by one or simultaneously, depending on pushType) are pressed, the functions in the commands-line will be invoked. The following functions are currently available: sendkey, run, focus, killproc, cursor, sleep. If you like you can add some custom functions in includes/functions.au3. Below you will find a configuration example and a brief description. The program resides in the system tray. Use the menu item Check JoyData to test your macros or see the joystick button codes.