keyconfig_template.bin 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. [keyconfig]
  2. #########################################
  3. # /!\ WARNING: DO NOT EDIT WITH NOTEPAD!#
  4. #########################################
  5. # keyconfig.ini
  6. # defines the input_emulator key bindings
  7. # multiple keys are to be specified comma separated
  8. # Options:
  9. # Allow the user to mouse wheel scroll through the PV selection list
  10. mouse_scroll_pv_selection = true
  11. # The interval it takes for the emulated slider touch points to move from one contact point to another.
  12. # In most cases, this does not need editing.
  13. touch_slider_emulation_speed = 750.0
  14. # Preferred Xinput controller (0-3)
  15. xinput_preferred =0
  16. # DirectInput Vendor ID and Product ID
  17. # Check them in Device Manager or dxdiag.exe
  18. VID = 046D
  19. PID = C216
  20. # Rumble (Xinput)
  21. rumble = true
  22. xinput_rumble_intensity_left = 8000
  23. xinput_rumble_intensity_right = 4000
  24. # Pause when focus is lost
  25. autopause =true
  26. # Allow using slider in menus
  27. # Recommended to enable this and remove MENU_L/R bindings if you have a real slider.
  28. # Also needed to see slider in input test
  29. slider_in_menus =false
  30. # Use the hardware slider from HORI FT official controller (PS4 version)
  31. # Requires enabling hardware slider support.
  32. # Warning: alpha feature, may not work properly
  33. # Recommended to remove Ds4_L_Stick_* and Ds4_R_Stick_* from button bindings (JVS_LEFT, JVS_RIGHT, MENU_L, MENU_R).
  34. ps4_official_slider =false
  35. # JVS Buttons:
  36. JVS_TEST = F1
  37. JVS_SERVICE = F2
  38. JVS_SW1 = F11
  39. JVS_SW2 = F12
  40. JVS_START = Enter, Ds4_Options, XINPUT_START, MouseMiddle
  41. JVS_TRIANGLE = W, I, Ds4_Triangle, Ds4_DPad_Up, Ds4_L_Trigger, Ds4_R_Trigger, XINPUT_Y, XINPUT_UP, XINPUT_LT, XINPUT_RT
  42. JVS_SQUARE = A, J, Ds4_Square, Ds4_DPad_Left, Ds4_L_Trigger, Ds4_R_Trigger, XINPUT_X, XINPUT_LEFT, XINPUT_LT, XINPUT_RT, MouseX2
  43. JVS_CROSS = S, K, Ds4_Cross, Ds4_DPad_Down, Ds4_L_Trigger, Ds4_R_Trigger, XINPUT_A, XINPUT_DOWN, XINPUT_LT, XINPUT_RT, MouseX1
  44. JVS_CIRCLE = D, L, Ds4_Circle, Ds4_DPad_Right, Ds4_L_Trigger, Ds4_R_Trigger, XINPUT_B, XINPUT_RIGHT, XINPUT_LT, XINPUT_RT
  45. JVS_LEFT = Left, Up, Ds4_L1, Ds4_L_Stick_Up, Ds4_R_Stick_Up, XINPUT_LS
  46. JVS_RIGHT = Right, Down, Ds4_R1, Ds4_L_Stick_Down, Ds4_R_Stick_Down, XINPUT_RS
  47. MENU_L = Left, Up, Ds4_L1, XINPUT_LS, Ds4_DPad_Left, Ds4_DPad_Up, XINPUT_LEFT, XINPUT_UP, Q, U, Ds4_L_Stick_Left, XINPUT_LLEFT, Ds4_L_Stick_Up, XINPUT_LUP, Ds4_R_Stick_Left, XINPUT_RLEFT, Ds4_R_Stick_Up, XINPUT_RUP
  48. MENU_R = Right, Down, Ds4_R1, XINPUT_RS, Ds4_DPad_Right, Ds4_DPad_Down, XINPUT_RIGHT, XINPUT_DOWN, E, O, Ds4_L_Stick_Right, XINPUT_LRIGHT, Ds4_L_Stick_Down, XINPUT_LDOWN, Ds4_R_Stick_Right, XINPUT_RRIGHT, Ds4_R_Stick_Down, XINPUT_RDOWN
  49. MENU_CIRCLE = Spacebar
  50. TOON = F9
  51. COIN = F10
  52. # Touch Slider:
  53. LEFT_SIDE_SLIDE_LEFT = Q, Ds4_L_Stick_Left, XINPUT_LLEFT
  54. LEFT_SIDE_SLIDE_RIGHT = E, Ds4_L_Stick_Right, XINPUT_LRIGHT
  55. RIGHT_SIDE_SLIDE_LEFT = U, Ds4_R_Stick_Left, XINPUT_RLEFT
  56. RIGHT_SIDE_SLIDE_RIGHT = O, Ds4_R_Stick_Right, XINPUT_RRIGHT
  57. # --- KEYBOARD KEY NAMES: ---
  58. # - Standard Keys
  59. # uppercase "A" to "Z", "0" to "9"
  60. # - NumPad Keys
  61. # "NumPad0" to "NumPad9"
  62. # "Plus", "Minus", "Divide", "Multiply"
  63. # - Function Keys
  64. # "F1" to "F24"
  65. # - Shift Keys
  66. # "LeftShift", "RightShift"
  67. # - Control Keys
  68. # "LeftControl", "RightControl"
  69. # - Arrow Keys
  70. # "Up", "Down", "Left", "Right"
  71. # - Special Keys
  72. # "Enter", "Tab", "Backspace", "Spacebar", "Insert", "Delete", "Home", "End", "PageUp", "PageDown", "Escape"
  73. # --- MOUSE BUTTON NAMES: ---
  74. # "MouseLeft", "MouseMiddle", "MouseRight", "MouseX1", "MouseX2"
  75. # --- DUALSHOCK 4 BUTTON NAMES: ---
  76. # - Face Buttons
  77. # "Ds4_Square", "Ds4_Cross", "Ds4_Circle", "Ds4_Triangle"
  78. # - Standard Buttons
  79. # "Ds4_Share", "Ds4_Options", "Ds4_PS", "Ds4_Touch", "Ds4_L1", "Ds4_R1"
  80. # - D-Pad Directions
  81. # "Ds4_DPad_Up", "Ds4_DPad_Right", "Ds4_DPad_Down", "Ds4_DPad_Left"
  82. # - Trigger Buttons
  83. # "Ds4_L_Trigger", "Ds4_R_Trigger"
  84. # - Left Joystick
  85. # "Ds4_L_Stick_Up", "Ds4_L_Stick_Right", "Ds4_L_Stick_Down", "Ds4_L_Stick_Left", "Ds4_L3"
  86. # - Right Joystick
  87. # "Ds4_R_Stick_Up", "Ds4_R_Stick_Right", "Ds4_R_Stick_Down", "Ds4_R_Stick_Left", "Ds4_R3"
  88. # --- XINPUT BUTTON NAMES: ---
  89. # - Face Buttons
  90. # "XINPUT_A", "XINPUT_B", "XINPUT_X", "XINPUT_Y"
  91. # - Standard Buttons
  92. # "XINPUT_START", "XINPUT_BACK", "XINPUT_LS"/"XINPUT_LB", "XINPUT_RS"/"XINPUT_RB"
  93. # - D-Pad Directions
  94. # "XINPUT_UP", "XINPUT_DOWN", "XINPUT_LEFT", "XINPUT_RIGHT"
  95. # - Trigger Buttons
  96. # "XINPUT_LT", "XINPUT_RT"
  97. # - Left Joystick
  98. # "XINPUT_LLEFT", "XINPUT_LRIGHT", "XINPUT_LUP", "XINPUT_LDOWN", "XINPUT_LSB"
  99. # - Right Joystick
  100. # "XINPUT_RLEFT", "XINPUT_RRIGHT", "XINPUT_RUP", "XINPUT_RDOWN", "XINPUT_RSB"
  101. # --- Generic USB BUTTON NAMES: ---
  102. # - Standard Buttons (Button number in "Game controller settings", max allowed 13 buttons at the moment)
  103. # "GU_BUTTON1", "GU_BUTTON2", "GU_BUTTON3", "GU_BUTTON4", "GU_BUTTON5", "GU_BUTTON6", "GU_BUTTON7", "GU_BUTTON8", "GU_BUTTON9", "GU_BUTTON10", "GU_BUTTON11", "GU_BUTTON12", "GU_BUTTON13"
  104. # - D-Pad Directions
  105. # "GU_DPAD_UP", "GU_DPAD_RIGHT", "GU_DPAD_DOWN", "GU_DPAD_LEFT"
  106. # - Left Joystick
  107. # "GU_L_STICK_UP", "GU_L_STICK_RIGHT", "GU_L_STICK_DOWN", "GU_L_STICK_LEFT"
  108. # - Right Joystick
  109. # "GU_R_STICK_UP", "GU_R_STICK_RIGHT", "GU_R_STICK_DOWN", "GU_R_STICK_LEFT"