summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-20 17:24:42 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-20 17:24:42 +0200
commit7a2aad550137ab5ea9d401b059b2a2069ed0801b (patch)
tree9e70b2f370adea7e61b8fdcb7d9d8813c29e2ac1 /README.md
parent569406f2d3320ee870160bbcd3a1ad8df5346ea5 (diff)
add keyboard shortcuts
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/README.md b/README.md
index 5bfe69063..f46ba72ef 100644
--- a/README.md
+++ b/README.md
@@ -120,21 +120,6 @@ To update the News app use:
git pull --rebase origin master
-## Keyboard shortcuts
-* **Next item**: n / j / right arrow
-* **Previous item**: p / k / left arrow
-* **Star current item**: s / i
-* **Keep current item unread**: u
-* **Star item and jump to next one**: h
-* **Open current item**: o
-* **Toggle expand of current item in compact view**: e
-* **Reload the currently active feed**: r
-* **Load the next feed**: f
-* **Load the previous feed**: d
-* **Load the next folder**: c
-* **Load the previous folder**: v
-
-
## Performance Notices
* Use MySQL or PostgreSQL for better database performance
* Use the [updater script to thread and speed up the update](https://github.com/owncloud/news/wiki/Cron-1.2)