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

Nicolas Plourde nicolas.plourde at gmail.com
Sun Oct 7 14:35:35 CEST 2007


On 23-Aug-07, at 8:14 PM, Ulion wrote:

> 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
>

applied

====
Nicolas Plourde <nicolas.plourde at gmail.com>





More information about the MPlayer-dev-eng mailing list