From ff959529694d427718d0cfb921cb949a9f3af73e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20T=C3=B6tterman?= <ptman@users.noreply.github.com> Date: Tue, 14 Aug 2018 14:36:53 +0300 Subject: [PATCH 1/2] Start documenting keyboard shortcuts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I'm sure I don't know all of them. Signed-off-by: Paul Tötterman <paul.totterman@iki.fi> --- docs/shortcuts.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/shortcuts.md diff --git a/docs/shortcuts.md b/docs/shortcuts.md new file mode 100644 index 00000000..2c60f6f9 --- /dev/null +++ b/docs/shortcuts.md @@ -0,0 +1,9 @@ +# Keyboard Shortcuts + +- <kbd>Ctrl</kbd>+<kbd>m</kbd> - toggle markdown +- <kbd>Ctrl</kbd>+<kbd>d</kbd> - toggle mic mute +- <kbd>Ctrl</kbd>+<kbd>e</kbd> - toggle video on/off +- <kbd>Ctrl</kbd>+<kbd>k</kbd> - jump to named room +- <kbd>↑</kbd>/<kbd>↓</kbd> - navigate within room list +- <kbd>PageUp</kbd>/<kbd>PageDown</kbd> - scroll timeline up/down +- <kbd>Ctrl</kbd>+<kbd>Home</kbd>/<kbd>End</kbd> - jump to timeline start/end From f7f9d8bfc30101f58eb93c7e16f0929c689a36d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20T=C3=B6tterman?= <ptman@users.noreply.github.com> Date: Fri, 19 Oct 2018 15:49:09 +0300 Subject: [PATCH 2/2] Take Mac into account in keyboard shortcuts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paul Tötterman <paul.totterman@iki.fi> --- docs/shortcuts.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/shortcuts.md b/docs/shortcuts.md index 2c60f6f9..f29fc2be 100644 --- a/docs/shortcuts.md +++ b/docs/shortcuts.md @@ -1,9 +1,11 @@ # Keyboard Shortcuts -- <kbd>Ctrl</kbd>+<kbd>m</kbd> - toggle markdown -- <kbd>Ctrl</kbd>+<kbd>d</kbd> - toggle mic mute -- <kbd>Ctrl</kbd>+<kbd>e</kbd> - toggle video on/off -- <kbd>Ctrl</kbd>+<kbd>k</kbd> - jump to named room +The modifier is <kbd>Ctrl</kbd> on Windows & Linux and <kbd>⌘</kbd> on Mac. + +- <kbd>Ctrl</kbd>/<kbd>⌘</kbd>+<kbd>m</kbd> - toggle markdown +- <kbd>Ctrl</kbd>/<kbd>⌘</kbd>+<kbd>d</kbd> - toggle mic mute +- <kbd>Ctrl</kbd>/<kbd>⌘</kbd>+<kbd>e</kbd> - toggle video on/off +- <kbd>Ctrl</kbd>/<kbd>⌘</kbd>+<kbd>k</kbd> - jump to named room - <kbd>↑</kbd>/<kbd>↓</kbd> - navigate within room list - <kbd>PageUp</kbd>/<kbd>PageDown</kbd> - scroll timeline up/down -- <kbd>Ctrl</kbd>+<kbd>Home</kbd>/<kbd>End</kbd> - jump to timeline start/end +- <kbd>Ctrl</kbd>/<kbd>⌘</kbd>+<kbd>Home</kbd>/<kbd>End</kbd> - jump to timeline start/end