-
Notifications
You must be signed in to change notification settings - Fork 8
Basic chat usage
Domas edited this page Jan 11, 2020
·
4 revisions
- Connect to your server and press
Tkey on your keyboard. - Write any message and press
Enterkey on your keyboard. - If you wan't to repeat your last message, just open chat input again (with
Tkey) and pressArrow Upbutton. Your last message will appear in input box. Want to scroll further? PressArrow Upagain! Want to go back? PressArrow Downuntil input box will be empty again. - You can see all registered commands by typing
/helpinto the chat. - You can scroll through messages by using
Page UpandPage Downkeys.
Something you should know
- If you entered a message and pressed
Arrow Up, message will be saved. PressArrow Downand your saved message will appear! - You can scroll through as many last messages as you want, just increase or decrease maximum number of cached messages on
chat/client/html/js/default.jsfile. - If you open input box and press anywhere outside it with your mouse, input box will hide and you'll control your player again (you can disable it on
chat/client/html/js/default.jsfile). - You can close input box by pressing
ESCkey too.
Basics
Functionality
Examples