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
https://autohotkey.com/
I had previously made a little autohotkey script for a game, The Long Dark, that basically with a quick key-press would either toggle-on or toggle-off the W key for me (normally in the game with the W key pressed and held, it would move the character in a forward walking motion) as there was a lot of time just walking around in that game and the script helped to save some strain on my fingers and hand.
If you'd like I could upload a stand-alone execuatable version of the script for you, but, to use the raw code (which I'll put below), with Autohotkey installed, you could then simply right-click in an Windows Explorer folder of your choice, or even jsut right-clicking on the Windows Desktop in a blank spot, and one of the menu-options that would be added is under the New option is added an Autohotkey Script option (which the script could also be edited by a text editor), then you could paste the following code into it:
Note: With a quick key-press of the according key, the following code uses the t key to simulate to toggle it on or off. I already tested it with Facerig (having the T key setup as a hotkey within Facerig to toggle on or off the Lipsync) and it seems to work fine. If you decide to change the t key to another key choice instead to toggle on or off the lipsync audio, you would make the changes accordingly in the script below:
Ok, it's a work-around, but one that seems to work on my end. Maybe it will do what you want.
With that autohotkey script running, you will notice a "H" icon in the Windows tray / taskbar area (it could also be within the Show Hidden Icons area). To end the script, right-click on that H icon and choose Exit.
Hope it helps. Good luck.