We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey,
I'm playing with this project, and I found that some keys cause the same error: unrecognized escape sequence.
unrecognized escape sequence
I'm using the latest version of the project. My terminal is termite (TERM=xterm-termite), on archlinux up-to-date.
TERM=xterm-termite
Here is a (not exhaustive) list of keys that cause this:
Also some keys don't seem to be detected, such as:
XF86AudioMute
Thanks a lot for your help! Regards.
The text was updated successfully, but these errors were encountered:
I got the same error, have you fixed it?
Sorry, something went wrong.
Sadly no. I think these behaviors are expected and due to being not implemented. I don't have free time to submit a PR but feel free to do it! :)
Looking at old issues I found it was because my terminal emulator (termite and st) wasn't 'supported', so I created a fork that supports it.
My fix apply the xterm-keys to every TERM that starts with xterm-.
xterm-
I would submit a PR but I think that the repo owner isn't active on github anymore.
Thanks a lot for that work. I have no more use of that project but I keep an eye on it!
No branches or pull requests
Hey,
I'm playing with this project, and I found that some keys cause the same error:
unrecognized escape sequence
.I'm using the latest version of the project.
My terminal is termite (
TERM=xterm-termite
), on archlinux up-to-date.Here is a (not exhaustive) list of keys that cause this:
Also some keys don't seem to be detected, such as:
XF86AudioMute
, etc)Thanks a lot for your help!
Regards.
The text was updated successfully, but these errors were encountered: