Hi,
when I create a very basic Scintilla Window (just the normal class registration and window creation) under Windows, Scintilla already has some "default" hotkeys like CTRL-A for "Select All" or CTRL-Z for "Undo" and so on.
I wounder wether there is a full list of all this "default" commands that a standard Scintilla Window has "by birth". I only found a
list (under "Keyboard Commands") for Scite but first I don't know if those are the same for the default Scintilla case (and if not, which ones are excluded), and second there are not all hotkeys listed (like CTRL-A is missing for example).
I need this information because I have my Scintilla Windows Message Queue attached to another window and I need to filter out all accelerators which are only meant to be seen by the Scintilla Window.
Any help is appreciated.
Best,
CD