]> git.0d.be Git - barnard.git/commitdiff
add default key bindings to README
authorTim Cooper <tim.cooper@layeh.com>
Tue, 8 May 2018 21:16:06 +0000 (18:16 -0300)
committerTim Cooper <tim.cooper@layeh.com>
Tue, 8 May 2018 21:16:06 +0000 (18:16 -0300)
fixes #11

README.md

index 5b71aa29e36e2ba9201f8367258c69d6faf9f6d9..4bfbdecc232aed72fdae752a06cedba26474732a 100644 (file)
--- 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
+
+- <kbd>F1</kbd>: toggle voice transmission
+- <kbd>Ctrl+L</kbd>: clear chat log
+- <kbd>Tab</kbd>: toggle focus between chat and user tree
+- <kbd>Page Up</kbd>: scroll chat up
+- <kbd>Page Down</kbd>: scroll chat down
+- <kbd>Home</kbd>: scroll chat to the top
+- <kbd>End</kbd>: scroll chat to the bottom
+- <kbd>F10</kbd>: quit
+
 ## License
 
 GPLv2