Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix language/subtitle switcher when using gamepad
Raising the event code `13` (Enter) should be a lot more stable since `0` is just the default and not assigned to any actual key [1]. This keycode also has been standardized early enough to change it at this crucial part of gamepad handling in my opinion. [1] https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode Fixes #3755
- Loading branch information