Commit a42c3d6
committed
fix(keyboard): let hardcoded handlers run when keybindings don't match
Changed keybinding processor to fall through to hardcoded handlers for Unbound and NoMatch results, rather than consuming unmatched keystrokes. This makes keybindings.json a true customization layer on top of defaults, not a replacement. Allows hardcoded behaviors to work without requiring explicit config entries.1 parent 386f327 commit a42c3d6
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3767 | 3767 | | |
3768 | 3768 | | |
3769 | 3769 | | |
3770 | | - | |
| 3770 | + | |
3771 | 3771 | | |
3772 | | - | |
| 3772 | + | |
| 3773 | + | |
| 3774 | + | |
3773 | 3775 | | |
3774 | 3776 | | |
3775 | 3777 | | |
| |||
0 commit comments