You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/first-second-parity-audit.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -361,7 +361,7 @@ M7 progress now includes:
361
361
-`internal/tui`: keybinding config now accepts page/navigation/editing aliases such as `pgup`, `pg-up`, `prior`, `pageUpKey`, `pgdn`, `pg-down`, `next`, `pageDownKey`, `homeKey`, `endKey`, `deleteForward`, `forwardDelete`, and `deleteBackward`.
362
362
-`internal/tui`: keybinding config and named-key script input now accept DOM/fixture control-key aliases such as `enterKey`, `returnKey`, `numpadEnter`, `escapeKey`, `escKey`, `tabKey`, `shiftEnterKey`, `shiftNumpadEnter`, `shiftTabKey`, and `backtabKey`.
363
363
-`internal/tui`: keybinding config and named-key script input now accept DOM-style arrow key aliases such as `arrowLeft`, `arrowRight`, `arrowUp`, `arrowDown`, and modifier-arrow variants.
364
-
-`internal/tui`: keybinding action parsing now accepts broader editor/global-style aliases such as `cursorLeft`, `previousWord`, `nextWord`, `lineStart`, `lineEnd`, `moveToBeginningOfLine`, `moveToEndOfLine`, `deletePreviousChar`, `deleteNextChar`, `backwardDelete`, `forwardDelete`, `deleteToStartOfLine`, `deleteToEndOfLine`, `killLine`, `pasteKillRing`, `clearScreen`, `openExternalEditor`, `toggleTasks`, `cancelAgents`, `focusPrev`, `acceptSelection`, and `search`.
364
+
-`internal/tui`: keybinding action parsing now accepts broader editor/global-style aliases and namespaced `editor.action.*`/`workbench.action.*`/`terminal.action.*`/`chat.action.*` aliases such as `cursorLeft`, `previousWord`, `nextWord`, `lineStart`, `lineEnd`, `moveToBeginningOfLine`, `moveToEndOfLine`, `deletePreviousChar`, `deleteNextChar`, `backwardDelete`, `forwardDelete`, `deleteToStartOfLine`, `deleteToEndOfLine`, `killLine`, `pasteKillRing`, `clearScreen`, `openExternalEditor`, `toggleTasks`, `cancelAgents`, `focusPrev`, `acceptSelection`, and `search`.
365
365
-`internal/tui`: keybinding config and named-key script input now accept short modifier aliases such as `c-left`, `cA`, `m-b`, `a-right`, `optF`, `s-tab`, and `sEnter`.
366
366
-`internal/tui`: keybinding config and named-key script input now accept Shift-Tab terminfo aliases such as `backtab`, `back-tab`, and `btab`, mapping them to the existing focus-previous key surface.
367
367
-`internal/tui`: scripted interaction `keys` entries now accept printable text chunks and whitespace-separated named key sequences such as `ctrl-x ctrl-k`.
0 commit comments