Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
seizu authored Apr 8, 2020
1 parent 6fbe7dc commit 3b0664a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,11 @@
</style>
</head>
<body>
<div class="Box-body p-5">
<article class="markdown-body entry-content" itemprop="text"><h1>macroJoy</h1>
<div id="readme" class="Box md js-code-block-container Box--condensed">
<div class="Box-body p-5">
<article class="markdown-body entry-content" itemprop="text">
<h1>macroJoy - Control desktop programs by joypad</h1>
<p>GitHub Repository: <a href="https://github.com/seizu/macroJoy" rel="nofollow">https://github.com/seizu/macroJoy</a></p>
<p>Control desktop programs by joystick or joypad - Autoit script (Windows)</p>
<p>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.</p>
Expand Down

0 comments on commit 3b0664a

Please sign in to comment.