OnKey currently uses a mix of parameters: keyval is platform specific and modifiers is portable. For example, On GTK+ and Window the definitions are: #define GDK_KP_End 0xFF9C #define VK_END 35
Ideally, the Scintilla SCK_* definitions would be used. I think it may make sense to make a 1.74 release and then look to changing the Lua implementation and extender interface soon after so that they get a reasonable amount of testing before release. Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
