From 1a5b66be18b524dc8d51c02068071f64adda5a54 Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Fri, 18 Dec 2020 20:40:15 -0500 Subject: [PATCH] Update keyboard shortcuts for Actions --- .../github/getting-started-with-github/keyboard-shortcuts.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/github/getting-started-with-github/keyboard-shortcuts.md b/content/github/getting-started-with-github/keyboard-shortcuts.md index f3f7cbdb3b69..bb6b85f5c44c 100644 --- a/content/github/getting-started-with-github/keyboard-shortcuts.md +++ b/content/github/getting-started-with-github/keyboard-shortcuts.md @@ -159,6 +159,10 @@ For more keyboard shortcuts, see the [CodeMirror documentation](https://codemirr | Keyboard shortcut | Description |-----------|------------ |command + space or control + space | In the workflow editor, get suggestions for your workflow file. +|g f | Go to the workflow file +|shift + t or T | Toggle timestamps in logs +|shift + f or F | Toggle fullscreen logs +|esc | Exit fullscreen logs {% endif %}