YangFan: > I read some source code of Scintilla, and find there > is a keymap struct defines some but not all accelerate in > keymap.cxx, I want to disable some accelerate not in > keymap.cxx defined such as Ctrl+Shift+2/Ctrl+Shift+6 etc. > SCI_ASSIGNCMDKEY seems not work, what can I do then?
If its not in the keymap then its probably being processed by your application. Another possibility is that you are using a keyboard layout that has mapped these keys to something recognised by the keymap. This could occur if you are using a non-English keyboard layout or a machine (such as a laptop) that has moved functions around. Neil _______________________________________________ Scintilla-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scintilla-interest
