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

ssh session keyboard #3

Open
thymjan opened this issue Jun 3, 2017 · 1 comment
Open

ssh session keyboard #3

thymjan opened this issue Jun 3, 2017 · 1 comment

Comments

@thymjan
Copy link
Contributor

thymjan commented Jun 3, 2017

It should be easy to manipulate the TinyBluetoothKeyboard.py-file to use the keyboard which is attached to a ssh-session, isn't it?
Can someone give me a hint?

@WayneKeenan
Copy link
Contributor

The code uses the evdev module, quoting where I borrowed an example from: https://gpiozero.readthedocs.io/en/stable/recipes.html#keyboard-controlled-robot

'Be aware that evdev will only work with local input devices; this recipe will not work over SSH.'

So it would have to be another mechanism, like 'curses' (examples of which can be found on the above link too)

Hope that helps point the way.

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