From: Tim Cooper Date: Tue, 8 May 2018 21:16:06 +0000 (-0300) Subject: add default key bindings to README X-Git-Url: https://git.0d.be/?p=barnard.git;a=commitdiff_plain;h=ae15ac70546876be99b891e33cf1bb5ed09f1680 add default key bindings to README fixes #11 --- diff --git a/README.md b/README.md index 5b71aa2..4bfbdec 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,19 @@ To fetch and build: After running the command above, `barnard` will be compiled as `$(go env GOPATH)/bin/barnard`. +## Manual + +### Key bindings + +- F1: toggle voice transmission +- Ctrl+L: clear chat log +- Tab: toggle focus between chat and user tree +- Page Up: scroll chat up +- Page Down: scroll chat down +- Home: scroll chat to the top +- End: scroll chat to the bottom +- F10: quit + ## License GPLv2