Keyboard Shortcuts
Below are all keyboard shortcuts registered by the Kodik extension. Each can be reassigned in the VS Code keyboard shortcut editor.
Shortcuts table
Section titled “Shortcuts table”| Action | Windows / Linux | macOS | Condition |
|---|---|---|---|
| Add selection to chat | Ctrl+L | Cmd+L | Editor has selection |
| Mark selection as sensitive | Ctrl+Alt+S | Cmd+Alt+S | Selection present; anonymizer enabled |
| Unmark sensitive selection | Ctrl+Alt+U | Cmd+Alt+U | Selection is marked; anonymizer enabled |
| Accept file changes (File Review) | Alt+A | Alt+A | File review active |
| Reject file changes (File Review) | Alt+R | Alt+R | File review active |
| Next change (File Review) | Alt+Right | Alt+Right | File review active |
| Previous change (File Review) | Alt+Left | Alt+Left | File review active |
| Generate commit message | (none) | (none) | Git enabled; SCM open |
Inline Chat (
Ctrl+I/Cmd+I) is a VS Code platform feature managed by the editor, not a Kodik extension keybinding.
Customizing shortcuts
Section titled “Customizing shortcuts”To reassign a shortcut:
-
Open the keyboard shortcut editor:
Ctrl+K Ctrl+S(Windows/Linux) orCmd+K Cmd+S(macOS)- Or: File → Preferences → Keyboard Shortcuts
-
Type
kodikin the search bar to filter Kodik commands. -
Click the pencil icon next to the command you want to change.
-
Press the key combination you want to assign, then press Enter.
Keyboard-only workflow
Section titled “Keyboard-only workflow”A basic Kodik workflow without touching the mouse:
- Select code (
Shift+Arrowkeys). - Press
Ctrl+L/Cmd+Lto add it to chat. - Type your question and press Enter.
- Review the response and apply suggested changes.
Finding all commands
Section titled “Finding all commands”- Open the Command Palette (
Ctrl+Shift+P/Cmd+Shift+P). - Type
kodikto filter the list. - Browse the available commands.
