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
I'm having the only-May's-perspective problem and this did not help. any other tips?
F6::
If WinExist("ahk_exe ItTakesTwo.exe")
WinMove, A,, 0, 0, A_ScreenWidth, A_ScreenHeight
Return
F7::
If WinExist("ahk_exe ItTakesTwo.exe")
WinMove, A,, 0, 0, (A_ScreenWidth*2), A_ScreenHeight
Return
F8::
If WinExist("ahk_exe ItTakesTwo.exe")
WinMove, A,, -A_ScreenWidth, 0, (A_ScreenWidth*2), A_ScreenHeight
Return
F9::
If WinExist("ahk_exe ItTakesTwo.exe")
WinMove, A,, 0, 0, (A_ScreenWidth*2), A_ScreenHeight
Return
I press windows key+shift+left arrow while on the menu to move the game onto my left monitor. Then I could toggle with F6/F7