aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-01-17 22:34:25 +0100
committermetamuffin <metamuffin@disroot.org>2023-01-17 22:34:25 +0100
commit2fc81eee903efa1f6da77b9f58fd2179356dad9f (patch)
tree6c047c05c636f366220ca34f3312ccc7fb91e85c /readme.md
parentf85d40d8c6cc2f3b58d1e0ea7f0382db88fffd4e (diff)
parent67694f908f7fc76f78566e6f02d89db2d7a19c1d (diff)
downloadkeks-meet-2fc81eee903efa1f6da77b9f58fd2179356dad9f.tar
keks-meet-2fc81eee903efa1f6da77b9f58fd2179356dad9f.tar.bz2
keks-meet-2fc81eee903efa1f6da77b9f58fd2179356dad9f.tar.zst
merge
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md21
1 files changed, 12 insertions, 9 deletions
diff --git a/readme.md b/readme.md
index e9cba8a..94a1ca0 100644
--- a/readme.md
+++ b/readme.md
@@ -36,6 +36,9 @@ make run # or `make build`
When changing code, use `make watch` to re-build things automatically as needed.
(run `cargo install systemfd cargo-watch` if needed)
+The server's bind address can be controlled using the `BIND` environment
+variable.
+
If you use this project or have any suggestions, please
[contact me](https://metamuffin.org/contact)
@@ -74,15 +77,15 @@ system works as follows:
## Keybinds
-| Keybind | Action |
-| --------- | ------------------------------------------------------- |
-| `RET` | Toggle chat |
-| `SPC M` | Add microphone track |
-| `SPC R` | Add microphone track (but with your left hand) |
-| `SPC C` | Add camera track |
-| `SPC S` | Add screencast track |
-| `SPC C-c` | End all tracks |
-| `C-v`\* | Paste image in chat (does not require chat to be shown) |
+| Keybind | Action |
+| ------- | ------------------------------------------------------- |
+| `C-RET` | Toggle chat |
+| `M` | Add microphone track |
+| `R` | Add microphone track (but with your left hand) |
+| `C` | Add camera track |
+| `S` | Add screencast track |
+| `C-c` | End all tracks |
+| `C-v`\* | Paste image in chat (does not require chat to be shown) |
## Debugging