From c9ac80a96bcf9e5a4d85ff483d21e088b314b58e Mon Sep 17 00:00:00 2001 From: tux Date: Sat, 5 Jul 2025 19:57:59 +0530 Subject: [PATCH] doc: update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b86fa78..d6c84d7 100644 --- a/README.md +++ b/README.md @@ -44,13 +44,13 @@ Get the appropriate binary for your platform from the [release page](https://git ## Keybindings -| Bind | Action | -|--------------------------------|----------------------------------------------------------------------------------------------------------------| -| `Alt` + `Shift` + `\` | Toggle Window Visibility | -| `Alt` + `Shift` + `S` | Capture screenshot and send to LLM | -| `Alt` + `Shift` + `A` | Capture audio and send to LLM | -| `Alt` + `Shift` + `Q` | Quit application | -| `Ctrl` + `Alt` + `Shift` + `H` | Make windows visible to screenshare.
**Note: Application restart is required to make it invisible again.** | +| Bind | Action | +|--------------------------------|-----------------------------------------| +| `Alt` + `Shift` + `\` | Toggle window visibility | +| `Alt` + `Shift` + `S` | Capture screenshot and send to LLM | +| `Alt` + `Shift` + `A` | Capture audio and send to LLM | +| `Alt` + `Shift` + `Q` | Quit application | +| `Ctrl` + `Alt` + `Shift` + `H` | Toggle window visibility on Screenshare |