A flashcard app for drilling on spellings of words based on audio recordings
teach_key_release = function(key, scancode)
	if Cursor_word then
		edit.key_release(Cursor_word, key, scancode)
	end
end