Doom viene con un archivo en formato *.key donde estan programado las funciones de las teclas.. Por defecto viene esto
##########################################################
# Besides a single chacter you can use these strings to
# access modifier keys and special keys
#
# RIGHTARROW
# LEFTARROW
# UPARROW
# DOWNARROW
# ESCAPE
# ENTER
# TAB
# F1
# F2
# F3
# F4
# F5
# F6
# F7
# F8
# F9
# F10
# F11
# F12
# BACKSPACE
# PAUSE
# EQUALS
# MINUS
# RSHIFT
# RCTRL
# RALT
# LALT
# SPACE
#
# These are the iPod keys to choose from:
#
# MENU
# REWIND
# PLAY
# FORWARD
# ACTION
# HOLD
# WHEEL_L
# WHEEL_R
#
# You can also use wheel turning if you add:
# UseWheelTurning YES
#
##########################################################
# Sample configuration for 3g, remove the following '#' to activate the
# assignment for the different keys.
#WheelSensitivity 80
#UseWheelTurning YES
#MENU SPACE
#REWIND y
#PLAY RCTRL
#FORWARD ENTER
#ACTION UPARROW
#HOLD ESCAPE
#WHEEL_L LEFTARROW
#WHEEL_R RIGHTARROW