First post, by emendelson
I think I ought to know how to do this, but it turns out I don't. I'll be grateful for any help.
For my OS X DOSBox project, I use a keymapper file that maps the Insert key to Command-Down (there is no Ins key on Mac keyboards). I am trying to hard-code all the keymapper assignments in my OS X build, and this is the only one I haven't been able to figure out.
The keymapper line reads:
key_insert "key 277" "key 274 mod3"
Can anyone tell me how to do the equivalent in either sdlmain.cpp or bios_keyboard.cpp or anywhere else?
Many thanks.