In the python docs for wxStyledTextCtrl it lists a EVT_STC_POSCHANGED event yet there doesn't seem to be one for c++. I would like to capture up and down key presses but EVT_STC_KEY doesn't seem to work on windows and EVT_STC_CHANGE only captures changes. Can anyone advise on how best to capture up/down left/right arrows? Cheers, Rory.