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

Fixes #55 - ignore navigation keypresses while help is open #78

Merged
merged 2 commits into from
Aug 29, 2020
Merged

Fixes #55 - ignore navigation keypresses while help is open #78

merged 2 commits into from
Aug 29, 2020

Conversation

sumpygump
Copy link
Contributor

The issues is that keypresses while the help is open are applied on the current document "underneath" the help table. This solution employs a similar technique that is used to ignore disallowed keypresses while a modal is open.

I also updated the help message to include help on page-up, page-down, u and d which were missing.

I also updated it to allow pressing enter to close the help too.

@makew0rld
Copy link
Owner

Thanks for fixing this! Merged.

@makew0rld makew0rld merged commit 6d9b954 into makew0rld:master Aug 29, 2020
makew0rld added a commit that referenced this pull request Aug 29, 2020
@sumpygump sumpygump deleted the fix/55-help branch August 29, 2020 16:24
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.

2 participants