Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It has taken me a while to figure out why `unmod` had no effect in my mappings. After running in debug mode I realized that the events sent by the modifiers are not tracked at all, since they are not part of my source mapping. When seeing this I remembered seeing `process-unmapped-keys` enabled in [this comment](jtroo#615 (comment)) while digging through some issues. Doing so resulted in the expected behavior.
- Loading branch information