Help: display EoF properly
This commit is contained in:
@@ -314,6 +314,8 @@ std::wstring keyToWString(const NC::Key::Type key)
|
|||||||
result += L"Left";
|
result += L"Left";
|
||||||
else if (key == NC::Key::Right)
|
else if (key == NC::Key::Right)
|
||||||
result += L"Right";
|
result += L"Right";
|
||||||
|
else if (key == NC::Key::EoF)
|
||||||
|
result += L"EoF";
|
||||||
else if (key >= NC::Key::F1 && key <= NC::Key::F9)
|
else if (key >= NC::Key::F1 && key <= NC::Key::F9)
|
||||||
{
|
{
|
||||||
result += L"F";
|
result += L"F";
|
||||||
|
|||||||
Reference in New Issue
Block a user