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

doubled input #22

Open
diluex opened this issue Jan 7, 2019 · 1 comment
Open

doubled input #22

diluex opened this issue Jan 7, 2019 · 1 comment

Comments

@diluex
Copy link

diluex commented Jan 7, 2019

I'm using es-cec-input on retropie 4.4 and kodi 18.0rc1. In emulationstation, the only buttons work is up, down, left and right. In kodi, every input is recognized as a doublehit since the cursor always jumps two steps.
retroarch.cfg is:

...
input_player1_a = "a"
input_player1_b = "b"
input_player1_y = "y"
input_player1_x = "x"
input_player1_start = "d"
input_player1_select = "s"
input_player1_l = "shift"
input_player1_r = "rshift"
input_player1_left = "left"
input_player1_right = "right"
input_player1_up = "up"
input_player1_down = "down"
input_player1_l2 = "ctrl"
input_player1_r2 = "rctrl"
input_player1_l3 = "num1"
input_player1_r3 = "num2"
...

@skaife
Copy link

skaife commented Mar 4, 2019

I have submitted a pull request to fix this problem. It is caused by a change in the Kodi process name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants