diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-01-29 11:07:42 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-01-29 11:07:42 -0500 |
commit | 0371acff89b14b9bdcb03e72fd9637e26e6b517c (patch) | |
tree | f5878c9c07705379d137843cb8f92e3cdf7c20a8 /doc/en_US/screenshots.markdown | |
parent | 3bf4789be255650b64f42231f41383cb13b65572 (diff) |
Move English documentation to folder en_US
Diffstat (limited to 'doc/en_US/screenshots.markdown')
-rw-r--r-- | doc/en_US/screenshots.markdown | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/en_US/screenshots.markdown b/doc/en_US/screenshots.markdown new file mode 100644 index 00000000..e7f1b98c --- /dev/null +++ b/doc/en_US/screenshots.markdown @@ -0,0 +1,25 @@ +Adding screenshots +================== + +You can copy and paste images directly in Kanboard to save time. +These images are uploaded as attachments to the task. + +This is especially useful for taking screenshots to describe an issue for example. + +You can add screenshots directly from the board by clicking on the dropdown menu or in the task view page. + +![Drop-down screenshot menu](screenshots/dropdown-screenshot.png) + +To add a new image, take your screenshot and paste with CTRL+V or Command+V: + +![Screenshot page](screenshots/task-screenshot.png) + +On Mac OS X, you can use those shortcuts to take screenshots: + +- Command-Control-Shift-3: Take a screenshot of the screen, and save it to the clipboard +- Command-Control-Shift-4, then select an area: Take a screenshot of the area and save it to the clipboard +- Command-Control-Shift-4, then space, then click a window: Take a screenshot of a window and save it to the clipboard + +There are also several third-party applications that can be used to take screenshots with annotations and shapes. + +**Note: This feature doesn't work with all browsers.** It doesn't work with Safari due to this bug: https://bugs.webkit.org/show_bug.cgi?id=49141 |