diff --git a/Keyboard-Shortcuts.md b/Keyboard-Shortcuts.md new file mode 100644 index 0000000..c507820 --- /dev/null +++ b/Keyboard-Shortcuts.md @@ -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 +``` \ No newline at end of file