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 definition of boon-command-map #142

Merged
merged 1 commit into from
Jun 28, 2024
Merged

Conversation

dkellner
Copy link
Contributor

set-keymap-parent returns the parent keymap, boon-moves-map in this case.

Before this fix, keys not bound in boon-command-map and boon-moves-map ended up calling self-insert-command. I.e. suppress-keymap had no effect.

I've used this a couple of days now and did not observe any unwanted side effects.

`set-keymap-parent' returns the parent keymap, `boon-moves-map' in this case.

Before this fix, keys not bound in `boon-command-map' and `boon-moves-map'
ended up calling `self-insert-command'. I.e. `suppress-keymap' had no effect.
@jyp jyp merged commit 19a7f76 into jyp:master Jun 28, 2024
1 check failed
@jyp
Copy link
Owner

jyp commented Jun 28, 2024

Thanks, nice catch!

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