Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow rebinding of look keys #474

Open
megatog615 opened this issue Jun 30, 2024 · 2 comments
Open

Allow rebinding of look keys #474

megatog615 opened this issue Jun 30, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@megatog615
Copy link

By default the arrow keys are used to look up, down, left, and right. I would like to be able to rebind those actions and/or unbind them entirely in the ext control scheme keybindings menu so I can use those keys for other things.

@LonelySpaceDetective
Copy link

Correct me if I'm wrong, but you could just edit pd.ini in the game directory directly for this, right?

Just change the following:

STICK_XNEG=LEFT
STICK_XPOS=RIGHT
STICK_YNEG=DOWN
STICK_YPOS=UP

to:

STICK_XNEG=NONE
STICK_XPOS=NONE
STICK_YNEG=NONE
STICK_YPOS=NONE

or to whatever keys you want them to be bound to.

Admittedly though, being able to do it in-game would be more convenient.

@fgsfdsfgs
Copy link
Owner

fgsfdsfgs commented Jul 1, 2024

That is correct. For a second I thought that the reason they are not rebindable in the menu is because unbinding them will cause you to lose control of the menu, but you can still control it with whatever is bound to WASD. In any case, now that there is mouse control this is not as much of a problem.

@fgsfdsfgs fgsfdsfgs added the enhancement New feature or request label Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants