mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 22:03:45 +00:00
docs: document Windows Terminal Shift+Enter limitation
Windows Terminal does not support the Kitty keyboard protocol, so Shift+Enter cannot be distinguished from Enter. Document that users should use Ctrl+Enter for multi-line input instead. - Add Windows Terminal note in Terminal Setup section - Update Keyboard Shortcuts table with Windows note - Show Windows-specific hint in /hotkeys command
This commit is contained in:
parent
4d87196801
commit
1349f02cdd
2 changed files with 4 additions and 2 deletions
|
|
@ -2485,7 +2485,7 @@ export class InteractiveMode {
|
|||
| Key | Action |
|
||||
|-----|--------|
|
||||
| \`${submit}\` | Send message |
|
||||
| \`${newLine}\` | New line |
|
||||
| \`${newLine}\` | New line${process.platform === "win32" ? " (Ctrl+Enter on Windows Terminal)" : ""} |
|
||||
| \`${deleteWordBackward}\` | Delete word backwards |
|
||||
| \`${deleteToLineStart}\` | Delete to start of line |
|
||||
| \`${deleteToLineEnd}\` | Delete to end of line |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue