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
The only downside is that it rebinds scroll down to space, so you can't scroll down in lists anymore. You could use another key to toggle hotkeys temporarily. Just add a suspend command at the beginning of the script, so the entire script would look like this:
F1::suspend ;this is a global hotkey, so use whatever else you want
return
#IfWinActive , ahk_class UnrealWindow ; MOTHERGUNSHIP
WheelDown::
SendInput, {Space Down}
Sleep, 50
SendInput, {Space Up}
return
Just install Autohotkey, right click on your desktop - create new script, rename it however you want, right click - edit and paste the code above. Save and run the script. Voila.