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

Does not work over ssh #26

Closed
cheater opened this issue Apr 19, 2024 · 3 comments
Closed

Does not work over ssh #26

cheater opened this issue Apr 19, 2024 · 3 comments
Labels
wontfix This will not be worked on

Comments

@cheater
Copy link

cheater commented Apr 19, 2024

I wanted to try kbt to debug some issues with recognizing keyboard combinations over ssh, but the program requires an X server running.

Consider using an input method that does not require X, only what the terminal gives it.

I understand if it's far outside what you want to do with this program.

@bloznelis
Copy link
Owner

Terminal can only capture a subset of all available keystrokes. So it boils down to not being outside this program, but not enough.

@bloznelis bloznelis added the wontfix This will not be worked on label Apr 19, 2024
@cheater
Copy link
Author

cheater commented Apr 19, 2024

hmm what keystrokes cannot be captured via the terminal? out of curiosity.

@bloznelis
Copy link
Owner

Most of the modifiers, like shift for example, does not send any signal to the terminal if pressed alone. Even seemingly trivial things like backspace are hacked in. I would have been very glad to have this working with terminal keystrokes only, believe me :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants