Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11

Thread: Adding Keystrokes to FSX

  1. #1

    Default Adding Keystrokes to FSX

    Sorry if this has already been asked and answered, but I have been unable to find the answer. I have purchased a keyboard just to use for FSX. I have re-mapped some of the keys for my personnal preference. Problem is, some of the commands I want are not listed in FSX. I want a key for Taxi Lights, Beacon, and Nav Lights. I have read several threads where it talks about doing this, but none of them explain how its done. Any help would greatly be appreciated.
    E8400 @ 3.6GHz, Zalman CNPS9500, Asus P5N-D w/ nvidia 750i SLI, Corsair XMS2 4GB 800MHz, WD 500GB X 2 SATA HDD, LG DVD-RW SATA, EVGA GTX 275 1792MB, Windows 7 Home Premium 64 bit, Dual Dell 24" ST2410 Monitors, Thermaltake Shark, Rosewill 750W Modular PSU

  2. #2

    Default

    Try FSUIPC.

    KJ

  3. #3

    Default

    I already have FSUIPC installed. I want to add a keyboard command to these actions. There is no option in FSX to add them that I can find.
    E8400 @ 3.6GHz, Zalman CNPS9500, Asus P5N-D w/ nvidia 750i SLI, Corsair XMS2 4GB 800MHz, WD 500GB X 2 SATA HDD, LG DVD-RW SATA, EVGA GTX 275 1792MB, Windows 7 Home Premium 64 bit, Dual Dell 24" ST2410 Monitors, Thermaltake Shark, Rosewill 750W Modular PSU

  4. Default

    If I remember correctly, the file standard.XML contains all possible events/actions that can be triggered (either by gauges or by keyboard combos). You do not need FSUIPC for that.

    Have a look here: http://www.fsdeveloper.com/wiki/inde...ing_%28FSXA%29

    Paolo

  5. #5

    Default

    Thank you for the info. I was able to get all my keys mapped, except for one. The rotating beacon switch I cannot get to map. I don't know if I'm entering it in wrong, or what. I have tried bcn toggle and toggle rotating beacon. Anyone have this switch mapped to the keyboard? I would really appreciate if someone can help me out with this one. I was able to get the taxi lights and the Nav lights mapped. This is the only one I have yet to figure out.
    E8400 @ 3.6GHz, Zalman CNPS9500, Asus P5N-D w/ nvidia 750i SLI, Corsair XMS2 4GB 800MHz, WD 500GB X 2 SATA HDD, LG DVD-RW SATA, EVGA GTX 275 1792MB, Windows 7 Home Premium 64 bit, Dual Dell 24" ST2410 Monitors, Thermaltake Shark, Rosewill 750W Modular PSU

  6. #6
    Join Date
    Feb 2010
    Location
    Near EGHH
    Posts
    1,170

    Default

    how did you map the nav light etc ???

    Ive been using my n52te for ATC commands but i have a 14 spare keys to use
    -Paul-
    i5 3750 @ 4.2ghz, GTX470 @ 1920x1080 - Asus P8Z77-V - 8gig ddr3 @ 1600mhz
    Windows 7 Ultimate x64 - FSX and Prepar3d

  7. #7
    Join Date
    Feb 2010
    Location
    Near EGHH
    Posts
    1,170

    Default

    Double post for a reason

    Here is the Beacon light event id

    KEY_TOGGLE_BEACON_LIGHTS TOGGLE_BEACON_LIGHTS Toggle beacon lights

    Here is a list of all the light event id's that can be added to standerd.xml, I hope this is a help to you as it will be to me

    Code:
    Event ID			String Name			Description					Multiplayer
    KEY_STROBES_TOGGLE 		STROBES_TOGGLE 			Toggle strobe lights  				All aircraft
    KEY_ALL_LIGHTS_TOGGLE 		ALL_LIGHTS_TOGGLE 		Toggle all lights 				Shared Cockpit
    KEY_PANEL_LIGHTS_TOGGLE 	PANEL_LIGHTS_TOGGLE 		Toggle panel lights 				All aircraft
    KEY_LANDING_LIGHTS_TOGGLE 	LANDING_LIGHTS_TOGGLE 		Toggle landing lights 				All aircraft
    KEY_LANDING_LIGHT_UP 		LANDING_LIGHT_UP 		Rotate landing light up 			Shared Cockpit
    KEY_LANDING_LIGHT_DOWN 		LANDING_LIGHT_DOWN 		Rotate landing light down 			Shared Cockpit
    KEY_LANDING_LIGHT_LEFT 		LANDING_LIGHT_LEFT 		Rotate landing light left 			Shared Cockpit
    KEY_LANDING_LIGHT_RIGHT 	LANDING_LIGHT_RIGHT 		Rotate landing light right 			Shared Cockpit
    KEY_LANDING_LIGHT_HOME 		LANDING_LIGHT_HOME 		Return landing light to default position 	Shared Cockpit
    KEY_STROBES_ON 			STROBES_ON 			Turn strobe lights on 				All aircraft
    KEY_STROBES_OFF 		STROBES_OFF 			Turn strobe light off 				All aircraft
    KEY_STROBES_SET 		STROBES_SET 			Set strobe lights on/off (1,0) 			All aircraft
    KEY_PANEL_LIGHTS_ON 		PANEL_LIGHTS_ON 		Turn panel lights on 				All aircraft
    KEY_PANEL_LIGHTS_OFF 		PANEL_LIGHTS_OFF 		Turn panel lights off 				All aircraft
    KEY_PANEL_LIGHTS_SET 		PANEL_LIGHTS_SET 		Set panel lights on/off (1,0) 			All aircraft
    KEY_LANDING_LIGHTS_ON 		LANDING_LIGHTS_ON 		Turn landing lights on 				All aircraft
    KEY_LANDING_LIGHTS_OFF 		LANDING_LIGHTS_OFF 		Turn landing lights off 			All aircraft
    KEY_LANDING_LIGHTS_SET 		LANDING_LIGHTS_SET 		Set landing lights on/off (1,0) 		All aircraft
    KEY_TOGGLE_BEACON_LIGHTS 	TOGGLE_BEACON_LIGHTS 		Toggle beacon lights 				All aircraft
    KEY_TOGGLE_TAXI_LIGHTS 		TOGGLE_TAXI_LIGHTS 		Toggle taxi lights 				All aircraft
    KEY_TOGGLE_LOGO_LIGHTS 		TOGGLE_LOGO_LIGHTS 		Toggle logo lights 				All aircraft
    KEY_TOGGLE_RECOGNITION_LIGHTS 	TOGGLE_RECOGNITION_LIGHTS 	Toggle recognition lights 			All aircraft
    KEY_TOGGLE_WING_LIGHTS 		TOGGLE_WING_LIGHTS 		Toggle wing lights 				All aircraft
    KEY_TOGGLE_NAV_LIGHTS 		TOGGLE_NAV_LIGHTS 		Toggle navigation lights 			All aircraft
    KEY_TOGGLE_CABIN_LIGHTS 	TOGGLE_CABIN_LIGHTS 		Toggle cockpit/cabin lights 			All aircraft
    To sum it up, If its not in the Event id's of the fsx sdk documentation then you cant add a key to in the standerd.xml.
    -Paul-
    i5 3750 @ 4.2ghz, GTX470 @ 1920x1080 - Asus P8Z77-V - 8gig ddr3 @ 1600mhz
    Windows 7 Ultimate x64 - FSX and Prepar3d

  8. #8
    Join Date
    Jan 2007
    Location
    Imlay City, Michigan
    Posts
    7,194

    Default

    Here is a link for working .xml using keys to initiate actions; http://www.flightsim.com/vbfs/showth...r-switch-issue

    This thread has a list of unused default keys; http://www.flightsim.com/vbfs/showth...5-(center-turn)

    http://www.fs2x.com/Tutorials.htm has a list of numerical "key equivalents" to be used in xml gauge(s)...Don

  9. #9

    Default

    Thanks gandy, that did the trick. Appreciate everyones help with this, finally got all my switches mapped.
    E8400 @ 3.6GHz, Zalman CNPS9500, Asus P5N-D w/ nvidia 750i SLI, Corsair XMS2 4GB 800MHz, WD 500GB X 2 SATA HDD, LG DVD-RW SATA, EVGA GTX 275 1792MB, Windows 7 Home Premium 64 bit, Dual Dell 24" ST2410 Monitors, Thermaltake Shark, Rosewill 750W Modular PSU

  10. Default

    hello.. I also have an extra board with some toggle switches and I wanted to map the rest of the lights in FSX.
    I need for now the Taxi, Nav and Beacon lights, but couldn't figure it out on this post thread how to set it up. I have tried to update the standard.xm file adding this but it doesn't work.

    I added the following:

    <Entry>
    <Key>O</Key>
    <Down>TOGGLE_BEACON_LIGHTS</Down>
    </Entry>

    Cheers,
    Filipe

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •