diff options
author | Sam Bigelow <sbigelow@gitlab.com> | 2019-08-12 06:41:04 +0000 |
---|---|---|
committer | Paul Slaughter <pslaughter@gitlab.com> | 2019-08-12 06:41:04 +0000 |
commit | eba44228039d54ef3b84db4cf695a9058beb166d (patch) | |
tree | ce0702fed1d4854c2961db48db913059d193c0d5 /doc/user/discussions/index.md | |
parent | ff81c0a35a44f8f57e9b87787f74e66aa47b4f88 (diff) | |
download | gitlab-ce-eba44228039d54ef3b84db4cf695a9058beb166d.tar.gz |
Add kbd shortcuts for discussion navigation
Add keyboard shortcuts `p` and `n` to navigate duscussions.
Diffstat (limited to 'doc/user/discussions/index.md')
-rw-r--r-- | doc/user/discussions/index.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user/discussions/index.md b/doc/user/discussions/index.md index 3cb765c0463..f844f56557f 100644 --- a/doc/user/discussions/index.md +++ b/doc/user/discussions/index.md @@ -88,6 +88,11 @@ Jump button next to the Reply field on a thread. You can also jump to the first unresolved thread from the button next to the resolved threads tracker. +You can also use keyboard shortcuts to navigate among threads: + +- Use <kbd>n</kbd> to jump to the next unresolved thread. +- Use <kbd>p</kbd> to jump to the previous unresolved thread. + !["8/9 threads resolved"](img/threads_resolved.png) ### Marking a comment or thread as resolved |