Fix focus_in/focus_out keys not having user friendly names
This commit is contained in:
parent
049b9a28d1
commit
95b0627e54
|
@ -80,6 +80,8 @@ static constexpr KeyAndName keynamemap[] = {
|
||||||
{ "minus", '-' },
|
{ "minus", '-' },
|
||||||
{ "semicolon", ';' },
|
{ "semicolon", ';' },
|
||||||
{ "percent", '%' },
|
{ "percent", '%' },
|
||||||
|
{ "focus_in", Key::FocusIn },
|
||||||
|
{ "focus_out", Key::FocusOut },
|
||||||
};
|
};
|
||||||
|
|
||||||
KeyList parse_keys(StringView str)
|
KeyList parse_keys(StringView str)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user