[MPlayer-dev-eng] [PATCH] Fix KEY_KPENTER identity on mac osx

Ulion ulion2002 at gmail.com
Fri Aug 24 02:14:32 CEST 2007


2007/8/24, Diego Biurrun <diego at biurrun.de>:
> Applied as it appeared to be correct after a bit of Googling around.
> Shoot me if it is not :)
>
> Diego
>

Thank you.

And, there also a similar place to fix in mplayerosx trunk, would you
fix it also?

In mplayerosx/Sources/Classes/PlayerWindow.m

                case 0x43: key = '*'; break;
                case 0x4B: key = '/'; break;
-               case 0x4C: key = KEY_BACKSPACE; break;
+               case 0x4C: key = KEY_KPENTER; break;
                case 0x41: key = KEY_KPDEC; break;
                case 0x52: key = KEY_KP0; break;

-- 
Ulion



More information about the MPlayer-dev-eng mailing list