The SCI_NULL does nothing and is the value assigned to keys that perform no action. SCI_NULL ensures that keys do not propagate to the parent window as that may cause focus to move. If you want the standard platform behaviour use the constant 0 instead.
It's value seem to be 2172 but editor.null() returns None
Cheers
Claudia
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
From the scintilla docs
The SCI_NULL does nothing and is the value assigned to keys that perform no action. SCI_NULL ensures that keys do not propagate to the parent window as that may cause focus to move. If you want the standard platform behaviour use the constant 0 instead.
It's value seem to be 2172 but editor.null() returns None
Cheers
Claudia