Zanetsu
Simon
Boden, Norrbottens Lan, Sweden
좋아하는 게임
5,621
플레이 시간
118
도전 과제
완성주의자의 전시대
최근 활동
기록상 15시간
게임 중
기록상 39시간
마지막으로 플레이한 날짜: 2025년 6월 8일
기록상 5,621시간
마지막으로 플레이한 날짜: 2025년 6월 8일
댓글
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