mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-05-10 01:34:04 +02:00
Update shortcuts
Shortcut "q" is not supported anymore as stated in https://github.com/nextcloud/news/issues/1613#issuecomment-991891468 Shortcuts "c" and "v" seemed to have swapped descriptions. Signed-off-by: Dennis Müller <dennis.mueller@bib.uni-mannheim.de>
This commit is contained in:
parent
adb31de905
commit
dbf6db8bff
@ -6,6 +6,7 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1
|
|||||||
|
|
||||||
## [18.x.x]
|
## [18.x.x]
|
||||||
### Changed
|
### Changed
|
||||||
|
- Change shortcut descriptions. (#1669)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
@ -55,24 +55,20 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>c</td>
|
<td>c</td>
|
||||||
<td><?php p($l->t('Load next folder')); ?></td>
|
<td><?php p($l->t('Load previous folder')); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>v</td>
|
<td>v</td>
|
||||||
<td><?php p($l->t('Load previous folder')); ?></td>
|
<td><?php p($l->t('Load next folder')); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>a</td>
|
<td>a</td>
|
||||||
<td><?php p($l->t('Scroll to active navigation entry')); ?></td>
|
<td><?php p($l->t('Scroll to active navigation entry')); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td>q</td>
|
|
||||||
<td><?php p($l->t('Focus search field')); ?></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>shift + a</td>
|
<td>shift + a</td>
|
||||||
<td><?php p($l->t('Mark current article\'s feed/folder read')); ?></td>
|
<td><?php p($l->t('Mark current article\'s feed/folder read')); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user