add <lt> and <gt> key name

This commit is contained in:
Maxime Coste 2013-04-02 18:41:45 +02:00
parent b62c78f9e9
commit 0550da2211

View File

@ -20,6 +20,8 @@ static std::vector<KeyAndName> keynamemap = {
{ "ret", '\r' },
{ "space", ' ' },
{ "tab", '\t' },
{ "lt", '<' },
{ "gt", '>' },
{ "backspace", Key::Backspace},
{ "esc", Key::Escape },
{ "up", Key::Up },