Update of /cvsroot/csp/APPLICATIONS/CSPSim/Tools/HID
In directory sc8-pr-cvs1:/tmp/cvs-serv22425
Modified Files:
aircraft.map
Log Message:
added a toggle key for contact marks
Index: aircraft.map
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Tools/HID/aircraft.map,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** aircraft.map 19 Feb 2003 11:41:58 -0000 1.3
--- aircraft.map 24 Mar 2003 10:21:50 -0000 1.4
***************
*** 1,8 ****
include mouse.map
include keys.map
! include x36.map
device keyboard 0 key US_keyboard
! device joystick 0 x36 Saitek_X36
device mouse 0 mouse standard_mouse
--- 1,8 ----
include mouse.map
include keys.map
! include F16CS.map
device keyboard 0 key US_keyboard
! device joystick 0 F16CS CH_F16CS
device mouse 0 mouse standard_mouse
***************
*** 12,19 ****
mode base
! map x36:Stick_X axis AILERON
! map x36:Stick_Y axis ELEVATOR
! map x36:Rudder axis RUDDER
! map x36:Throttle axis THROTTLE
map key:DOWN press INC_ELEVATOR
--- 12,19 ----
mode base
! map F16CS:Stick_X axis AILERON
! map F16CS:Stick_Y axis ELEVATOR
! map F16CS:Rudder axis RUDDER
! map F16CS:Throttle axis THROTTLE
map key:DOWN press INC_ELEVATOR
***************
*** 30,33 ****
map key:MINUS release STOP_DEC_THROTTLE
map key:s press SMOKE_ON/B|SMOKE_OFF/B
! #map key:SHIFT-s press SMOKE_OFF
--- 30,33 ----
map key:MINUS release STOP_DEC_THROTTLE
map key:s press SMOKE_ON/B|SMOKE_OFF/B
! map key:g press GEAR_UP/B|GEAR_DOWN/B
|