add <lt> and <gt> key name
This commit is contained in:
parent
b62c78f9e9
commit
0550da2211
|
@ -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 },
|
||||
|
|
Loading…
Reference in New Issue
Block a user