how do i rebind bind commands? #407
Answered
by
winstxnhdw
ADAPTATIONOFLONGARMS
asked this question in
Q&A
-
for example, how can i change toggle phantom bind from = over to 0? |
Beta Was this translation helpful? Give feedback.
Answered by
winstxnhdw
Feb 19, 2024
Replies: 1 comment 5 replies
-
https://github.com/winstxnhdw/lc-hax/blob/main/lc-hax/Scripts/Core/InputListener.cs#L35 Change this line to the key you want. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
0
would be(() => Keyboard.current[Key.Digit0].wasPressedThisFrame, () => InputListener.OnEqualsPress?.Invoke()),
right?