jtroo / kanata

Improve keyboard comfort and usability with advanced customization
GNU Lesser General Public License v3.0
3.08k stars 129 forks source link

doc: add note about `process-unmapped-keys` to `unmod` #1228

Closed isti115 closed 2 months ago

isti115 commented 2 months ago

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.