Zanetsu
Simon   Boden, Norrbottens Lan, Sweden
 
 
未提供任何資訊。
最愛遊戲
5,621
遊戲時數
118
成就
500 經驗值
成就進度   118 / 127
全成就達成者展示欄
最近動態
總時數 6 小時
最後執行於 1 月 13 日
成就進度   18 / 26
總時數 28 小時
最後執行於 1 月 3 日
總時數 7.9 小時
最後執行於 1 月 1 日
留言
Vitesse 2018 年 7 月 29 日 上午 7:18 
Hey, I just saw you commented on the Mothergunship patchnotes regarding binding scroll down to jump. I know a way to do that - a program called Autohotkey (#notasponsor). I've used it for years for rebinding keys or even more complex stuff.
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.
HighFive 2015 年 11 月 24 日 上午 12:47 
ggs