#	Joystick button mapping file -- for use with the 'JOYSTICK' setting,
#	not with 'PROGRAMMABLE JOYSTICK' (which uses software provided by
#	the joystick manufacturer).  See "Settings:Preferences" in the manual.

#	*** FILE FORMAT ***
#	Comments begin with '#' as the first character on the line
#
#	Each line maps one joystick button to one key on the keyboard:
#		<n> <key> <optional modifier>
#	Where:
#		<n> is the button number to map (1-32)
#		<key> is the keyboard code: 
#			alphabetic/numeric keys		A-Z,0-9
#			unshifted punctuation keys	-=\[];',./
#			special keys	ENTER,SPACE,TAB,ESCAPE,BACKSPACE,DELETE
#			arrow keys	RIGHT,LEFT,UP,DOWN
#		<modifier> is one of	SHIFT,CONTROL,ALTERNATE
#
#	If a button is not mapped, it simply does nothing.
#	If you have a trackball (or other 2-axis controller), it controls head 
#	postion in the VR cockpit view.

1 ENTER
2 \
3 [
4 ]
5 UP SHIFT
6 RIGHT SHIFT
7 DOWN SHIFT
8 LEFT SHIFT
9 1
10 2
11 4 CONTROL
12 4
13 4 SHIFT
