mirror of
https://github.com/seazon/FeedMe.git
synced 2025-03-13 17:50:24 +01:00
add shortcut_key
This commit is contained in:
parent
9fa736aa65
commit
78df424300
@ -34,6 +34,7 @@ This is the documentation of FeedMe.
|
||||
- <a href="https://github.com/seazon/FeedMe/blob/master/doc/en/storage_and_cache.md">Storage and Cache</a>
|
||||
- <a href="https://github.com/seazon/FeedMe/blob/master/doc/en/block_image.md">Blocking Images</a>
|
||||
- <a href="https://github.com/seazon/FeedMe/blob/master/doc/en/highlighter.md">Highlighter</a>
|
||||
- <a href="https://github.com/seazon/FeedMe/blob/master/doc/en/shortcut_key.md">Shortcut key</a>
|
||||
|
||||
## <a href="https://github.com/seazon/FeedMe/blob/master/doc/en/qa.md">QA</a>
|
||||
|
||||
|
@ -199,7 +199,7 @@ com.seazon.feedme.action.STAR_ACTION
|
||||
|
||||
### 3.8.5
|
||||
###### 2018-8-8
|
||||
- [new] Support BlackBerry key series quick actions through keyboard. Link: https://plus.google.com/u/1/100365587272890955375/posts/jPjZU6H2dip
|
||||
- [new] Support BlackBerry key series quick actions through keyboard. Link: https://github.com/seazon/FeedMe/blob/master/doc/en/shortcut_key.md
|
||||
- [optimize] Add a text description to the upper right sidebar and back button to make it easier for people with poor eyesight.
|
||||
- [fix] Fixed an issue where FeedMe mobilizer could not parse pure audio pages correctly.
|
||||
- [fix] Fixed an issue where images could not be downloaded under WIFI in some cases.
|
||||
|
27
doc/en/shortcut_key.md
Normal file
27
doc/en/shortcut_key.md
Normal file
@ -0,0 +1,27 @@
|
||||
Support BlackBerry key series quick actions through keyboard.
|
||||
|
||||
List page
|
||||
| key | action |
|
||||
|--|--|
|
||||
| `B` | back |
|
||||
`N` / `SPACE` | next page
|
||||
`A` | all item/unread
|
||||
`P` / shift + `SPACE` | previous page
|
||||
`R` | refresh
|
||||
double click `R` | whole refresh
|
||||
`S` | search
|
||||
`V` | view
|
||||
`C` | setting
|
||||
|
||||
Article page
|
||||
| key | action |
|
||||
|--|--|
|
||||
`B` | back
|
||||
`P` / shift + `SPACE` | previous
|
||||
`N` / `SPACE` | next
|
||||
`S` | star
|
||||
double click `S` | share
|
||||
`T` | tag
|
||||
double click `T` | todoist
|
||||
double click `E` | evernote
|
||||
`V` | view
|
@ -35,6 +35,7 @@ FeedMe是一个RSS阅读器,支持以下RSS服务:
|
||||
- <a href="https://github.com/seazon/FeedMe/blob/master/doc/zh/block_image.md">拦截图片</a>
|
||||
- <a href="https://github.com/seazon/FeedMe/blob/master/doc/zh/eink.md">电子墨水屏</a>
|
||||
- <a href="https://github.com/seazon/FeedMe/blob/master/doc/zh/highlighter.md">荧光标签</a>
|
||||
- <a href="https://github.com/seazon/FeedMe/blob/master/doc/zh/shortcut_key.md">快捷键</a>
|
||||
|
||||
## <a href="https://github.com/seazon/FeedMe/blob/master/doc/en/qa.md">QA</a>
|
||||
|
||||
|
@ -193,7 +193,7 @@ com.seazon.feedme.action.STAR_ACTION
|
||||
|
||||
### 3.8.5
|
||||
###### 2018-8-8
|
||||
- [新增] 支持黑莓key系列手机进行快捷操作。详见:https://plus.google.com/u/1/100365587272890955375/posts/jPjZU6H2dip
|
||||
- [新增] 支持黑莓key系列手机进行快捷操作。详见:https://github.com/seazon/FeedMe/blob/master/doc/zh/shortcut_key.md
|
||||
- [优化] 右上角侧栏及返回按钮添加文字描述,方便视力不佳者。
|
||||
- [修复] 修复FeedMe mobilizer不能正确解析纯音频页面的错误。
|
||||
- [修复] 修复某些情况下在WIFI下图片不能下载的问题。
|
||||
|
27
doc/zh/shortcut_key.md
Normal file
27
doc/zh/shortcut_key.md
Normal file
@ -0,0 +1,27 @@
|
||||
支持黑莓key系列手机进行快捷操作。
|
||||
|
||||
列表页
|
||||
| 快捷键 | 操作 |
|
||||
|--|--|
|
||||
| `B` | 返回 |
|
||||
`N` / `SPACE` | 下一页
|
||||
`A` | 所有条目/未读条目
|
||||
`P` / shift + `SPACE` | 上一页
|
||||
`R` | 刷新
|
||||
double click `R` | 刷新所有
|
||||
`S` | 搜索
|
||||
`V` | 查看
|
||||
`C` | 设置
|
||||
|
||||
文章页
|
||||
| 快捷键 | 操作 |
|
||||
|--|--|
|
||||
`B` | 返回
|
||||
`P` / shift + `SPACE` | 上一页
|
||||
`N` / `SPACE` | 下一页
|
||||
`S` | 加星
|
||||
double click `S` | 分享
|
||||
`T` | 标签
|
||||
double click `T` | todoist
|
||||
double click `E` | evernote
|
||||
`V` | 查看
|
Loading…
x
Reference in New Issue
Block a user