shuo-docs/Keyboard-Shortcuts.md

35 lines
430 B
Markdown
Raw Permalink Normal View History

2015-08-06 02:43:08 +00:00
## Switch channels
To quickly jump between channels:
__WIN / LINUX:__
```
CTRL + UP ARROW # Move up one channel
CTRL + DOWN ARROW # Move down
```
__OS X:__
```
COMMAND + UP ARROW # Move up one channel
COMMAND + DOWN ARROW # Move down
```
## Clear buffer
Quickly hides all the messages in the current channel.
_This is the same as `/clear`._
__WIN / LINUX:__
```
CTRL + L
```
__OS X:__
```
COMMAND + L
```