i made my own keyboard file. as far as i understand it works like this:
mc first looks in the custom resource file for the keystroke.
when it is not there it picks the one in the default recourse file.
i changed the playback engine for the up down etc keys succesfully to scroll the image instead of going through the menu.
now my problem:
i want to disable the page up and page down for the playback engine.
i tried to take the whole command out of the custom resource. this did not work because default takes over.
i also tried to take away the command part only.. like
<Entry Key="Page Down" Command="" TranslateFlags="32" />
that did not help either. taking the commands out of the default did work, ofcourse.
is there a way i can accomplish that using the custom resource file only?
gab