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 _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
