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

fix(input): forward unknown keys to active terminal #501

Merged
merged 2 commits into from
May 13, 2021

Conversation

imsnif
Copy link
Member

@imsnif imsnif commented May 13, 2021

Since termion has issues identifying certain key sequences (eg. ctrl+left arrow), this change forwards all such keys to the active terminal. This is a bit of a hack until we find a solution for this (sot hat we could also bind those keys for example).

@imsnif imsnif merged commit 8cdc7fb into main May 13, 2021
@h3nill h3nill deleted the forward_unknown_keys branch May 15, 2021 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant