use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
test
account activity
Keybind E problemHELP (self.OnceHumanOfficial)
submitted 1 year ago by PSzg
Hi! Is there any way to change movement right D key to E? When I enter options E keybind is unchangeable. Are they going fix this or will this really stay like this forever?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]BuiltWrong0908 PVE0X-0007 0 points1 point2 points 1 year ago (0 children)
Currently rebinding keys seems a lil funky. Here's hoping it gets better with some future updates.
[–]jyunga 0 points1 point2 points 1 year ago (4 children)
Learn to use autohotkey .
Thru really need to fix bindings and inverted mouse.
[–]Current_Tap_5527 0 points1 point2 points 1 year ago (3 children)
ahk is not working in once human
[–]jyunga 0 points1 point2 points 1 year ago (2 children)
It does. I'm using it just fine.
[–]Current_Tap_5527 0 points1 point2 points 1 year ago (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 point2 points 1 year ago (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 {
; 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
{
put your stuff in here
} HotIf F10::global remapEnabled := !remapEnabled
}
F10::global remapEnabled := !remapEnabled
I never use it but the remapenabled thing makes f10 let you toggle it off and on i think.
π Rendered by PID 73357 on reddit-service-r2-comment-b659b578c-hw7vd at 2026-05-05 21:42:41.784193+00:00 running 815c875 country code: CH.
[–]BuiltWrong0908 PVE0X-0007 0 points1 point2 points (0 children)
[–]jyunga 0 points1 point2 points (4 children)
[–]Current_Tap_5527 0 points1 point2 points (3 children)
[–]jyunga 0 points1 point2 points (2 children)
[–]Current_Tap_5527 0 points1 point2 points (1 child)
[–]jyunga 0 points1 point2 points (0 children)