diff options
author | Tulir Asokan <tulir@maunium.net> | 2018-04-21 22:03:07 +0300 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2018-04-21 22:03:07 +0300 |
commit | 76af9d3345a5ae839c3f239a5be648479b1e0fc2 (patch) | |
tree | 8cdd5a0e63d735fb3ddfb439a7163ea1e27d94a1 | |
parent | 7abfd97cda9584263d9c4e33383523f0a4efeef1 (diff) |
Update README
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,9 +26,9 @@ For now, you'll have to compile from source: 2. gomuks should now be in `$GOPATH/bin/gomuks` ## Usage -Switch between rooms with ctrl + up/down arrow (alt+arrows works too). +Switch between rooms by clicking or with ctrl + up/down arrow (alt+arrows works too). -Scroll chat with page up/down (half of height per click) or up/down arrow (1 row per click) +Scroll chat with the scroll wheel (3 rows per tick), page up/down (half of height per click) or up/down arrow (1 row per click) ### Commands * `/quit` - Close gomuks |