-
Notifications
You must be signed in to change notification settings - Fork 109
How to send a key to the pane? #15
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
Comments
https://libtmux.readthedocs.io/api.html#libtmux.Pane.send_keys What keys are you trying to send? pane.send_keys('')
pane.send_keys('echo "Hi"', enter=False) |
I'm trying to send Enter, Up, Down, and other special keys. man tmux
|
Does Also, you can try the other keys as well, does |
This issue has been automatically marked as stale because it has not had This bot is used to handle issues where the issue hasn't been discussed or |
Works from terminal:
tmux send-key -t 0 Enter
->
Doesn't work in libtmux:
->
up. oh, #13 -_-
The text was updated successfully, but these errors were encountered: