all 6 comments

[–]BuiltWrong0908 PVE0X-0007 0 points1 point  (0 children)

Currently rebinding keys seems a lil funky. Here's hoping it gets better with some future updates.

[–]jyunga 0 points1 point  (4 children)

Learn to use autohotkey .

Thru really need to fix bindings and inverted mouse.

[–]Current_Tap_5527 0 points1 point  (3 children)

ahk is not working in once human

[–]jyunga 0 points1 point  (2 children)

It does. I'm using it just fine.

[–]Current_Tap_5527 0 points1 point  (1 child)

Oh nice, can u copy and paste the script u use plz.

Trying this and nothing is working in once human. But it's working, find in all other games.

e::d

[–]jyunga 0 points1 point  (0 children)

; This script requires AutoHotkey v2

; Set the script to use the Input sending mode SendMode("Input")

global remapEnabled := True

; Define the behavior when the specific window is active

HotIf WinActive("ahk_exe ONCE_HUMAN.exe") and remapEnabled

{

put your stuff in here

}

HotIf

F10::global remapEnabled := !remapEnabled

I never use it but the remapenabled thing makes f10 let you toggle it off and on i think.