forked from Archives/Athou_commafeed
removed wicket and tomee, use dropwizard instead. remove wro4j, use gulp instead
This commit is contained in:
71
src/main/app/templates/_shortcuts.html
Normal file
71
src/main/app/templates/_shortcuts.html
Normal file
@@ -0,0 +1,71 @@
|
||||
<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>${about.shortcuts.spacebar}</dt>
|
||||
<dd>${about.shortcuts.move_page_down_up}</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>
|
||||
|
||||
<dt>f</dt>
|
||||
<dd>${about.shortcuts.fullscreen}</dd>
|
||||
|
||||
<dt>+,-</dt>
|
||||
<dd>${about.shortcuts.font_size}</dd>
|
||||
|
||||
<dt>
|
||||
g
|
||||
<i class="icon-arrow-right"></i>
|
||||
a
|
||||
</dt>
|
||||
<dd>${about.shortcuts.go_to_all}</dd>
|
||||
|
||||
<dt>
|
||||
g
|
||||
<i class="icon-arrow-right"></i>
|
||||
s
|
||||
</dt>
|
||||
<dd>${about.shortcuts.go_to_starred}</dd>
|
||||
|
||||
<dt>
|
||||
g
|
||||
<i class="icon-arrow-right"></i>
|
||||
u
|
||||
</dt>
|
||||
<dd>${about.shortcuts.feed_search}</dd>
|
||||
|
||||
</dl>
|
||||
Reference in New Issue
Block a user