YangFan: > I read the Scintilla source code, it's not in the keymap, > and I'm sure my application do not process these keys. I > create simple demos to show Scintilla control, and do nothing > else, then the accelerates exist.
The keys mentioned do not perform commands for me, instead they just enter text. Best thing to do now is to run the code under a debugger with breakpoints in the WM_SYSKEYDOWN / WM_KEYDOWN handling to see what is happening. Neil _______________________________________________ Scintilla-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scintilla-interest
