Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
This was briefly discussed HERE and may provide some ideas.
Your mouse doesn't need to have come with macro software - you can just use AutoHotKey.
Instructions:
1:Get AutoHotkey here: https://autohotkey.com/download/
2: Download and Install Autohotkey (Installer version is easiest and will recognize .ahk files.)
3: Create a new .txt file via Notepad (must be saved in a plain-text format.)
4: Copy the script below into the text document.
5: Save this new file as "Mouse_Rebinder.ahk" (only the .ahk part is important)
6: Launch the script by double clicking the Rebinder.ahk file. (AutoHotkey should recognize it.)
This should put a green AutoHotkey script icon in your system tray that rebinds your [Mouse 4] and [Mouse 5] keys only when Synthetik is the active window. You can temporarily disable it by right clicking and selecting "Suspend Hotkeys" and or you can reload or close the script via the right click menu.
Now all you have to do is open Synthetik, go to the keybind menu, and rebind Mouse 4 and Mouse 5 to the functions you want. I chose the [J] and [K] keys for the script since i dont believe those keys are used in Synthetik by default (but i could be wrong.) If you want you can edit the script to change them. Save the script again, and then reload or close/reopen the script to update.
To make this work with a different game, just change "Synthetik.exe" to be the executable of the game you want it to work in, and change the [J] and [K] keys as necessary (which is needed if your game does not allow rebinding.)
Note: This script simulates pressing and releasing the key. It will not work for keys which need to be held down, that would require a bit more work.