diff --git a/src/bindings.cpp b/src/bindings.cpp index 51360bdb..831a2f59 100644 --- a/src/bindings.cpp +++ b/src/bindings.cpp @@ -314,6 +314,8 @@ std::wstring keyToWString(const NC::Key::Type key) result += L"Left"; else if (key == NC::Key::Right) result += L"Right"; + else if (key == NC::Key::EoF) + result += L"EoF"; else if (key >= NC::Key::F1 && key <= NC::Key::F9) { result += L"F";