On Tue, 13 Feb 2007 20:24:42 +1100, "Neil Hodgson" <[EMAIL PROTECTED]> wrote:

>Franz Steinhaeusler:
>
>> long SciTEKeys::ParseKeyCode
>> ...
>> after
>>                                 } else if (sKey == "KeypadPlus") {
>>                                         keyval = GDK_KP_Add;
>>                                 } else if (sKey == "KeypadMinus") {
>>                                         keyval = GDK_KP_Subtract;
>>
>> some other keypad keys are missing?
>> like
>>                                 } else if (sKey == "KeypadMultiply") {
>>                                         keyval = GDK_KP_Mulitply;
>>                                 } else if (sKey == "KeypadDivide") {
>>                                         keyval = GDK_KP_Divide;
>>
>>
>> Is this intended?
>> Or was it forgotten?
>
>   Not really either. Someone decided to implement them on Windows.
>They aren't listed in the documentation. Committed the addition of
>these on GTK+ and the documentation.
>
>   Neil

Thanks!

-- 

Franz Steinhaeusler

_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to