First post, by emendelson
Is it possible to create a Mapper handler without binding it to a keystroke, so that the handler is available for binding in the Mapper if the user wants it, but it isn't bound to a key by default.
I know, of course, that I can create a mapper file that does not bind an event to a keystroke, but I am trying to figure out if it's possible to build DOSBox with a handler that does not have a preassigned keystroke.
I've tried various ways of modifying (for example) this line of code. I see that I can replace MMOD2 with 0, but I can't find any way to replace MK_f12 with nothing. I've tried 0, blank, and "", but I can't get any of them to build.
//MAPPER_AddHandler(DOSBOX_UnlockSpeed, MK_f12, MMOD2,"speedlock","Speedlock");
Many thanks for any help with this.