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
#IfWinActive Borderlands 2
$F10::
Send {Escape}
Sleep 50
Send {End}
Sleep 50
Send {Enter}
Sleep 50
Send {Up}
Sleep 50
Send {Enter}
Sleep 50
Return
F10 is the button that does the thing. You can change F10 to whatever button you like. See KeyList section of AutoHotkey documentation for button syntaxes.
I know that i need to create the "autohotkey" script from right clicking the desktop and "new" but i dont have this option
Press Win+R -> type in "control.exe folders" without quotes -> click the "view" tab -> click to uncheck the box for "hide extensions for known file types".
If you really struggle I could just upload the file to google drive.
You create a new script file, copy paste the text from his post 1 into the text file.
Start the script e.g. you could name it "Quick save exit BL2.ahk". It will stay in your windows tray and waits for your input.
Start Borderlands 2, press the hotkey and it will run the script. In the example in post 1 it is F10 if the Borderland 2 window is active, say you are ingame
#IfWinActive Borderlands 2
$F10::
Send {Escape}
Sleep 50
Send {End}
Sleep 50
Send {Enter}
Sleep 50
Send {Up}
Sleep 50
Send {Enter}
Sleep 2000
Send {Enter}
Sleep 50
Return
#IfWinActive Borderlands 2 or Borderlands: The Pre-Sequel
$9::
Send {Escape}
Sleep 50
Send {End}
Sleep 50
Send {Enter}
Sleep 50
Send {Up}
Sleep 50
Send {Enter}
Sleep 2000
Send {Enter}
Sleep 50
Return