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

Synchronized Input does not work for "moving" keys #50

Closed
jonasbb opened this issue Jan 22, 2016 · 1 comment
Closed

Synchronized Input does not work for "moving" keys #50

jonasbb opened this issue Jan 22, 2016 · 1 comment
Labels

Comments

@jonasbb
Copy link

jonasbb commented Jan 22, 2016

I am running 0.38.0 from OBS on Fedora.

While testing the synchronized input feature I found a bug. Keys for moving the cursor (arrow keys, home, end, page up/down) only work in the selected terminal, but not all other ones. Combination of those keys with modifier have the same result.

I would expect those keys to be working as you may multi-edit files or want to access the shell history.

@gnunn1 gnunn1 added the bug label Jan 22, 2016
@gnunn1
Copy link
Owner

gnunn1 commented Jan 22, 2016

Good catch, if you look at the code I have a comment in there saying the way I'm doing it is sub-optimal. I was originally trying to feed the original key event to the other terminals which would provide the most fidelity but was having some issues with it. This gives me the impetus to look at it again so thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants