mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
40 lines
986 B
HTML
40 lines
986 B
HTML
<dl class="dl-horizontal">
|
|
<dt>j</dt>
|
|
<dd>${about.shortcuts.open_next_entry}</dd>
|
|
|
|
<dt>k</dt>
|
|
<dd>${about.shortcuts.open_previous_entry}</dd>
|
|
|
|
<dt>n</dt>
|
|
<dd>${about.shortcuts.focus_next_entry}</dd>
|
|
|
|
<dt>p</dt>
|
|
<dd>${about.shortcuts.focus_previous_entry}</dd>
|
|
|
|
<dt>shift+j,shift+n</dt>
|
|
<dd>${about.shortcuts.open_next_feed}</dd>
|
|
|
|
<dt>shift+k,shift+p</dt>
|
|
<dd>${about.shortcuts.open_previous_feed}</dd>
|
|
|
|
<dt>o, enter</dt>
|
|
<dd>${about.shortcuts.open_close_current_entry}</dd>
|
|
|
|
<dt>v</dt>
|
|
<dd>${about.shortcuts.open_current_entry_in_new_window}</dd>
|
|
|
|
<dt>b</dt>
|
|
<dd>${about.shortcuts.open_current_entry_in_new_window_background}</dd>
|
|
|
|
<dt>s</dt>
|
|
<dd>${about.shortcuts.star_unstar}</dd>
|
|
|
|
<dt>m</dt>
|
|
<dd>${about.shortcuts.mark_current_entry}</dd>
|
|
|
|
<dt>shift+a</dt>
|
|
<dd>${about.shortcuts.mark_all_as_read}</dd>
|
|
|
|
<dt>${about.shortcuts.mouse_middleclick}</dt>
|
|
<dd>${about.shortcuts.open_in_new_tab_mark_as_read}</dd>
|
|
</dl> |