Backspace/Delete with modifiers were withheld by the chord filter, so C-BS / C-DEL / M-BS — word-level deletes in the default keymap — silently did nothing in the GPU while C-<left> word motion worked. Deletion keys now forward with their modifiers exactly like motion keys; an unbound chord is a harmless no-op at the daemon keymap, and chorded deletes never apply optimistically (optimistic_delete_range requires empty modifiers), so they always round-trip into their bound commands. Acceptance test drives C-BS / C-DEL through the real dispatch path. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| fonts | ||
| src | ||
| Cargo.toml | ||