add default key bindings to README

fixes #11
This commit is contained in:
Tim Cooper
2018-05-08 18:16:06 -03:00
parent 8462240181
commit ae15ac7054

View File

@@ -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