https://bugs.freedesktop.org/show_bug.cgi?id=32664
--- Comment #25 from Daniel <[email protected]> 2012-06-13 11:16:40 PDT --- LibreOffice should consume the media key events only in presentation mode, right? So why not just change the aforementioned WM_APPCOMMAND handling to: case WM_APPCOMMAND: if( pFrame->mbPresentation && ImplHandleAppCommand( hWnd, lParam ) ) { rDef = false; nRet = 1; } break; -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
