docs: add keyboard shortcuts section to README, version/stars badges, update landing page with v1.13
This commit is contained in:
15
README.md
15
README.md
@@ -5,9 +5,11 @@
|
||||
<h1 align="center">PinchChat</h1>
|
||||
|
||||
[](https://github.com/MarlBurroW/pinchchat/actions/workflows/ci.yml)
|
||||
[](https://github.com/MarlBurroW/pinchchat/releases)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://nodejs.org/)
|
||||
[](https://github.com/MarlBurroW/pinchchat/pkgs/container/pinchchat)
|
||||
[](https://github.com/MarlBurroW/pinchchat)
|
||||
[](https://marlburrow.github.io/pinchchat/)
|
||||
|
||||
**A sleek, dark-themed webchat UI for [OpenClaw](https://github.com/openclaw/openclaw) — monitor sessions, stream responses, and inspect tool calls in real-time.**
|
||||
@@ -161,6 +163,19 @@ export const localeLabels: Record<string, string> = {
|
||||
|
||||
> **Tip:** TypeScript enforces that your new locale object has the same keys as `en` — missing translations won't compile.
|
||||
|
||||
## ⌨️ Keyboard Shortcuts
|
||||
|
||||
Press **?** anywhere to open the shortcuts panel.
|
||||
|
||||
| Shortcut | Action |
|
||||
|---|---|
|
||||
| `Enter` | Send message |
|
||||
| `Shift + Enter` | New line |
|
||||
| `Esc` | Stop generation / close sidebar |
|
||||
| `Ctrl/⌘ + K` | Focus session search |
|
||||
| `Alt + ↑` / `Alt + ↓` | Switch between sessions |
|
||||
| `?` | Show shortcuts help |
|
||||
|
||||
## ❓ Troubleshooting
|
||||
|
||||
### Connection fails / "WebSocket error"
|
||||
|
||||
Reference in New Issue
Block a user