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 while digging through some issues. Doing so resulted in the expected behavior.
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 seeingprocess-unmapped-keys
enabled in this comment while digging through some issues. Doing so resulted in the expected behavior.