{% load i18n locale %} {% get_current_language as LANGUAGE_CODE %} {% trans "Keyboard shortcuts" %}
{% trans 'See the Pootle online documentation for more keyboard shortcuts.' %}
{% trans "Ctrl+Enter" %} | {% trans "Send translation/Send suggestion and move to next string." %} |
{% trans "Ctrl+Shift+Space" %} | {% trans "Switch translation mode. Either 'Translate' or 'Suggest'." %} |
{% trans "Ctrl+Space" %} | {% trans "Toggle 'Needs work' status." %} |
{% trans "Ctrl+Down or Ctrl+." %} | {% trans "Move to next string." %} |
{% trans "Ctrl+Up or Ctrl+," %} | {% trans "Move to previous string." %} |
{% trans "Ctrl+Shift+S" %} | {% trans "Go to search box." %} |
{% trans "Ctrl+J" %} | {% trans "Select previous placeable." %} |
{% trans "Ctrl+K" %} | {% trans "Select next placeable." %} |
{% trans "Ctrl+L" %} | {% trans "Copy the selected placeable to the target." %} |