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
Here is an example of a simple script I used for that game. I just made a profile called sleeping dogs, and when I played that game I simply loaded up the script first.
LEFT = swallow(NUMPAD4)
RIGHT = swallow(NUMPAD6)
UP = swallow(NUMPAD8)
DOWN = swallow(NUMPAD2)
A = swallow(Left)
D = swallow(Right)
W = swallow(Up)
S = swallow(Down)
What the above did basically was move that function to the Numpad and allow me to use my arrow keys for movement. In your case you would put TAB where you want first, and then link your screenshot key to TAB.
https://www.softpedia.com/get/System/OS-Enhancements/GlovePIE.shtml