diff --git a/src/ncmpcpp.cpp b/src/ncmpcpp.cpp index a3dba3cb..b7b0a3e5 100644 --- a/src/ncmpcpp.cpp +++ b/src/ncmpcpp.cpp @@ -175,7 +175,7 @@ int main(int argc, char **argv) Mpd.SetErrorHandler(NcmpcppErrorCallback, 0); // local variables - Action::Key input(Action::NoOp); + Action::Key input(0, ctStandard); timeval past = { 0, 0 }; // local variables end