X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FANCommandHandler.cpp;h=ef972f8a5408c9f9c357403c0c5810324ee1029d;hb=e487594963bdf8010777261e28c2f2fc11358b5f;hp=394cfa93f2a0e40fb784470a5c32763c44f37847;hpb=56aa08d022cb8560294a8b62f08a248e34268af3;p=deb_libcec.git diff --git a/src/lib/implementations/ANCommandHandler.cpp b/src/lib/implementations/ANCommandHandler.cpp index 394cfa9..ef972f8 100644 --- a/src/lib/implementations/ANCommandHandler.cpp +++ b/src/lib/implementations/ANCommandHandler.cpp @@ -65,6 +65,9 @@ bool CANCommandHandler::HandleVendorRemoteButtonDown(const cec_command &command) m_busDevice->AddLog(CEC_LOG_DEBUG, strLog); m_busDevice->GetProcessor()->SetCurrentButton((cec_user_control_code) command.parameters[0]); + + // these ones don't send key release events + m_busDevice->GetProcessor()->AddKey(); } }