mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 09:55:36 +00:00
readability keyboard shortcut
This commit is contained in:
@@ -237,7 +237,7 @@
|
||||
</dropdown>
|
||||
<button class="toolbar-item"
|
||||
:class="{active: itemSelectedReadability}"
|
||||
@click="getReadable(itemSelectedDetails)"
|
||||
@click="toggleReadability()"
|
||||
title="Read Here">
|
||||
<span class="icon" :class="{'icon-loading': loading.readability}">{% inline "book-open.svg" %}</span>
|
||||
</button>
|
||||
@@ -421,6 +421,10 @@
|
||||
<td><kbd>o</kbd></td>
|
||||
<td>open an article's link</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><kbd>i</kbd></td>
|
||||
<td>read here</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<kbd>f</kbd>
|
||||
|
Reference in New Issue
Block a user