The document maps keyboard and mouse inputs to controller inputs. For the keyboard, it maps standard keyboard keys like the arrow keys, page up/down, and number pad to analog stick and button presses on a controller. It also maps keys to pressing buttons, triggers, and other controller functions. For the mouse, it maps left, right, and middle clicks as well as mouse movement and wheel functions to controller inputs.
The document maps keyboard and mouse inputs to controller inputs. For the keyboard, it maps standard keyboard keys like the arrow keys, page up/down, and number pad to analog stick and button presses on a controller. It also maps keys to pressing buttons, triggers, and other controller functions. For the mouse, it maps left, right, and middle clicks as well as mouse movement and wheel functions to controller inputs.
Original Description:
Here's the Default Button Data for FIFA 14/15/16/17/18/19
The document maps keyboard and mouse inputs to controller inputs. For the keyboard, it maps standard keyboard keys like the arrow keys, page up/down, and number pad to analog stick and button presses on a controller. It also maps keys to pressing buttons, triggers, and other controller functions. For the mouse, it maps left, right, and middle clicks as well as mouse movement and wheel functions to controller inputs.
The document maps keyboard and mouse inputs to controller inputs. For the keyboard, it maps standard keyboard keys like the arrow keys, page up/down, and number pad to analog stick and button presses on a controller. It also maps keys to pressing buttons, triggers, and other controller functions. For the mouse, it maps left, right, and middle clicks as well as mouse movement and wheel functions to controller inputs.
Download as TXT, PDF, TXT or read online from Scribd
Download as txt, pdf, or txt
You are on page 1of 2
AddController "Keyboard"
AddMap SC_NEXT VB_AI_LS_RIGHT # Left Analog Right
AddMap SC_HOME VB_AI_LS_UP # Left Analog Up AddMap SC_DELETE VB_AI_LS_LEFT # Left Analog Left AddMap SC_END VB_AI_LS_DOWN # Left Analog Down
AddMap SC_RIGHT VB_FE_LS_RIGHT # Left Analog Right
AddMap SC_UP VB_FE_LS_UP # Left Analog Up AddMap SC_LEFT VB_FE_LS_LEFT # Left Analog Left AddMap SC_DOWN VB_FE_LS_DOWN # Left Analog Down
AddMap SC_NUMPAD6 VB_AI_RS_RIGHT # Right Analog Right
AddMap SC_NUMPAD8 VB_AI_RS_UP # Right Analog Up AddMap SC_NUMPAD4 VB_AI_RS_LEFT # Right Analog Left AddMap SC_NUMPAD2 VB_AI_RS_DOWN # Right Analog Down
AddMap SC_NUMPAD6 VB_FE_RS_RIGHT # Right Analog Right
AddMap SC_NUMPAD8 VB_FE_RS_UP # Right Analog Up AddMap SC_NUMPAD4 VB_FE_RS_LEFT # Right Analog Left AddMap SC_NUMPAD2 VB_FE_RS_DOWN # Right Analog Down
AddMap SC_RIGHT VB_AI_LDPAD_RIGHT # D Pad Right
AddMap SC_UP VB_AI_LDPAD_UP # Page up -> D Pad Up AddMap SC_LEFT VB_AI_LDPAD_LEFT # D Pad Left AddMap SC_DOWN VB_AI_LDPAD_DOWN # Page down -> D Pad Down
AddMap SC_ESCAPE VB_FE_CANCEL # B
AddMap SC_RETURN VB_FE_SELECT # A AddMap SC_S VB_FE_X # X AddMap SC_D VB_FE_Y # Y
AddMap SC_SPACE VB_AI_B # B
AddMap SC_L VB_AI_A # A AddMap SC_S VB_AI_X # X AddMap SC_A VB_AI_Y # Y
AddMap SC_SPACE VB_FE_START # Start AddMap SC_MULTIPLY VB_VOIP_TOGGLE_MUTE # VOIP mute AddMap SC_SUBTRACT VB_VOIP_VOLUME_DOWN # VOIP volume down AddMap SC_ADD VB_VOIP_VOLUME_UP # VOIP volume up