From ff959529694d427718d0cfb921cb949a9f3af73e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20T=C3=B6tterman?= 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 --- 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 0000000000..2c60f6f942 --- /dev/null +++ b/docs/shortcuts.md @@ -0,0 +1,9 @@ +# Keyboard Shortcuts + +- Ctrl+m - toggle markdown +- Ctrl+d - toggle mic mute +- Ctrl+e - toggle video on/off +- Ctrl+k - jump to named room +- / - navigate within room list +- PageUp/PageDown - scroll timeline up/down +- Ctrl+Home/End - jump to timeline start/end From f7f9d8bfc30101f58eb93c7e16f0929c689a36d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20T=C3=B6tterman?= 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 --- docs/shortcuts.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/shortcuts.md b/docs/shortcuts.md index 2c60f6f942..f29fc2bed5 100644 --- a/docs/shortcuts.md +++ b/docs/shortcuts.md @@ -1,9 +1,11 @@ # Keyboard Shortcuts -- Ctrl+m - toggle markdown -- Ctrl+d - toggle mic mute -- Ctrl+e - toggle video on/off -- Ctrl+k - jump to named room +The modifier is Ctrl on Windows & Linux and on Mac. + +- Ctrl/+m - toggle markdown +- Ctrl/+d - toggle mic mute +- Ctrl/+e - toggle video on/off +- Ctrl/+k - jump to named room - / - navigate within room list - PageUp/PageDown - scroll timeline up/down -- Ctrl+Home/End - jump to timeline start/end +- Ctrl/+Home/End - jump to timeline start/end