Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorconnium <christoph.noelke@googlemail.com>2016-10-20 21:59:23 +0300
committerChristoph Wurst <ChristophWurst@users.noreply.github.com>2016-10-20 21:59:23 +0300
commit84c4d524545799aef4deb9ba997141ffd447777a (patch)
tree988c9d70158295153248ec175875a6c97e404a99 /README.md
parent544864fa934ef7e6dc032c8edf0d357dfef9da59 (diff)
Document keyboard shortcuts in README.md (#166)
* Document keyboard shortcuts in README.md * Update README.md * Use keyboard markup
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md
index ec2810b0a..dda37e606 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,33 @@ Then open the Mail app from the app menu. Put in your email account credentials
If you experience any issues or have enhancement suggestions you can report them in our [issue tracker](https://github.com/nextcloud/mail/issues). Please follow the [issue template](https://raw.githubusercontent.com/nextcloud/mail/master/issue_template.md) so we get the info we need to be able to debug and fix the problem. Thanks!
+## Usage
+
+### Keyboard shortcuts for Mail
+
+Speed up your Mail experience by using keyboard shortcuts.
+
+#### Compose
+
+| Action | Shortcut |
+| ------ | ---------------------------------- |
+| Send | <kbd>Ctrl</kbd> + <kbd>Enter</kbd> |
+
+#### Actions
+
+| Action | Shortcut |
+| ------------- | -------------- |
+| Refresh | <kbd>R</kbd> |
+| Toggle star | <kbd>S</kbd> |
+| Delete | <kbd>Del</kbd> |
+| Toggle unread | <kbd>U</kbd> |
+
+##### Navigation
+
+| Action | Shortcut |
+| ------------- | ---------------------------- |
+| Newer message | <kbd>K</kbd> or <kbd>←</kbd> |
+| Older message | <kbd>J</kbd> or <kbd>→</kbd> |
## Maintainers