I'm using unified remote in order to control pydarts without a keyboard, using a virtual keyboard in my phone.
All the keystrokes works perfectly but "+" and "-" in the scope of adding new players. If I press "+" from a real keyboard I can write a "+" in the name of the player with the virtual keyboard. So the problem is js in the scope of adding a new player.
Any idea about how to solve it?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2018-05-26
I @murmullos.
Could you launch pyDarts in debug mode (--debuglevel=1) and verify that your keyboard send a "+" and a "-" key when you use your remote keyboard ? It should be displayed in the pyDarts logs as "Input debug : X".
If pyDarts receive a "+" key, normally it should work. How can I test by myself ?
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm using unified remote in order to control pydarts without a keyboard, using a virtual keyboard in my phone.
All the keystrokes works perfectly but "+" and "-" in the scope of adding new players. If I press "+" from a real keyboard I can write a "+" in the name of the player with the virtual keyboard. So the problem is js in the scope of adding a new player.
Any idea about how to solve it?
I @murmullos.
Could you launch pyDarts in debug mode (--debuglevel=1) and verify that your keyboard send a "+" and a "-" key when you use your remote keyboard ? It should be displayed in the pyDarts logs as "Input debug : X".
If pyDarts receive a "+" key, normally it should work. How can I test by myself ?
Thanks.