First post, by steve.mackinney
The application (basketball stats program) I want to run using dosbox allows the user to enter which offense they are using by pressing function keys or ctrl-function key combinations. This does not work if dosbox uses these same keys to start the keymapper or save a screen print to a file, etc. I'd like to just turn off the keymapper using the config file to keep it simple. Is there a way to do that?
If I can't do it that way, how do I tell the keymapper that I want to bind a key combination (ctrl-F1 for example) to an event (F1 or possibly ctrl-F1) so the key entry is passed along to my program instead of being intercepted and processed by dosbox? I tried clicking F1 and mod1 and hold in keymapper but it does not show that it is connected to EVENT mapper. I also clicked on Enter and Mod2 and Hold but the EVENT does not show as FULLSCREEN. Since that is what those keys do in dosbox, it seems like it should show that in keymapper.
Thanks for your help.