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

ui_accept Key Press Not Detected While Moving Up Left or Down Right #64086

Closed
dragifon opened this issue Aug 8, 2022 · 4 comments
Closed

ui_accept Key Press Not Detected While Moving Up Left or Down Right #64086

dragifon opened this issue Aug 8, 2022 · 4 comments

Comments

@dragifon
Copy link

dragifon commented Aug 8, 2022

Godot version

v3.5.stable.official [991bb6a]

System information

Linux Mint 20.3 x86_64

Issue description

Pressing ui_accept is not detected while holding ui_up and ui_left, or ui_down and ui_right. In the attached project this presents as no message being printed to output panel when pressing spacebar or enter key while moving up left or down right.
Might be related to issue #63972

Steps to reproduce

  1. Start game
  2. Open Output panel
  3. Hold ui_left and ui_up, or hold ui_right and ui_down
  4. Press ui_accept
  5. Read Output panel to see message did not print

Minimal reproduction project

BUG ui_accept Not Detected.zip

@Zireael07
Copy link
Contributor

Are you using a gamepad or a keyboard?

@Calinou
Copy link
Member

Calinou commented Aug 8, 2022

Are you 100% certain that other programs are able to see the same key combination? If not, this is likely a hardware issue (keyboard ghosting), which can be fixed by getting a keyboard with antighosting functionality.

@Sslaxx
Copy link

Sslaxx commented Aug 8, 2022

If this is a gamepad, could this be #63972?

@dragifon
Copy link
Author

dragifon commented Aug 8, 2022

@Zireael07 @Sslaxx Using the keyboard built into my laptop.
@Calinou Just tested it in other programs and, yes it appears those key combinations don't work on my laptop. Weird. Never would have considered that.

@dragifon dragifon closed this as completed Aug 8, 2022
@Calinou Calinou removed the bug label Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants