Installer Steam
connexion
|
langue
简体中文 (chinois simplifié)
繁體中文 (chinois traditionnel)
日本語 (japonais)
한국어 (coréen)
ไทย (thaï)
Български (bulgare)
Čeština (tchèque)
Dansk (danois)
Deutsch (allemand)
English (anglais)
Español - España (espagnol castillan)
Español - Latinoamérica (espagnol d'Amérique latine)
Ελληνικά (grec)
Italiano (italien)
Bahasa Indonesia (indonésien)
Magyar (hongrois)
Nederlands (néerlandais)
Norsk (norvégien)
Polski (polonais)
Português (portugais du Portugal)
Português - Brasil (portugais du Brésil)
Română (roumain)
Русский (russe)
Suomi (finnois)
Svenska (suédois)
Türkçe (turc)
Tiếng Việt (vietnamien)
Українська (ukrainien)
Signaler un problème de traduction
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.