Created Keyboard Shortcuts (markdown)

This commit is contained in:
Paul Friederichsen 2015-08-05 21:43:08 -05:00
parent 3f74b1634c
commit 05c39fb8cf
1 changed files with 35 additions and 0 deletions

35
Keyboard-Shortcuts.md Normal file
View File

@ -0,0 +1,35 @@
## 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
```