{% if theme() and file_exists('app/templates/themes/' + theme() + '/base.html') %} {% extends 'themes/' + theme() + '/base.html' %} {% else %} {% extends "base.html" %} {% endif %} {% 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.') }}

{% endblock %}