-
Notifications
You must be signed in to change notification settings - Fork 110
Do not send-keys literally by default #88
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
I was messing around a bit and I think I figured what's going on. libtmux prefixes the command with a blank space, so special events like A workaround for the moment would be to pass |
The problem still remains about sending keys literally while |
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 |
I'm pinning this. Sorry for the late response, I am having issues keeping up with the project. I'm seeking maintainers @ tmux-python/tmuxp#290. If you (or someone you know) may be interested in helping maintain libtmux or tmuxp, feel free to contact me by email or in the tmux-python/tmuxp#290 issue. |
I noticed that libtmux sends keys to a window pane literally. A minimal reproduction:
tmux uses
-l
to specifiy if the keys are to be sent literally:It would be nice if there were an option to override this behavior in libtmux and preferably set as defaults
Pane.send_keys(literal=False)
just as in tmux.The text was updated successfully, but these errors were encountered: