mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.5 KiB
67 lines
1.5 KiB
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Strings]
|
|
;localized strings
|
|
VENDOR = "Logitech"
|
|
;wingman force
|
|
USB\VID_046D&PID_C281.DeviceDesc = "Port USB WingMan Force firmy Logitech"
|
|
;wingman rally
|
|
USB\VID_046D&PID_C291.DeviceDesc="Port USB WingMan Formula Force firmy Logitech"
|
|
LwForce.CLSID.Description="Sterownik efektów joysticka PID Force Feedback Joystick"
|
|
LwForce.XAxis.Desc="Oœ X"
|
|
LwForce.YAxis.Desc="Oœ Y"
|
|
LwForce.ZAxis.Desc="Oœ Z"
|
|
LwForce.Button0.Desc="Wyzwalacz"
|
|
LwForce.Button1.Desc="Przycisk pod kciuk"
|
|
LwForce.Button2.Desc="Przycisk2"
|
|
LwForce.Button3.Desc="Przycisk3"
|
|
LwForce.Button4.Desc="Przycisk4"
|
|
LwForce.Button5.Desc="Przycisk5"
|
|
LwForce.Button6.Desc="Przycisk6"
|
|
LwForce.Button7.Desc="Przycisk7"
|
|
LwForce.Button8.Desc="Przycisk8"
|
|
LwForce.Button9.Desc="Przycisk9"
|
|
|
|
;
|
|
; non localized strings
|
|
; registry key
|
|
WgmOem.WgmForce = "System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_046D&PID_C281"
|
|
WgmOem.WgmForce.Effect = "System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_046D&PID_C281\OEMForceFeedback\Effects"
|
|
WgmOem.WgmRally = "System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_046D&PID_C291"
|
|
WgmOem.WgmRally.Effect = "System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_046D&PID_C291\OEMForceFeedback\Effects"
|
|
|
|
;force for all force device
|
|
LwForce.CLSID="{EEC6993A-B3FD-11D2-A916-00C04FB98638}"
|
|
LwForce.CLSID.DllName="pid.dll"
|
|
LwForce.CLSID.SysName=""
|
|
|