Name key '+' as plus and '-' as minus

This commit is contained in:
Maxime Coste 2017-04-11 10:47:15 +01:00
parent 413d8b7ddd
commit 80dd9ec4cb

View File

@ -54,6 +54,8 @@ static constexpr KeyAndName keynamemap[] = {
{ "end", Key::End },
{ "backtab", Key::BackTab },
{ "del", Key::Delete },
{ "plus", '+' },
{ "minus", '-' },
};
KeyList parse_keys(StringView str)