Name key '+' as plus and '-' as minus
This commit is contained in:
parent
413d8b7ddd
commit
80dd9ec4cb
|
@ -54,6 +54,8 @@ static constexpr KeyAndName keynamemap[] = {
|
|||
{ "end", Key::End },
|
||||
{ "backtab", Key::BackTab },
|
||||
{ "del", Key::Delete },
|
||||
{ "plus", '+' },
|
||||
{ "minus", '-' },
|
||||
};
|
||||
|
||||
KeyList parse_keys(StringView str)
|
||||
|
|
Loading…
Reference in New Issue
Block a user