{% extends "base.html" %} {% block app_content %}

{{ _('Keyboard shortcuts') }}

{{ _('Most shortcuts are the same as what reddit has.') }}

{{ _('Navigation') }}

Show shortcut help Shift + ?
Next post J
Previous post K
Open post Enter
Open/close preview X
Go to post link L

{{ _('Action') }}

{{ _('Upvote') }} A
{{ _('Downvote') }} Z

{{ _('When viewing a list of posts actions like voting or going to a post depend on which is the current post. The current post is determined by hovering with the mouse or the J and K keys.') }}

{{ _('About %(site_name)s', site_name=g.site.name) }}

{{ g.site.description|safe }}

{{ g.site.sidebar|safe }}

{% endblock %}