{% extends "base.html" %} {% block title %}Hotkeys{% endblock %} {% block header %}Hotkeys{% endblock %} {% block body %}

Note: Before using the keyboard you must set the focus within the frame by clicking once on the frame.

Some of these actions refer to the "current word" - that's either the word you're hovering over, or have clicked.

KeyAction
RightMove to next word
LeftMove to previous word
EscReset marked term(s)

Misc actions

KeyAction
tTranslate the sentence of the current word
Shift + tTranslate the paragraph of the current word
cCopy the sentence of the current word to the clipboard
Shift + cCopy the paragraph of the current word to the clipboard
mChange to the next theme
hToggle highlights

Updating status

You can edit the status of the current word with a keystroke:

KeySet status of marked term(s) to
1 - 51 (Learning) to 5 (Learned)
i"Ignored"
w"Well Known"

You can also "bulk update" statuses by holding down Shift and clicking with the mouse. All of the underlined terms will then be affected when you hit 1, 2, etc.

{% endblock %}