2014-03-28 02:50:40 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<root>
|
|
|
|
<!--
|
|
|
|
Microsoft ResX Schema
|
|
|
|
|
|
|
|
Version 2.0
|
|
|
|
|
|
|
|
The primary goals of this format is to allow a simple XML format
|
|
|
|
that is mostly human readable. The generation and parsing of the
|
|
|
|
various data types are done through the TypeConverter classes
|
|
|
|
associated with the data types.
|
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
... ado.net/XML headers & schema ...
|
|
|
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
|
|
|
<resheader name="version">2.0</resheader>
|
|
|
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
|
|
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
|
|
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
|
|
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
|
|
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
|
|
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
|
|
|
</data>
|
|
|
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
|
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
|
|
|
<comment>This is a comment</comment>
|
|
|
|
</data>
|
|
|
|
|
|
|
|
There are any number of "resheader" rows that contain simple
|
|
|
|
name/value pairs.
|
|
|
|
|
|
|
|
Each data row contains a name, and value. The row also contains a
|
|
|
|
type or mimetype. Type corresponds to a .NET class that support
|
|
|
|
text/value conversion through the TypeConverter architecture.
|
|
|
|
Classes that don't support this are serialized and stored with the
|
|
|
|
mimetype set.
|
|
|
|
|
|
|
|
The mimetype is used for serialized objects, and tells the
|
|
|
|
ResXResourceReader how to depersist the object. This is currently not
|
|
|
|
extensible. For a given mimetype the value must be set accordingly:
|
|
|
|
|
|
|
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
|
|
|
that the ResXResourceWriter will generate, however the reader can
|
|
|
|
read any of the formats listed below.
|
|
|
|
|
|
|
|
mimetype: application/x-microsoft.net.object.binary.base64
|
|
|
|
value : The object must be serialized with
|
|
|
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
|
|
|
: and then encoded with base64 encoding.
|
|
|
|
|
|
|
|
mimetype: application/x-microsoft.net.object.soap.base64
|
|
|
|
value : The object must be serialized with
|
|
|
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
|
|
|
: and then encoded with base64 encoding.
|
|
|
|
|
|
|
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
|
|
|
value : The object must be serialized into a byte array
|
|
|
|
: using a System.ComponentModel.TypeConverter
|
|
|
|
: and then encoded with base64 encoding.
|
|
|
|
-->
|
|
|
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
|
|
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
|
|
|
<xsd:element name="root" msdata:IsDataSet="true">
|
|
|
|
<xsd:complexType>
|
|
|
|
<xsd:choice maxOccurs="unbounded">
|
|
|
|
<xsd:element name="metadata">
|
|
|
|
<xsd:complexType>
|
|
|
|
<xsd:sequence>
|
|
|
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
|
|
|
</xsd:sequence>
|
|
|
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
|
|
|
<xsd:attribute name="type" type="xsd:string" />
|
|
|
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
|
|
|
<xsd:attribute ref="xml:space" />
|
|
|
|
</xsd:complexType>
|
|
|
|
</xsd:element>
|
|
|
|
<xsd:element name="assembly">
|
|
|
|
<xsd:complexType>
|
|
|
|
<xsd:attribute name="alias" type="xsd:string" />
|
|
|
|
<xsd:attribute name="name" type="xsd:string" />
|
|
|
|
</xsd:complexType>
|
|
|
|
</xsd:element>
|
|
|
|
<xsd:element name="data">
|
|
|
|
<xsd:complexType>
|
|
|
|
<xsd:sequence>
|
|
|
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
|
|
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
|
|
|
</xsd:sequence>
|
|
|
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
|
|
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
|
|
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
|
|
|
<xsd:attribute ref="xml:space" />
|
|
|
|
</xsd:complexType>
|
|
|
|
</xsd:element>
|
|
|
|
<xsd:element name="resheader">
|
|
|
|
<xsd:complexType>
|
|
|
|
<xsd:sequence>
|
|
|
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
|
|
|
</xsd:sequence>
|
|
|
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
|
|
|
</xsd:complexType>
|
|
|
|
</xsd:element>
|
|
|
|
</xsd:choice>
|
|
|
|
</xsd:complexType>
|
|
|
|
</xsd:element>
|
|
|
|
</xsd:schema>
|
|
|
|
<resheader name="resmimetype">
|
|
|
|
<value>text/microsoft-resx</value>
|
|
|
|
</resheader>
|
|
|
|
<resheader name="version">
|
|
|
|
<value>2.0</value>
|
|
|
|
</resheader>
|
|
|
|
<resheader name="reader">
|
|
|
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</resheader>
|
|
|
|
<resheader name="writer">
|
|
|
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</resheader>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftRSRight.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>btnRumbleHeavyTest.Parent" xml:space="preserve">
|
|
|
|
<value>gBRumble</value>
|
|
|
|
</data>
|
|
|
|
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
|
|
<data name="tBsixaxisAccelX.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
2014-11-18 22:23:41 +01:00
|
|
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBIdleDisconnect.RightToLeft" type="System.Windows.Forms.RightToLeft, System.Windows.Forms">
|
|
|
|
<value>Yes</value>
|
2014-10-13 23:56:04 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBMouseAccel.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-11-18 22:23:41 +01:00
|
|
|
<value>NoControl</value>
|
2014-10-13 23:56:04 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBlowerRCOn.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-10-13 23:56:04 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftLSUp.Text" xml:space="preserve">
|
|
|
|
<value>Fall Back</value>
|
2014-10-13 23:56:04 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftShare.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-10-13 23:56:04 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbRSTrack.Name" xml:space="preserve">
|
|
|
|
<value>lbRSTrack</value>
|
2014-10-13 23:56:04 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|
|
|
<data name="tBRedBar.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>73, 4</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tPDeadzone.Name" xml:space="preserve">
|
|
|
|
<value>tPDeadzone</value>
|
2014-10-13 23:56:04 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pnlSixaxis.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>236</value>
|
2014-10-13 23:56:04 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="gBOther.Text" xml:space="preserve">
|
|
|
|
<value>Other</value>
|
2014-10-13 23:56:04 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>gBRumble.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
2014-10-13 23:56:04 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftTouchMulti.ZOrder" xml:space="preserve">
|
|
|
|
<value>4</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBShiftControls.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>257, 7</value>
|
2014-10-13 23:56:04 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnL2.Name" xml:space="preserve">
|
|
|
|
<value>bnL2</value>
|
2014-10-13 23:56:04 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lBControls.Items21" xml:space="preserve">
|
|
|
|
<value>Left Stick Up :</value>
|
2014-10-13 23:56:04 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnR3.Text" xml:space="preserve">
|
|
|
|
<value>Right Stick</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbLSTip.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>nUDIdleDisconnect.Parent" xml:space="preserve">
|
|
|
|
<value>gBOther</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftL2.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftL2</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lBShiftControls.Items3" xml:space="preserve">
|
|
|
|
<value>Triangle :</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnSquare.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>72</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBShiftBlueBar.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>12</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBL2.Enabled" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbRSCurvePercent.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDR2.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnGyroXN.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftCross.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnChargingColor.Parent" xml:space="preserve">
|
|
|
|
<value>gBLightbar</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBRainbow.Name" xml:space="preserve">
|
|
|
|
<value>pBRainbow</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbEmpty.Parent" xml:space="preserve">
|
|
|
|
<value>pnlLowBattery</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnRSUp.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tPController.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftLeft.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>15, 12</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBShiftSticks.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tPControls.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>3, 3, 3, 3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDRumbleBoost.Parent" xml:space="preserve">
|
|
|
|
<value>gBRumble</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbLowRed.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbRSCurvePercent.Parent" xml:space="preserve">
|
|
|
|
<value>tPCurve</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBLaunchProgram.RightToLeft" type="System.Windows.Forms.RightToLeft, System.Windows.Forms">
|
|
|
|
<value>Yes</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>pnlSticks.ZOrder" xml:space="preserve">
|
|
|
|
<value>7</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbspc.ZOrder" xml:space="preserve">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<value>7</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>nUDRumbleBoost.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftGyroXP.Text" xml:space="preserve">
|
|
|
|
<value>Tilt Left</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="nUDTouch.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>229</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDLS.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDScroll.ZOrder" xml:space="preserve">
|
|
|
|
<value>6</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnShiftFullView.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>71, 9</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>cBWhileCharging.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name="tCSens.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>281, 78</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBsixaxisAccelX.Type" xml:space="preserve">
|
2014-11-20 20:03:18 +01:00
|
|
|
<value>System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftRSLeft.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftRSLeft</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBControllerInput.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>242</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnCircle.Name" xml:space="preserve">
|
|
|
|
<value>bnCircle</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="pBRSDeadzone.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>207, 145</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tPControls.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>4, 22</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnRSTrack.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>237</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDRumbleBoost.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>211</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBLaunchProgram.Parent" xml:space="preserve">
|
|
|
|
<value>gBOther</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbActionsTip.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBsixaxisAccelX.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>49, 19</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbGreen.Text" xml:space="preserve">
|
|
|
|
<value>G</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftOptions.Text" xml:space="preserve">
|
|
|
|
<value>Fall Back</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tSMIMouseInvertedX.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>127, 22</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBsixaxisGyroX.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cbStartTouchpadOff.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftR1.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>175, 13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftTouchUpper.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbPercentFlashBar.ZOrder" xml:space="preserve">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<value>3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnRumbleHeavyTest.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>214</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnLSDown.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>23, 11</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDScroll.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>40, 20</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDSX.ZOrder" xml:space="preserve">
|
|
|
|
<value>8</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDSX.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>222, 2</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBGreenBar.Name" xml:space="preserve">
|
|
|
|
<value>tBGreenBar</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBsixaxisAccelZ.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>71, 79</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBShiftBlueBar.ZOrder" xml:space="preserve">
|
|
|
|
<value>7</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftTriangle.Text" xml:space="preserve">
|
|
|
|
<value>Fall Back</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLSTrack.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>125, 125</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftL1.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>88</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbtoUse.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>189</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnShiftLightbar.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="fLPTouchSwipe.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>72, 219</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbspc.Text" xml:space="preserve">
|
|
|
|
<value>secs/cycle</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBControls.Items17" xml:space="preserve">
|
|
|
|
<value>Left Touch :</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbGyro.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnChargingColor.Name" xml:space="preserve">
|
|
|
|
<value>btnChargingColor</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBControls.Items27" xml:space="preserve">
|
|
|
|
<value>Right Stick Left :</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftCircle.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftCircle</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBShiftRedBar.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>10</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBWhileCharging.Items1" xml:space="preserve">
|
|
|
|
<value>Pulse</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftRSLeft.ZOrder" xml:space="preserve">
|
|
|
|
<value>9</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBController.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-13 21:12:03 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftOptions.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tBLowBlueBar.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnShiftRSRight.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnGyroZP.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>80, 23</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnLeft.Text" xml:space="preserve">
|
|
|
|
<value>Left Button</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftTriangle.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBFlushHIDQueue.RightToLeft" type="System.Windows.Forms.RightToLeft, System.Windows.Forms">
|
|
|
|
<value>Yes</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbtoUse.Name" xml:space="preserve">
|
|
|
|
<value>lbtoUse</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnRumbleLightTest.Name" xml:space="preserve">
|
|
|
|
<value>btnRumbleLightTest</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLSTip.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-13 21:12:03 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnL3.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tabControls.Name" xml:space="preserve">
|
|
|
|
<value>tabControls</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftTouchRight.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftTouchRight</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbLowBlue.Name" xml:space="preserve">
|
|
|
|
<value>lbLowBlue</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="LSToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>Left Stick</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnCross.Name" xml:space="preserve">
|
|
|
|
<value>bnCross</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnSwipeUp.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>80, 23</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftL1.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>31, 13</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftSwipeUp.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBShiftGreenBar.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShift</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnSquare.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pnlMain.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>185</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBControllerInput.RightToLeft" type="System.Windows.Forms.RightToLeft, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>Yes</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBBlueBar.ZOrder" xml:space="preserve">
|
|
|
|
<value>6</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBShiftSticks.Enabled" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnShiftRightStick.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBlowerRCOn.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>132, 79</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBLSDeadzone.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftLSDown.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbHold.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnRSLeft.Text" xml:space="preserve">
|
|
|
|
<value>Right X-Axis-</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnNewAction.Name" xml:space="preserve">
|
|
|
|
<value>btnNewAction</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftUp.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftUp</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBSADeadzone.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>242</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDLS.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>49, 20</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDSixaxis.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>81, 73</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDLSCurve.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnSwipeUp.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>gBOther.Name" xml:space="preserve">
|
|
|
|
<value>gBOther</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnTriangle.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>gBOther.ZOrder" xml:space="preserve">
|
|
|
|
<value>6</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnShiftLightbar.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>84, 7</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBR2.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbButtonMouseSens.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>TopRight</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnLSUp.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-13 21:12:03 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cbStartTouchpadOff.Parent" xml:space="preserve">
|
|
|
|
<value>gBTouchpad</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pnlShift.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>235</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbRSCurve.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>22, 13</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnOptions.Parent" xml:space="preserve">
|
|
|
|
<value>pnlMain</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnSATrack.Enabled" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lVActions.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftRSUp.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnRSTrack.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Popup</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftSwipeLeft.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>250</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftGyroXP.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>80, 23</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBController.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>245, 132</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnTouchMulti.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>109, 40</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBMouseAccel.Text" xml:space="preserve">
|
|
|
|
<value>Mouse Acceleration</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBDinput.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftSwipeLeft.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>80, 23</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>DpadToolStripMenuItem.Name" xml:space="preserve">
|
|
|
|
<value>DpadToolStripMenuItem</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnLeft.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBShiftControls.Items19" xml:space="preserve">
|
|
|
|
<value>Multitouch :</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnRSUp.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>183, 79</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbL2.Parent" xml:space="preserve">
|
|
|
|
<value>tPDeadzone</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDLS.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>203</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBSADeadzone.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBRainbow.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbL2Track.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-11-20 20:03:18 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnGyroXP.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lBControls.Name" xml:space="preserve">
|
|
|
|
<value>lBControls</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbWhileCharging.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBsixaxisGyroX.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>49, 19</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tBRedBar.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>10</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbEmpty.Name" xml:space="preserve">
|
|
|
|
<value>lbEmpty</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>numUDMouseSens.ZOrder" xml:space="preserve">
|
|
|
|
<value>12</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbSixaxisZ.Parent" xml:space="preserve">
|
|
|
|
<value>tPDeadzone</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnRSUp.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnRSDown.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftSquare.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>72</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBShiftRedBar.ZOrder" xml:space="preserve">
|
|
|
|
<value>5</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDRainbow.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>167</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftSquare.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>15, 15</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbtoUse.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>105, 13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnLeftStick.ZOrder" xml:space="preserve">
|
|
|
|
<value>13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnSquare.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBShiftRedBar.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>100, 20</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tSMILSInverted.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>127, 22</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbActionsTip.Name" xml:space="preserve">
|
|
|
|
<value>lbActionsTip</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnSwipeDown.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>89, 3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftRight.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>bnSwipeRight.Parent" xml:space="preserve">
|
|
|
|
<value>fLPTouchSwipe</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBShiftControl.Items18" xml:space="preserve">
|
|
|
|
<value>Left Touch</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>cBLaunchProgram.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnNewAction.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnOptions.Text" xml:space="preserve">
|
|
|
|
<value>Start</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBShiftSticks.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>245, 132</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftSquare.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftMain</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cHAction.Text" xml:space="preserve">
|
|
|
|
<value>Action</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnRSUp.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-11-20 20:03:18 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbShift.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>31, 13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnRSRight.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>170</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBTPforControls.Text" xml:space="preserve">
|
|
|
|
<value>Use Touchpad
|
|
|
|
Swipes for controls
|
|
|
|
</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnFullView.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>105, 23</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftCross.ZOrder" xml:space="preserve">
|
|
|
|
<value>6</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBRedBar.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>100, 20</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnLSTrack.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>237</value>
|
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftLSRight.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>65, 92</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbShiftRed.Text" xml:space="preserve">
|
|
|
|
<value>R</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="lbSixaxisX.AutoSize" type="System.Boolean, mscorlib">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>True</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnLeft.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>bnShiftRight.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftRight</value>
|
|
|
|
</data>
|
|
|
|
<data name="btnShiftFullView.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>gBTouchpad.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnBrowse.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftTouchUpper.Text" xml:space="preserve">
|
|
|
|
<value>Fall Back</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftLeft.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnSwipeLeft.Parent" xml:space="preserve">
|
|
|
|
<value>fLPTouchSwipe</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBMouseAccel.Name" xml:space="preserve">
|
|
|
|
<value>cBMouseAccel</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnNewAction.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbIdleMinutes.Text" xml:space="preserve">
|
|
|
|
<value>mins</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnGyroXP.Text" xml:space="preserve">
|
|
|
|
<value>Tilt Left</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="pBSticks.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftShare.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftShare</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnSwipeRight.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="RSToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>Right Stick</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBFlushHIDQueue.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>nUDLSCurve.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>btnRumbleHeavyTest.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbButtonMouseSens.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnSquare.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbLSTip.ZOrder" xml:space="preserve">
|
|
|
|
<value>8</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbUseController.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftSwipeRight.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>80, 23</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="btnChargingColor.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnShiftRightStick.Text" xml:space="preserve">
|
|
|
|
<value>RS</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>nUDflashLED.Parent" xml:space="preserve">
|
|
|
|
<value>gBLightbar</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tSMIRSInverted.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>127, 22</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbspc.Name" xml:space="preserve">
|
|
|
|
<value>lbspc</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBScroll.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>231</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbRSTip.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>216</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="ArrowKeysToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>117, 22</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>bnShiftGyroZP.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lb6Accel.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>81, 4</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbShiftBlue.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>308, 33</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShare.ZOrder" xml:space="preserve">
|
|
|
|
<value>20</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnGyroZP.Name" xml:space="preserve">
|
|
|
|
<value>bnGyroZP</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="fLPActionButtons.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Top</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftRSUp.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftSticks</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbLSCurvePercent.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftRSUp.ZOrder" xml:space="preserve">
|
|
|
|
<value>5</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbShift.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>225</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnLSTrack.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Popup</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftL2.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>wScanCodeArrowKeysToolStripMenuItem.Name" xml:space="preserve">
|
|
|
|
<value>wScanCodeArrowKeysToolStripMenuItem</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbPercentRumble.Location" type="System.Drawing.Point, System.Drawing">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<value>129, 16</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnGyroZN.Text" xml:space="preserve">
|
|
|
|
<value>Tilt Up</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbEmpty.ZOrder" xml:space="preserve">
|
|
|
|
<value>7</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnNewAction.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>136, 23</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftR1.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftRight.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>15, 15</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnShiftRightStick.ZOrder" xml:space="preserve">
|
|
|
|
<value>8</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBControls.Items12" xml:space="preserve">
|
|
|
|
<value>R1 :</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnLSDown.Text" xml:space="preserve">
|
|
|
|
<value>Left Y-Axis+</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tCSens.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>601, 3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnRightStick.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>28, 28</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftLSLeft.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnSquare.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBTPforControls.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnShiftRSLeft.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>11, 23</value>
|
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="nUDflashLED.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>55, 16</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pnlSticks.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>249, 143</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbGyro.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnSquare.ZOrder" xml:space="preserve">
|
|
|
|
<value>9</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>gBLightbar.ZOrder" xml:space="preserve">
|
|
|
|
<value>4</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnSwipeLeft.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>250</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="nUDLSCurve.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>29, 2</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnNewAction.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>3, 36</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbGreen.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>159</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftLSDown.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbGreen.AutoSize" type="System.Boolean, mscorlib">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>True</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnRSRight.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbShiftBlue.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbFull.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftGyroZN.Text" xml:space="preserve">
|
|
|
|
<value>Tilt Up</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>fLPActionButtons.Name" xml:space="preserve">
|
|
|
|
<value>fLPActionButtons</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lBShiftControls.Items9" xml:space="preserve">
|
|
|
|
<value>Right :</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnSwipeDown.Name" xml:space="preserve">
|
|
|
|
<value>bnSwipeDown</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLowGreen.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>159</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="nUDL2.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>30, 2</value>
|
|
|
|
</data>
|
2014-12-17 19:29:22 +01:00
|
|
|
<data name=">>lbFull.Parent" xml:space="preserve">
|
2014-12-13 21:12:03 +01:00
|
|
|
<value>pnlFull</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnL2.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>90</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbButtonMouseSens.ZOrder" xml:space="preserve">
|
|
|
|
<value>11</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnBrowse.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnRight.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-13 21:12:03 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>gBOther.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnGyroXN.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>250</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBProgram.Name" xml:space="preserve">
|
|
|
|
<value>pBProgram</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tSMILSInverted.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftSquare.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnShiftFullView.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftCross.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnRightStick.Parent" xml:space="preserve">
|
|
|
|
<value>pnlMain</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbPercentFlashBar.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBLSDeadzone.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>240</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbRSCurve.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBLowRedBar.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>100, 20</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbRS.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>22, 13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="btnShiftLeftStick.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="nUDRainbow.Size" type="System.Drawing.Size, System.Drawing">
|
2014-12-20 02:31:00 +01:00
|
|
|
<value>39, 20</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="btnRemAction.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>287, 36</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBSlide.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="fLPShiftTouchSwipe.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>351, 31</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnTouchLeft.Text" xml:space="preserve">
|
|
|
|
<value>Left Mouse Button</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnLSDown.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbWhileCharging.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>9, 108</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tPController.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>2</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbR2Track.ZOrder" xml:space="preserve">
|
|
|
|
<value>7</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbShiftRed.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBGreenBar.Parent" xml:space="preserve">
|
|
|
|
<value>pnlFull</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBsixaxisAccelY.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbRSCurvePercent.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>201, 4</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDSixaxis.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>250</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBLowBlueBar.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbIdleMinutes.ZOrder" xml:space="preserve">
|
|
|
|
<value>14</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftOptions.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>84</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>bnTouchMulti.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDRS.RightToLeft" type="System.Windows.Forms.RightToLeft, System.Windows.Forms">
|
|
|
|
<value>No</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnCross.Text" xml:space="preserve">
|
|
|
|
<value>A Button</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnUp.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBMouseAccel.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>120, 17</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftPS.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>115, 87</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnShiftLeftStick.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>71, 89</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBRSDeadzone.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tPController.Parent" xml:space="preserve">
|
|
|
|
<value>tabControls</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBsixaxisGyroX.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBGreenBar.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbEmpty.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>39, 13</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnLSLeft.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>164</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbspc.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbRed.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnRight.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnRumbleHeavyTest.Location" type="System.Drawing.Point, System.Drawing">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<value>6, 13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbControlTip.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>MiddleCenter</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbEmpty.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftL3.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbTPSwipes.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="bnCross.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>bnShiftLSLeft.ZOrder" xml:space="preserve">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>6</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnEditAction.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>14</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnUp.Text" xml:space="preserve">
|
|
|
|
<value>Up Button</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>pnlActions.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name="tBR2.Enabled" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBShiftControl.Items13" xml:space="preserve">
|
|
|
|
<value>R1</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnLightbar.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="fLPShiftTouchSwipe.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>258</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnTouchLeft.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>191</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pnlShift.ZOrder" xml:space="preserve">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<value>10</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name=">>lbSixaxisZ.Type" xml:space="preserve">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnChargingColor.Location" type="System.Drawing.Point, System.Drawing">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<value>225, 108</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbControlTip.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>24, 5</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBShiftBlueBar.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>100, 20</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnRSTrack.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-17 19:29:22 +01:00
|
|
|
<data name="pnlFull.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>435, 29</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBDinput.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftRight.Text" xml:space="preserve">
|
|
|
|
<value>Fall Back</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="fLPTouchSwipe.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>256</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBMouseAccel.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>251</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>wScanCodeArrowKeysToolStripMenuItem.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>btnRumbleHeavyTest.Name" xml:space="preserve">
|
|
|
|
<value>btnRumbleHeavyTest</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tPCurve.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>1</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftLSLeft.Text" xml:space="preserve">
|
|
|
|
<value>Fall Back</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBShiftLight.Text" xml:space="preserve">
|
|
|
|
<value>Use another color for shift mode</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbBlue.Parent" xml:space="preserve">
|
|
|
|
<value>pnlFull</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pnlSixaxis.Name" xml:space="preserve">
|
|
|
|
<value>pnlSixaxis</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBControllerInput.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>142, 17</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tSMIMouseInvertedY.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftSwipeUp.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnLeftStick.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>71, 89</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tPController.Name" xml:space="preserve">
|
|
|
|
<value>tPController</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftLSUp.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbPercentRumble.Text" xml:space="preserve">
|
|
|
|
<value>%</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnOptions.Name" xml:space="preserve">
|
|
|
|
<value>bnOptions</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBShiftBlueBar.Name" xml:space="preserve">
|
|
|
|
<value>tBShiftBlueBar</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftGyroZN.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftGyroZN</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnL2.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>43, 12</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDR2.ZOrder" xml:space="preserve">
|
|
|
|
<value>4</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnTriangle.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>20, 16</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tBsixaxisGyroX.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnRight.Name" xml:space="preserve">
|
|
|
|
<value>bnRight</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnRSRight.Parent" xml:space="preserve">
|
|
|
|
<value>pnlSticks</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="fLPActionButtons.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>0, 0</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBLowBlueBar.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>325, 5</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tSMIDPadInvertedX.Name" xml:space="preserve">
|
|
|
|
<value>tSMIDPadInvertedX</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftLSLeft.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnEditAction.Text" xml:space="preserve">
|
|
|
|
<value>Edit Action</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBShiftLight.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>8, 8</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbPercentFlashBar.Parent" xml:space="preserve">
|
|
|
|
<value>gBLightbar</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBBlueBar.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBDelayTracker.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBShiftSticks.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
|
|
|
|
<value>StretchImage</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbR2Track.Text" xml:space="preserve">
|
|
|
|
<value>R2</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnLSUp.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lb6Gryo.Text" xml:space="preserve">
|
|
|
|
<value>Gyro</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnTouchLeft.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>84, 40</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBTap.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbR2.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>21, 13</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftOptions.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>11, 21</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBRSDeadzone.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
|
|
<value>
|
|
|
|
iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAYAAAA8AXHiAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH
|
|
|
|
DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp
|
|
|
|
bGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZE
|
|
|
|
sRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTs
|
|
|
|
AIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4
|
|
|
|
JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR
|
|
|
|
3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQd
|
|
|
|
li7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtF
|
|
|
|
ehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGX
|
|
|
|
wzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNF
|
|
|
|
hImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH55
|
|
|
|
4SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJ
|
|
|
|
VgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB
|
|
|
|
5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyC
|
|
|
|
qbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiE
|
|
|
|
j6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I
|
|
|
|
1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9
|
|
|
|
rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhG
|
|
|
|
fDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFp
|
|
|
|
B+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJ
|
|
|
|
yeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJC
|
|
|
|
YVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQln
|
|
|
|
yfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48v
|
|
|
|
vacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0Cvp
|
|
|
|
vfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15L
|
|
|
|
Wytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AA
|
|
|
|
bWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0z
|
|
|
|
llmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHW
|
|
|
|
ztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5s
|
|
|
|
xybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6
|
|
|
|
eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPw
|
|
|
|
YyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmR
|
|
|
|
XVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNm
|
|
|
|
WS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wl
|
|
|
|
xqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2
|
|
|
|
dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8
|
|
|
|
V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33za
|
|
|
|
Eb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2v
|
|
|
|
Tqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqb
|
|
|
|
PhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/
|
|
|
|
0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h
|
|
|
|
/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavr
|
|
|
|
XTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxS
|
|
|
|
fNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+
|
|
|
|
tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/
|
|
|
|
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAALEwAACxMBAJqcGAAACK5JREFUeF7t3T2P1FYU
|
|
|
|
xvFNlSWpaWkokLamIBISigTN5gPwDdACQqkRJVJICdTbRqKggZY6K0WiodrQIBFp6ZeOFEvO38xOZuzH
|
|
|
|
M3659tiep/hJy2F2fH3PYRjb92Xn687OttoNe2E/HITH4TC8DkfhOJyE0/AlnM3wMzH+jtfwWn6H3+U9
|
|
|
|
eC/ek/fmGOrYkyeDE/RD+CncCc/Dm/BP+NoxjsGxOCbHpg20RbVxUmRwAr4LJPHX8Ef4O6jEbwJtoU20
|
|
|
|
jTbSVnUOoyaDI/Vj+CX8Hv4MKqlDRFtpM23nHNS5jY4MjszP4bfwV1CJGxPOgXPhnNS5joYMjsClcDfw
|
|
|
|
pfnfoJI0ZpwT58Y5cq6qDwZNBgfsauDK611QCZkizpVz5txVnwySDA7Q9fA09HElN1ScO31AX6g+GhQZ
|
|
|
|
HJBrgc78FFRnbyP6gj6hb1SfDYIMDsCVwMf/h6A61771DX1EX6k+3CgZ3CBuHt4LU7jC6wt9RZ8N6sar
|
|
|
|
DG7IrfAiqM6z9eg7+lD1be9ksGcXw6PwMagOs+roQ/qSPlV93RsZ7NHN8DKoTrLm6FP6VvV5L2SwBzwf
|
|
|
|
exDeB9Ux1h59Sx9v5FmkDHbscngWVGdYevQ1fa5y0RkZ7NCN8CqoDrDu0Of0vcpJJ2SwI7fD26BO3LpH
|
|
|
|
35MDlZvkZLAD94Ov+jaPHJALlaOkZDCxh+FzUCdq/SMX5ETlKhkZTOT7wCMHdXK2eeSGHKnctSaDCVwI
|
|
|
|
T4I6IRsOckSuVA5bkcGW+FfgohoPcpX8k0sGW/J/f+NDzlQuG5PBFvhSqBpuw5f0C70MNsRlrK/+xovc
|
|
|
|
JbsVIYMNcOPN96nGjxwmuYkqgzXxqMB31KeDXLZ+/CODNfBw08/+poectnpwLYMVMRzDoxSmi9w2HnIj
|
|
|
|
gxUx1kc1yKaDHKvcryWDFTA60YP0po8cNxqJKoNrMJ7aw4m3B7muPYZeBtdgsL5qgE0XOVe1UEoGV2B6
|
|
|
|
ke9XbR9yXmtqmQyWYEKk5/1tL3JfeVKsDJZgtq06oG0PakDVRoEMCqwP4GnvRg1UWitCBgUPhbFzlYbY
|
|
|
|
yGAOy+V41Rc7Ry2sXUJJBnNYi0kdwLYXNaFqZU4GF7B6nBc9szxqYuXKgjK4wJ9WVmblp5YMzrCY6jav
|
|
|
|
+WmrURulC+7K4IyvBG2d0itEGQysLb5NS15bM9SIXIe+EJhh4Xr1RmZ51EqhhgqBGXZFUG9ilketFGqo
|
|
|
|
EAjs4zLFbUSsG9RKYe+fpT/MsEmQegOzMtTMUh0t/SGwrZkfNltd1MzSlniLRQX2zFO/aLYOtTOvpcWi
|
|
|
|
Ahsyql8yW4famdfSYlExh2xMO5PasFA783mIi4XF/sTqF8yqooYKhcXm1+rFZlVRQ4XCYmd19WKzqqih
|
|
|
|
pcJi9gXb9qsXm1VFDWUzec4Ly9+vLJXse9Z5Yd2ZBc3aopbip2+ez4JmbVFL8dM3b2ZBs7aopfhpZ2c3
|
|
|
|
eAiypUIt7VJYewtBsxT2KKz9XNCsrX0K6yAXNGvrgMLybBxL7TGFdZgLmrV1SGF54oSl9prCOsoFzdo6
|
|
|
|
orCOc0Gzto4prJNc0KytEwrrNBc0a+uUwvqSC5q19YXCOssFzdo6c2FZF7LC8n+Fllr2X6G/vFtq2Zd3
|
|
|
|
326w1LLbDb5BaqllN0j9SMdSyx7p+CG0pZY9hPawGUstGzbjgX6WWjbQz0OTLbVsaLInU1hq2WQKT/+y
|
|
|
|
1LLpX56wainNJ6zCU+wtlfkUe3hREEtlaVEQL2NkqSwtY+SF1yyVpYXXvFSkpVBYKhJe3NbaKixuCy/H
|
|
|
|
bW3J5bj9Pcvayr5fYbGwvOWJtVG65Qm8SZM1VbpJE7ytnDW1cls5b4RpTazdCBPeutfqWrt1L7zZuNVR
|
|
|
|
ebNxeIKFVUWtFGqoEJi5G9SbmOVRK4UaKgRmLoV3Qb2R2TlqhFop1FAhsMCzd2wdakTVjg7OXA0esmxl
|
|
|
|
qA1qRNWODi54GtSbmlEbqmYyMrjgevgU1Bvb9qImqA1VMxkZzPGnluWt/LSCDOZcCx+COoBtH2qBmlC1
|
|
|
|
MieDgq8Q7VzpleAiGRSuBD+cNmqAWlA1skQGS9wL6mC2PagBVRsFMliC2RcvgjqgTR+5z2bgVCGDK9wK
|
|
|
|
H4M6sE0XOSf3qiYkGVzjUVAHt+ki56oWSsngGhfDy6AaYNNDrsm5qoVSMljBzfA+qIbYdJBjcq1qYCUZ
|
|
|
|
rOhBUI2x6SDHKvdryWBFzCF7FlSDbPzI7XyeYF0yWMPl8Cqohtl4kVNyq3JeiQzWdCO8DaqBNj7kkpyq
|
|
|
|
XFcmgw3cDr6/NX7kkFyqHNcigw3dD5+DarANH7kjhyq3tclgCw+DarQNH7lTOW1EBlvyEJvxqTQUpg4Z
|
|
|
|
bOn78CSoE7DhIVfkTOWyMRlM4EJwcQ0fOSJXKoetyGAi/Cvwf4vDRW6Sf1Kdk8HE+FLoq8XhIBdJv6gr
|
|
|
|
MtgBLmN9n2vzyEGyWwqryGBHuPHmO/SbQ98nuflZhQx2iEcFfrbYP/q89WOaOmSwYzzc9KiI/tDXrR4o
|
|
|
|
NyGDPWA4BmN9PFiwO/Qtfdx46EsbMtgjRid6mHN69GmjkZ+pyGDPGE/NYH1fNbZHH9KXtceopyaDG8L0
|
|
|
|
Is9bbI6+qzVFq0syuEFMiGS2rafzV0df0WeVJ5P2QQYHgPUBeOTgVW7K0Tf0UaW1FPomgwPCcjmsxeTF
|
|
|
|
3/5HX9Ana5cS2iQZHCBWj6Mzt3lNVM6dPli5kt5QyOCAsZgqH//btFQ458o5ly4kO0QyOAKsLc7C9eyK
|
|
|
|
MMXtWTgnzo1zlOuoD50Mjgz7uLBJ0BSuJDkHzqWwN83YyOBIsa0Ze+axIeOYdoqlrbSZti9tzTZmMjgB
|
|
|
|
PB9jf2I2v2ZndbbtV0ndBNpCm2gbbdzIs7yuyeAEcfOQJN4Jz8Ob0McVJsfgWByTY9OGQd3I7IoMbond
|
|
|
|
sBf2w0Hgyusw8KX5KByHk3AavoSzGX4mxt/xGl7L7/C7vAfvxXvy3hxDHXvidnb+AyTfWAn9iVGiAAAA
|
|
|
|
AElFTkSuQmCC
|
|
|
|
</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBTap.ZOrder" xml:space="preserve">
|
|
|
|
<value>5</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbLS.ZOrder" xml:space="preserve">
|
|
|
|
<value>10</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tBLowGreenBar.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbR2Track.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>216</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnSATrack.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lVActions.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>0, 65</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftUp.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnShiftLightbar.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftMain</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBScroll.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>52, 17</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>fLPShiftTouchSwipe.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftLSUp.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>23, 11</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbSixaxisZ.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>167, 32</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbL2Track.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>216</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBGreenBar.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnLSTrack.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftLeft.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbInputDelay.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>7, 7</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBR2.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>244</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tBLowBlueBar.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDTap.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>60, 50</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lowColorChooserButton.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>44, 9</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lb6Accel.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnShiftFullView.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>184</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftR1.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftSwipeDown.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnRumbleLightTest.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBControls.Items19" xml:space="preserve">
|
|
|
|
<value>Multitouch :</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftL3.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBLowGreenBar.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftTouchUpper.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pnlShiftSticks.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>7, 41</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnLeftStick.Name" xml:space="preserve">
|
|
|
|
<value>btnLeftStick</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBsixaxisGyroY.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>3, 49</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lb6Gryo.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnR3.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lVActions.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cHAction.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDRSCurve.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>146, 2</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbShiftRed.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>158</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tPControls.Parent" xml:space="preserve">
|
|
|
|
<value>tabControls</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnPS.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbSATrack.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>TopCenter</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbRSTrack.Parent" xml:space="preserve">
|
|
|
|
<value>tPController</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBShiftControl.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>192</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="MouseToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>117, 22</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBIdleDisconnect.Text" xml:space="preserve">
|
|
|
|
<value>Idle Disconnect</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBShiftControl.Items23" xml:space="preserve">
|
|
|
|
<value>Sixaxis Down</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbspc.AutoSize" type="System.Boolean, mscorlib">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>True</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnLSDown.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>36, 120</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftCross.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftCross</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lBShiftControls.Items10" xml:space="preserve">
|
|
|
|
<value>PS :</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnRemAction.Text" xml:space="preserve">
|
|
|
|
<value>Remove Action</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftTouchUpper.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBRSDeadzone.Visible" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnGyroXN.Text" xml:space="preserve">
|
|
|
|
<value>Tilt Right</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnLSLeft.ZOrder" xml:space="preserve">
|
|
|
|
<value>6</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbPercentFlashBar.Text" xml:space="preserve">
|
|
|
|
<value>%</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lBControls.Items2" xml:space="preserve">
|
|
|
|
<value>Square :</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>pBRainbow.Parent" xml:space="preserve">
|
|
|
|
<value>gBLightbar</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnShiftLeftStick.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBlowerRCOn.Name" xml:space="preserve">
|
|
|
|
<value>cBlowerRCOn</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBDelayTracker.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>112, 9</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnPS.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>nUDRS.Parent" xml:space="preserve">
|
|
|
|
<value>tPDeadzone</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBShiftControls.Items2" xml:space="preserve">
|
|
|
|
<value>Sqaure :</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnR3.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>168</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbControlTip.Text" xml:space="preserve">
|
|
|
|
<value>Click a part of the controller to change action
|
|
|
|
Click the lightbar for color picker</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBTouchpadJitterCompensation.Parent" xml:space="preserve">
|
|
|
|
<value>gBTouchpad</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBMouseAccel.Parent" xml:space="preserve">
|
|
|
|
<value>gBOther</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftSwipeLeft.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>175, 3</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftRSLeft.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftRight.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>55, 61</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftPS.ZOrder" xml:space="preserve">
|
|
|
|
<value>21</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDSX.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>202</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="gBLightbar.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>443, 85</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbRSCurve.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>205</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>fLPTiltControls.Name" xml:space="preserve">
|
|
|
|
<value>fLPTiltControls</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbButtonMouseSens.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftLSDown.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftLSDown</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnDown.ZOrder" xml:space="preserve">
|
|
|
|
<value>14</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDRS.ZOrder" xml:space="preserve">
|
|
|
|
<value>6</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbLowBlue.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnL2.ZOrder" xml:space="preserve">
|
|
|
|
<value>21</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbLowRed.Text" xml:space="preserve">
|
|
|
|
<value>R</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBProgram.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
|
|
|
|
<value>Zoom</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftRSRight.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbSATip.Text" xml:space="preserve">
|
|
|
|
<value>Sixaxis: X axis is flipped for easier reading</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbHold.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbSixaxisZ.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnShiftRSDown.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftRight.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>82</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnTouchLeft.Name" xml:space="preserve">
|
|
|
|
<value>bnTouchLeft</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnL1.ZOrder" xml:space="preserve">
|
|
|
|
<value>17</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>gBOther.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lBShiftControls.Items30" xml:space="preserve">
|
|
|
|
<value>Sixaxis Down :</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbRS.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>ABXYToolStripMenuItem.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnRSUp.Parent" xml:space="preserve">
|
|
|
|
<value>pnlSticks</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbShiftGreen.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>159</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbPercentRumble.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>15, 13</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDSX.Parent" xml:space="preserve">
|
|
|
|
<value>tPDeadzone</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftL1.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>nUDTouch.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tPCurve.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>4, 22</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnLSDown.Name" xml:space="preserve">
|
|
|
|
<value>bnLSDown</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnTouchUpper.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbR2Track.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="nUDRS.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>49, 20</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnRSLeft.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbFlashAt.Parent" xml:space="preserve">
|
|
|
|
<value>gBLightbar</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBMouseAccel.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnOptions.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>84</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pnlFull.Name" xml:space="preserve">
|
|
|
|
<value>pnlFull</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnGyroXP.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tBsixaxisAccelX.Name" xml:space="preserve">
|
|
|
|
<value>tBsixaxisAccelX</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLSCurve.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>6, 4</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnGyroZN.Name" xml:space="preserve">
|
|
|
|
<value>bnGyroZN</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>890, 361</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbEmpty.Text" xml:space="preserve">
|
|
|
|
<value>Empty:</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftCircle.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnRight.Parent" xml:space="preserve">
|
|
|
|
<value>pnlMain</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnRemAction.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>136, 23</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbActionsTip.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBControls.Items14" xml:space="preserve">
|
|
|
|
<value>R2 :</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="$this.MinimumSize" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>99, 96</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tPController.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>4, 22</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBControls.Items24" xml:space="preserve">
|
|
|
|
<value>Left Stick Right :</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftRSRight.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>13, 23</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnCircle.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnDown.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>44, 73</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBControllerInput.Text" xml:space="preserve">
|
|
|
|
<value>for Mapping and readout</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftGyroZP.Text" xml:space="preserve">
|
|
|
|
<value>Tilt Down</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftLSLeft.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>fLPTouchSwipe.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbRed.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>158</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tPShiftMod.Name" xml:space="preserve">
|
|
|
|
<value>tPShiftMod</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnShiftRSUp.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-13 21:12:03 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnSwipeRight.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>250</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBControls.Items29" xml:space="preserve">
|
|
|
|
<value>Sixaxis Up :</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-13 21:12:03 +01:00
|
|
|
<data name="cBIdleDisconnect.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>100, 17</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>btnLSTrack.Parent" xml:space="preserve">
|
|
|
|
<value>tPController</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbSixaxisX.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>49, 13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnFullView.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tSMIRSInverted.Name" xml:space="preserve">
|
|
|
|
<value>tSMIRSInverted</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tBsixaxisAccelX.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>219</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftL2.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>90</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnSwipeUp.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbShiftTPSwipes.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>59, 26</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbSATip.Name" xml:space="preserve">
|
|
|
|
<value>lbSATip</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>LSToolStripMenuItem.Name" xml:space="preserve">
|
|
|
|
<value>LSToolStripMenuItem</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBDinput.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDR2.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>202</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lVActions.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>428, 151</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftR1.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>43, 15</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pnlLowBattery.Parent" xml:space="preserve">
|
|
|
|
<value>gBLightbar</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tPCurve.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbSATrack.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="RSToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>117, 22</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbRSTip.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDRS.Name" xml:space="preserve">
|
|
|
|
<value>nUDRS</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lBShiftControls.ZOrder" xml:space="preserve">
|
|
|
|
<value>5</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbLowGreen.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBWhileCharging.Items" xml:space="preserve">
|
|
|
|
<value>Normal</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tPControls.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftSwipeDown.Parent" xml:space="preserve">
|
|
|
|
<value>fLPShiftTouchSwipe</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbGreen.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnRight.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>55, 61</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBFlushHIDQueue.Name" xml:space="preserve">
|
|
|
|
<value>cBFlushHIDQueue</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="pBSticks.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>161</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnSwipeDown.Parent" xml:space="preserve">
|
|
|
|
<value>fLPTouchSwipe</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>openFileDialog1.Name" xml:space="preserve">
|
|
|
|
<value>openFileDialog1</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBsixaxisAccelY.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLSCurvePercent.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>84, 4</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnUp.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>NoControl</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBShiftGreenBar.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>100, 20</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftGyroXP.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="numUDMouseSens.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>49, 20</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tBShiftGreenBar.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftTouchLeft.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>84, 40</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tSMIRSInvertedY.Text" xml:space="preserve">
|
|
|
|
<value>Inverted Y</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftSquare.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBSADeadzone.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>348, 136</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBShiftSticks.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>0, 1</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftLeft.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftMain</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbShiftGryo.Name" xml:space="preserve">
|
|
|
|
<value>lbShiftGryo</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBBlueBar.Name" xml:space="preserve">
|
|
|
|
<value>tBBlueBar</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnRSLeft.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>169</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbL2Track.Type" xml:space="preserve">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbGreen.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBR2.Parent" xml:space="preserve">
|
|
|
|
<value>tPController</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="gBRumble.Text" xml:space="preserve">
|
|
|
|
<value>Rumble</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnCircle.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnGyroZP.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>250</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lb6Gryo.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>29, 13</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="fLPActionButtons.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>15</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tBLowBlueBar.Name" xml:space="preserve">
|
|
|
|
<value>tBLowBlueBar</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbtoUse.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnShiftRightStick.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBFlushHIDQueue.AccessibleName" xml:space="preserve">
|
|
|
|
<value>flushHIDQueue</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnLSRight.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>65, 92</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbControlTip.ZOrder" xml:space="preserve">
|
|
|
|
<value>5</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbShiftBlue.Name" xml:space="preserve">
|
|
|
|
<value>lbShiftBlue</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lBShiftControls.Items18" xml:space="preserve">
|
|
|
|
<value>Upper Touch : </value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbUseController.ZOrder" xml:space="preserve">
|
|
|
|
<value>5</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLS.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>6, 34</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pnlSticks.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>187</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="fLPShiftTouchSwipe.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>72, 219</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tSMIMouseInverted.Text" xml:space="preserve">
|
|
|
|
<value>Inverted</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cbStartTouchpadOff.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="pBProgram.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>189, 96</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbGreen.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBShiftSticks.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnGyroZN.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnLSUp.Text" xml:space="preserve">
|
|
|
|
<value>Left Y-Axis-</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbtoUse.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbBlue.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftCircle.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>16, 17</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBShiftControl.Items19" xml:space="preserve">
|
|
|
|
<value>Upper Touch</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbRS.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>87, 34</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbSATrack.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pnlActions.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>428, 216</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnTouchUpper.Parent" xml:space="preserve">
|
|
|
|
<value>pnlMain</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="gBRumble.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>247</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBsixaxisGyroX.Name" xml:space="preserve">
|
|
|
|
<value>tBsixaxisGyroX</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbUseController.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnRSLeft.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>165, 92</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftDown.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBTPforControls.Parent" xml:space="preserve">
|
|
|
|
<value>gBOther</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>gBLightbar.Name" xml:space="preserve">
|
|
|
|
<value>gBLightbar</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbSATip.Parent" xml:space="preserve">
|
|
|
|
<value>tPController</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnGyroXN.Name" xml:space="preserve">
|
|
|
|
<value>bnGyroXN</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pnlActions.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbGyro.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftR3.ZOrder" xml:space="preserve">
|
|
|
|
<value>11</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="DpadToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>Dpad</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBSADeadzone.ZOrder" xml:space="preserve">
|
|
|
|
<value>11</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBShiftControls.Items31" xml:space="preserve">
|
|
|
|
<value>Sixaxis Left :</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDRSCurve.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>wScanCodeWASDToolStripMenuItem.Name" xml:space="preserve">
|
|
|
|
<value>wScanCodeWASDToolStripMenuItem</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tSMIDPadInvertedX.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnTouchRight.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>190</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lb6Accel.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>34, 13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLowBlue.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbWhileCharging.ZOrder" xml:space="preserve">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<value>2</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnShiftGyroXP.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>250</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLowRed.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnEditAction.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-13 21:12:03 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnSwipeRight.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>80, 23</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbUseController.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>7, 75</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBShiftControl.Items" xml:space="preserve">
|
|
|
|
<value>(nothing)/shift off</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBTPforControls.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>257</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnRSUp.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>23, 11</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnGyroZN.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>80, 23</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBsixaxisGyroZ.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>220</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBLowBlueBar.Parent" xml:space="preserve">
|
|
|
|
<value>pnlLowBattery</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBShiftGreenBar.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>196, 31</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnPS.ZOrder" xml:space="preserve">
|
|
|
|
<value>19</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbEmpty.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>7, 9</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftSwipeRight.Parent" xml:space="preserve">
|
|
|
|
<value>fLPShiftTouchSwipe</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftR3.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>23, 23</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBDoubleTap.Text" xml:space="preserve">
|
|
|
|
<value>Double Tap</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>fLPShiftTouchSwipe.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnLSLeft.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbRed.Parent" xml:space="preserve">
|
|
|
|
<value>pnlFull</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftGyroZP.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-13 21:12:03 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDL2.Parent" xml:space="preserve">
|
|
|
|
<value>tPDeadzone</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftCircle.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftMain</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbSixaxisX.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftLSUp.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftPS.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>defaultToolStripMenuItem.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBIdleDisconnect.Name" xml:space="preserve">
|
|
|
|
<value>cBIdleDisconnect</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbRSTrack.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>151, 88</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbspc.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>223, 19</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbIdleMinutes.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>200</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftCircle.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbShiftRed.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>57, 33</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lb6Accel.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>215</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>nUDLS.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftRSDown.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftL1.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnUp.Parent" xml:space="preserve">
|
|
|
|
<value>pnlMain</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tPShiftMod.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>1</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBRedBar.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>pnlShiftSticks.ZOrder" xml:space="preserve">
|
|
|
|
<value>9</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pnlMain.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>7, 41</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lb6Accel.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftRSLeft.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>169</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pnlShiftMain.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnLeft.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>83</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnR2.Parent" xml:space="preserve">
|
|
|
|
<value>pnlMain</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbShiftTPSwipes.Parent" xml:space="preserve">
|
|
|
|
<value>tPShiftMod</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnSwipeRight.Name" xml:space="preserve">
|
|
|
|
<value>bnSwipeRight</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBIdleDisconnect.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>7, 45</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnLSTrack.Enabled" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBsixaxisAccelZ.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnSwipeDown.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbRed.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="btnRumbleHeavyTest.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="tBsixaxisGyroY.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>49, 19</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnEditAction.Parent" xml:space="preserve">
|
|
|
|
<value>fLPActionButtons</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBControls.Items13" xml:space="preserve">
|
|
|
|
<value>L2 :</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDTap.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>227</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBControls.Items23" xml:space="preserve">
|
|
|
|
<value>Left Stick Left :</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnLSUp.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lowColorChooserButton.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>13, 13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnRSLeft.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftTriangle.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>188, 45</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbRed.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>15, 13</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftR3.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBDinput.Text" xml:space="preserve">
|
|
|
|
<value>Use Dinput only</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="ArrowKeysToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>Arrow Keys</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbButtonMouseSens.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>5, 17</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftPS.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDflashLED.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbPercentRumble.Parent" xml:space="preserve">
|
|
|
|
<value>gBRumble</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="wScanCodeWASDToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>w/ Scan Code</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLS.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>20, 13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbL2Track.Name" xml:space="preserve">
|
|
|
|
<value>lbL2Track</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-17 19:29:22 +01:00
|
|
|
<data name=">>lbFlashAt.Name" xml:space="preserve">
|
|
|
|
<value>lbFlashAt</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbFull.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbTPSwipes.Name" xml:space="preserve">
|
|
|
|
<value>lbTPSwipes</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftDown.ZOrder" xml:space="preserve">
|
|
|
|
<value>14</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbShiftGryo.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>5, 192</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftR2.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbShiftTPSwipes.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBDinput.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>329, 102</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbRS.ZOrder" xml:space="preserve">
|
|
|
|
<value>9</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBController.Name" xml:space="preserve">
|
|
|
|
<value>pBController</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnTouchMulti.Text" xml:space="preserve">
|
|
|
|
<value>Right Mouse Button</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnCircle.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>71</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLS.AutoSize" type="System.Boolean, mscorlib">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>True</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBDoubleTap.Parent" xml:space="preserve">
|
|
|
|
<value>gBTouchpad</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnShiftLeftStick.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftMain</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pnlShiftMain.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>249, 137</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLSTrack.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>5, 88</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftTouchLeft.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBFlushHIDQueue.Text" xml:space="preserve">
|
|
|
|
<value>Flush HID
|
|
|
|
</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBsixaxisGyroZ.ZOrder" xml:space="preserve">
|
|
|
|
<value>5</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnL2.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnRSLeft.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>11, 23</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftTouchLeft.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>25, 35</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftGyroZP.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>89, 3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBShiftRedBar.Name" xml:space="preserve">
|
|
|
|
<value>tBShiftRedBar</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBBlueBar.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>325, 4</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBMouseAccel.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>169, 17</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbPercentRumble.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>207</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbRS.Parent" xml:space="preserve">
|
|
|
|
<value>tPDeadzone</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnOptions.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBShiftSticks.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnR2.ZOrder" xml:space="preserve">
|
|
|
|
<value>22</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbActionsTip.Parent" xml:space="preserve">
|
|
|
|
<value>fLPActionButtons</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBIdleDisconnect.Parent" xml:space="preserve">
|
|
|
|
<value>gBOther</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnR1.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>175, 13</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnShiftLeftStick.Name" xml:space="preserve">
|
|
|
|
<value>btnShiftLeftStick</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbL2Track.AutoSize" type="System.Boolean, mscorlib">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>True</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDScroll.Parent" xml:space="preserve">
|
|
|
|
<value>gBTouchpad</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftOptions.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftOptions</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbLSCurve.Name" xml:space="preserve">
|
|
|
|
<value>lbLSCurve</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbShift.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>7, 33</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBTouchpadJitterCompensation.Name" xml:space="preserve">
|
|
|
|
<value>cBTouchpadJitterCompensation</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnSwipeRight.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBLowRedBar.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="pnlLowBattery.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>435, 29</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnRumbleLightTest.Text" xml:space="preserve">
|
|
|
|
<value>Test Light</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBScroll.Name" xml:space="preserve">
|
|
|
|
<value>cBScroll</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftRSLeft.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftSticks</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnRemAction.Parent" xml:space="preserve">
|
|
|
|
<value>fLPActionButtons</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnL3.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>23, 23</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbRSTip.ZOrder" xml:space="preserve">
|
|
|
|
<value>5</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnRSDown.Parent" xml:space="preserve">
|
|
|
|
<value>pnlSticks</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbShiftGryo.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnR2.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>89</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnGyroZN.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbRSTip.Text" xml:space="preserve">
|
|
|
|
<value>Right Stick</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBControllerInput.Parent" xml:space="preserve">
|
|
|
|
<value>gBOther</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDLS.Parent" xml:space="preserve">
|
|
|
|
<value>tPDeadzone</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBlowerRCOn.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnTouchMulti.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lBShiftControls.Items17" xml:space="preserve">
|
|
|
|
<value>Left Touch :</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnBrowse.Text" xml:space="preserve">
|
|
|
|
<value>Browse...</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnSwipeRight.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbActionsTip.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>MiddleCenter</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBFlushHIDQueue.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>73, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbShiftGryo.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>255</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBTouchpadJitterCompensation.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>224</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnTouchUpper.Name" xml:space="preserve">
|
|
|
|
<value>bnTouchUpper</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbLowBlue.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftGyroZN.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="lb6Gryo.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbShiftBlue.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShift</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBProgram.Parent" xml:space="preserve">
|
|
|
|
<value>gBOther</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftUp.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftMain</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnSATrack.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>3, 3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnGyroZP.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnUp.Name" xml:space="preserve">
|
|
|
|
<value>bnUp</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBDelayTracker.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>9, 9</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBLowBlueBar.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>100, 20</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBShiftControls.Items32" xml:space="preserve">
|
|
|
|
<value>Sixaxis Right :</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftTouchLeft.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDScroll.Name" xml:space="preserve">
|
|
|
|
<value>nUDScroll</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBShiftControl.Items24" xml:space="preserve">
|
|
|
|
<value>Sixaxis Left</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnLightbar.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>84, 7</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBShiftControl.Items14" xml:space="preserve">
|
|
|
|
<value>L2</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftR2.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>40, 13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lBShiftControls.Items6" xml:space="preserve">
|
|
|
|
<value>Up :</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>cMSPresets.Name" xml:space="preserve">
|
|
|
|
<value>cMSPresets</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tSMIRSInvertedX.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBBlueBar.Parent" xml:space="preserve">
|
|
|
|
<value>pnlFull</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnSwipeDown.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbShiftTPSwipes.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnTouchRight.Name" xml:space="preserve">
|
|
|
|
<value>bnTouchRight</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>ArrowKeysToolStripMenuItem.Name" xml:space="preserve">
|
|
|
|
<value>ArrowKeysToolStripMenuItem</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbspc.Parent" xml:space="preserve">
|
|
|
|
<value>gBLightbar</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnDown.Parent" xml:space="preserve">
|
|
|
|
<value>pnlMain</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftGyroXP.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbLowRed.Name" xml:space="preserve">
|
|
|
|
<value>lbLowRed</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pnlSixaxis.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>300, 88</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lBShiftControls.Items8" xml:space="preserve">
|
|
|
|
<value>Left :</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnRemAction.Name" xml:space="preserve">
|
|
|
|
<value>btnRemAction</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftTouchLeft.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftMain</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>fLPTiltControls.Parent" xml:space="preserve">
|
|
|
|
<value>tPControls</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftTriangle.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>73</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tPControls.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>428, 216</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbLSCurve.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name="pnlShiftSticks.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>191</value>
|
|
|
|
</data>
|
|
|
|
<data name="pBController.Enabled" type="System.Boolean, mscorlib">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>False</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbControlTip.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>181</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbSixaxisZ.ZOrder" xml:space="preserve">
|
|
|
|
<value>5</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnRSUp.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>171</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBlowerRCOn.RightToLeft" type="System.Windows.Forms.RightToLeft, System.Windows.Forms">
|
|
|
|
<value>No</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBProgram.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnL1.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbButtonMouseSens.Name" xml:space="preserve">
|
|
|
|
<value>lbButtonMouseSens</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbInputDelay.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>216</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbSATip.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>216</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBControls.Items5" xml:space="preserve">
|
|
|
|
<value>Share :</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnL1.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>88</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lVActions.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnLSDown.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>btnRumbleHeavyTest.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBLaunchProgram.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBLightbyBattery.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-13 21:12:03 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnTouchMulti.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tBsixaxisAccelY.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>218</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbShift.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBsixaxisGyroZ.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>49, 19</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBL2.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnShiftTouchRight.Text" xml:space="preserve">
|
|
|
|
<value>Fall Back</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnDown.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>81</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnChargingColor.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>49</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tSMIDPadInverted.Text" xml:space="preserve">
|
|
|
|
<value>Inverted</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbtoUse.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>84, 24</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="pBSADeadzone.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>gBTouchpad.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbLSTip.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>7, 56</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftRSRight.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>170</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnLSUp.Name" xml:space="preserve">
|
|
|
|
<value>bnLSUp</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBL2.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbGyro.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>253</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftR1.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>87</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="controlToolStripMenuItem.Enabled" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBShiftLight.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBRedBar.ZOrder" xml:space="preserve">
|
|
|
|
<value>4</value>
|
2014-09-15 04:37:14 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lb6Gryo.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>13, 5</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnRSUp.Name" xml:space="preserve">
|
|
|
|
<value>bnRSUp</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pnlFull.ZOrder" xml:space="preserve">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<value>11</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnRSDown.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBBlueBar.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>100, 20</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftTouchUpper.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftMain</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBTap.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbFull.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>225</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>fLPShiftTiltControls.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pnlMain.Parent" xml:space="preserve">
|
|
|
|
<value>tPControls</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnSATrack.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>361, 151</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftRight.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbRSCurve.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-13 21:12:03 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lowColorChooserButton.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBLaunchProgram.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="DpadToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>117, 22</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnTouchRight.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>139, 40</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pnlLowBattery.Name" xml:space="preserve">
|
|
|
|
<value>pnlLowBattery</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftLeft.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBShiftControl.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>cBFlushHIDQueue.Parent" xml:space="preserve">
|
|
|
|
<value>gBOther</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbPercentFlashBar.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDTouch.ZOrder" xml:space="preserve">
|
|
|
|
<value>4</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnRumbleLightTest.Parent" xml:space="preserve">
|
|
|
|
<value>gBRumble</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBShiftRedBar.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShift</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftTouchRight.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftL3.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftSticks</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
|
|
|
<value>96, 96</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnRight.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbtoUse.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>MiddleCenter</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBShiftLight.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShift</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnGyroXN.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbtoUse.Parent" xml:space="preserve">
|
|
|
|
<value>tPShiftMod</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnR3.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tBsixaxisGyroZ.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbSATip.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbLSTip.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>125, 31</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbShiftRed.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShift</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-17 19:29:22 +01:00
|
|
|
<data name="lbRSTip.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>151, 56</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftTouchRight.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2014-12-17 19:29:22 +01:00
|
|
|
<data name="lbRSTip.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>125, 31</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="defaultToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>Default</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnRSUp.ZOrder" xml:space="preserve">
|
|
|
|
<value>5</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBTap.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>8, 50</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnShiftTouchUpper.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>79, 16</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDSZ.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tSMIDPadInverted.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>127, 22</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnLeft.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>31, 61</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbGreen.Name" xml:space="preserve">
|
|
|
|
<value>lbGreen</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tBShiftGreenBar.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnRightStick.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>NoControl</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftL3.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftL3</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftShare.Text" xml:space="preserve">
|
|
|
|
<value>Fall Back</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBShiftControls.Items5" xml:space="preserve">
|
|
|
|
<value>Share :</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDSZ.Name" xml:space="preserve">
|
|
|
|
<value>nUDSZ</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftGyroXP.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>175, 3</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftR1.Text" xml:space="preserve">
|
|
|
|
<value>Fall Back</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbR2.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="gBLightbar.Text" xml:space="preserve">
|
|
|
|
<value>Lightbar</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbBlue.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>14, 13</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBSlide.RightToLeft" type="System.Windows.Forms.RightToLeft, System.Windows.Forms">
|
|
|
|
<value>Yes</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDSZ.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>49, 20</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="btnRSTrack.Text" xml:space="preserve">
|
|
|
|
<value>button1</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnLSDown.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnShiftLightbar.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBControllerInput.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbHold.Name" xml:space="preserve">
|
|
|
|
<value>lbHold</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnEditAction.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBScroll.Text" xml:space="preserve">
|
|
|
|
<value>Scroll</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDSX.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBControls.Items9" xml:space="preserve">
|
|
|
|
<value>Right :</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbControlTip.Name" xml:space="preserve">
|
|
|
|
<value>lbControlTip</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tBRedBar.Parent" xml:space="preserve">
|
|
|
|
<value>pnlFull</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnNewAction.Parent" xml:space="preserve">
|
|
|
|
<value>fLPActionButtons</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftSwipeDown.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>89, 3</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBLightbyBattery.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>162</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBControls.Items1" xml:space="preserve">
|
|
|
|
<value>Circle :</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbWhileCharging.Text" xml:space="preserve">
|
|
|
|
<value>While Charging:</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBControls.Items3" xml:space="preserve">
|
|
|
|
<value>Triangle :</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="WASDToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>117, 22</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnShiftFullView.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBControls.Items4" xml:space="preserve">
|
|
|
|
<value>Options :</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBControls.Items7" xml:space="preserve">
|
|
|
|
<value>Down :</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lBControls.Items6" xml:space="preserve">
|
|
|
|
<value>Up :</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBTouchpadJitterCompensation.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDflashLED.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>43, 20</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLSCurve.Text" xml:space="preserve">
|
|
|
|
<value>LS</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDRS.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>203</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbL2Track.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>19, 13</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnSATrack.Text" xml:space="preserve">
|
|
|
|
<value>button1</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnRSLeft.ZOrder" xml:space="preserve">
|
|
|
|
<value>9</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbL2.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>196</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBR2.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>365, 3</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftGyroZN.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>250</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBShiftBlueBar.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShift</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnRSRight.Name" xml:space="preserve">
|
|
|
|
<value>bnRSRight</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pnlShift.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>1, 41</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBShiftControl.Items7" xml:space="preserve">
|
|
|
|
<value>Up</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tSMIRSInvertedX.Name" xml:space="preserve">
|
|
|
|
<value>tSMIRSInvertedX</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDSX.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>49, 20</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>pnlSticks.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnLSDown.Parent" xml:space="preserve">
|
|
|
|
<value>pnlSticks</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tBsixaxisGyroX.Parent" xml:space="preserve">
|
|
|
|
<value>pnlSixaxis</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftSwipeDown.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>250</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftSwipeDown.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnR1.Parent" xml:space="preserve">
|
|
|
|
<value>pnlMain</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbPercentRumble.Name" xml:space="preserve">
|
|
|
|
<value>lbPercentRumble</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBMouseAccel.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftTriangle.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>20, 16</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBTap.Parent" xml:space="preserve">
|
|
|
|
<value>gBTouchpad</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftLSLeft.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftLSLeft</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbGyro.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>5, 192</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftSwipeUp.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftSwipeUp</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnSwipeLeft.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnLSLeft.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnCircle.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>208, 60</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBControls.Items15" xml:space="preserve">
|
|
|
|
<value>L3 :</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftSwipeUp.Text" xml:space="preserve">
|
|
|
|
<value>Swipe Up</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBControls.Items25" xml:space="preserve">
|
|
|
|
<value>Right Stick Up :</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbPercentRumble.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBProgram.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>255</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbShiftGryo.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBLowBlueBar.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>12</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBControls.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>257, 7</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="$this.Text" xml:space="preserve">
|
|
|
|
<value>Profile Options</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBShiftControls.Items23" xml:space="preserve">
|
|
|
|
<value>Left Stick Left :</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBShiftController.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>245, 132</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbL2.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="toolStripSeparator1.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>114, 6</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>btnChargingColor.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnCircle.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pnlShiftMain.Parent" xml:space="preserve">
|
|
|
|
<value>tPShiftMod</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbWhileCharging.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-13 21:12:03 +01:00
|
|
|
<value>NoControl</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="gBOther.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>247</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbSATrack.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>125, 125</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftPS.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftPS</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnRumbleLightTest.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftUp.Text" xml:space="preserve">
|
|
|
|
<value>Fall Back</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnGyroXN.Parent" xml:space="preserve">
|
|
|
|
<value>fLPTiltControls</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbSixaxisX.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>167, 3</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDLS.RightToLeft" type="System.Windows.Forms.RightToLeft, System.Windows.Forms">
|
|
|
|
<value>No</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbFull.Name" xml:space="preserve">
|
|
|
|
<value>lbFull</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbSixaxisX.Text" xml:space="preserve">
|
|
|
|
<value>Sixaxis X</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBlowerRCOn.Text" xml:space="preserve">
|
|
|
|
<value>Lower Right as RMB</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbSixaxisX.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnRSUp.Text" xml:space="preserve">
|
|
|
|
<value>Right Y-Axis-</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBLSDeadzone.Name" xml:space="preserve">
|
|
|
|
<value>pBLSDeadzone</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLSCurvePercent.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnRightStick.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>151, 89</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>DpadToolStripMenuItem.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>nUDTap.Name" xml:space="preserve">
|
|
|
|
<value>nUDTap</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tPShiftMod.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbShiftRed.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftTouchMulti.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>192</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBLightbyBattery.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBSADeadzone.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>31, 31</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnSwipeUp.Name" xml:space="preserve">
|
|
|
|
<value>bnSwipeUp</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftLSDown.ZOrder" xml:space="preserve">
|
|
|
|
<value>10</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftR3.Text" xml:space="preserve">
|
|
|
|
<value>Fall Back</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnGyroZP.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnBrowse.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>253</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbPercentFlashBar.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>207</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbLSTrack.Parent" xml:space="preserve">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>tPController</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBTouchpadJitterCompensation.Text" xml:space="preserve">
|
|
|
|
<value>Jitter Compensation</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>bnShiftRSDown.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftSticks</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBSlide.Parent" xml:space="preserve">
|
|
|
|
<value>gBTouchpad</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftRSUp.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftRSUp</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBShiftControls.Items26" xml:space="preserve">
|
|
|
|
<value>Right Stick Down :</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftTouchMulti.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftMain</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBController.Parent" xml:space="preserve">
|
|
|
|
<value>pnlMain</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tBsixaxisAccelY.Parent" xml:space="preserve">
|
|
|
|
<value>pnlSixaxis</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnL3.Parent" xml:space="preserve">
|
|
|
|
<value>pnlSticks</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnRumbleLightTest.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>214</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbLowBlue.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBLowGreenBar.ZOrder" xml:space="preserve">
|
|
|
|
<value>5</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnFullView.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>184</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBShiftController.Name" xml:space="preserve">
|
|
|
|
<value>pBShiftController</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBLowRedBar.Parent" xml:space="preserve">
|
|
|
|
<value>pnlLowBattery</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnLightbar.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>91</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbtoUse.ZOrder" xml:space="preserve">
|
|
|
|
<value>7</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBRSDeadzone.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>9, 9</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnRSDown.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>172</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbBlue.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnTouchUpper.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tPControls.Text" xml:space="preserve">
|
|
|
|
<value>Controls</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftR2.Text" xml:space="preserve">
|
|
|
|
<value>Fall Back</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftL2.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbShift.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="wScanCodeWASDToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>147, 22</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBControllerInput.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbR2.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftTouchMulti.Text" xml:space="preserve">
|
|
|
|
<value>Fall Back</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnSwipeDown.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>80, 23</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbLowGreen.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>180, 9</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShare.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>85</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftPS.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>17, 17</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbL2.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnCircle.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbControlTip.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>219, 25</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbShiftBlue.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnRemAction.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftRSLeft.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>165, 92</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBSticks.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
|
|
|
|
<value>StretchImage</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBFlushHIDQueue.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnSwipeLeft.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBSADeadzone.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
|
|
<value>
|
|
|
|
iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAYAAAA8AXHiAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH
|
|
|
|
DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp
|
|
|
|
bGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZE
|
|
|
|
sRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTs
|
|
|
|
AIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4
|
|
|
|
JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR
|
|
|
|
3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQd
|
|
|
|
li7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtF
|
|
|
|
ehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGX
|
|
|
|
wzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNF
|
|
|
|
hImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH55
|
|
|
|
4SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJ
|
|
|
|
VgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB
|
|
|
|
5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyC
|
|
|
|
qbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiE
|
|
|
|
j6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I
|
|
|
|
1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9
|
|
|
|
rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhG
|
|
|
|
fDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFp
|
|
|
|
B+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJ
|
|
|
|
yeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJC
|
|
|
|
YVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQln
|
|
|
|
yfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48v
|
|
|
|
vacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0Cvp
|
|
|
|
vfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15L
|
|
|
|
Wytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AA
|
|
|
|
bWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0z
|
|
|
|
llmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHW
|
|
|
|
ztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5s
|
|
|
|
xybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6
|
|
|
|
eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPw
|
|
|
|
YyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmR
|
|
|
|
XVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNm
|
|
|
|
WS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wl
|
|
|
|
xqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2
|
|
|
|
dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8
|
|
|
|
V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33za
|
|
|
|
Eb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2v
|
|
|
|
Tqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqb
|
|
|
|
PhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/
|
|
|
|
0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h
|
|
|
|
/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavr
|
|
|
|
XTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxS
|
|
|
|
fNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+
|
|
|
|
tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/
|
|
|
|
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAALEwAACxMBAJqcGAAACK5JREFUeF7t3T2P1FYU
|
|
|
|
xvFNlSWpaWkokLamIBISigTN5gPwDdACQqkRJVJICdTbRqKggZY6K0WiodrQIBFp6ZeOFEvO38xOZuzH
|
|
|
|
M3659tiep/hJy2F2fH3PYRjb92Xn687OttoNe2E/HITH4TC8DkfhOJyE0/AlnM3wMzH+jtfwWn6H3+U9
|
|
|
|
eC/ek/fmGOrYkyeDE/RD+CncCc/Dm/BP+NoxjsGxOCbHpg20RbVxUmRwAr4LJPHX8Ef4O6jEbwJtoU20
|
|
|
|
jTbSVnUOoyaDI/Vj+CX8Hv4MKqlDRFtpM23nHNS5jY4MjszP4bfwV1CJGxPOgXPhnNS5joYMjsClcDfw
|
|
|
|
pfnfoJI0ZpwT58Y5cq6qDwZNBgfsauDK611QCZkizpVz5txVnwySDA7Q9fA09HElN1ScO31AX6g+GhQZ
|
|
|
|
HJBrgc78FFRnbyP6gj6hb1SfDYIMDsCVwMf/h6A61771DX1EX6k+3CgZ3CBuHt4LU7jC6wt9RZ8N6sar
|
|
|
|
DG7IrfAiqM6z9eg7+lD1be9ksGcXw6PwMagOs+roQ/qSPlV93RsZ7NHN8DKoTrLm6FP6VvV5L2SwBzwf
|
|
|
|
exDeB9Ux1h59Sx9v5FmkDHbscngWVGdYevQ1fa5y0RkZ7NCN8CqoDrDu0Of0vcpJJ2SwI7fD26BO3LpH
|
|
|
|
35MDlZvkZLAD94Ov+jaPHJALlaOkZDCxh+FzUCdq/SMX5ETlKhkZTOT7wCMHdXK2eeSGHKnctSaDCVwI
|
|
|
|
T4I6IRsOckSuVA5bkcGW+FfgohoPcpX8k0sGW/J/f+NDzlQuG5PBFvhSqBpuw5f0C70MNsRlrK/+xovc
|
|
|
|
JbsVIYMNcOPN96nGjxwmuYkqgzXxqMB31KeDXLZ+/CODNfBw08/+poectnpwLYMVMRzDoxSmi9w2HnIj
|
|
|
|
gxUx1kc1yKaDHKvcryWDFTA60YP0po8cNxqJKoNrMJ7aw4m3B7muPYZeBtdgsL5qgE0XOVe1UEoGV2B6
|
|
|
|
ke9XbR9yXmtqmQyWYEKk5/1tL3JfeVKsDJZgtq06oG0PakDVRoEMCqwP4GnvRg1UWitCBgUPhbFzlYbY
|
|
|
|
yGAOy+V41Rc7Ry2sXUJJBnNYi0kdwLYXNaFqZU4GF7B6nBc9szxqYuXKgjK4wJ9WVmblp5YMzrCY6jav
|
|
|
|
+WmrURulC+7K4IyvBG2d0itEGQysLb5NS15bM9SIXIe+EJhh4Xr1RmZ51EqhhgqBGXZFUG9ilketFGqo
|
|
|
|
EAjs4zLFbUSsG9RKYe+fpT/MsEmQegOzMtTMUh0t/SGwrZkfNltd1MzSlniLRQX2zFO/aLYOtTOvpcWi
|
|
|
|
Ahsyql8yW4famdfSYlExh2xMO5PasFA783mIi4XF/sTqF8yqooYKhcXm1+rFZlVRQ4XCYmd19WKzqqih
|
|
|
|
pcJi9gXb9qsXm1VFDWUzec4Ly9+vLJXse9Z5Yd2ZBc3aopbip2+ez4JmbVFL8dM3b2ZBs7aopfhpZ2c3
|
|
|
|
eAiypUIt7VJYewtBsxT2KKz9XNCsrX0K6yAXNGvrgMLybBxL7TGFdZgLmrV1SGF54oSl9prCOsoFzdo6
|
|
|
|
orCOc0Gzto4prJNc0KytEwrrNBc0a+uUwvqSC5q19YXCOssFzdo6c2FZF7LC8n+Fllr2X6G/vFtq2Zd3
|
|
|
|
326w1LLbDb5BaqllN0j9SMdSyx7p+CG0pZY9hPawGUstGzbjgX6WWjbQz0OTLbVsaLInU1hq2WQKT/+y
|
|
|
|
1LLpX56wainNJ6zCU+wtlfkUe3hREEtlaVEQL2NkqSwtY+SF1yyVpYXXvFSkpVBYKhJe3NbaKixuCy/H
|
|
|
|
bW3J5bj9Pcvayr5fYbGwvOWJtVG65Qm8SZM1VbpJE7ytnDW1cls5b4RpTazdCBPeutfqWrt1L7zZuNVR
|
|
|
|
ebNxeIKFVUWtFGqoEJi5G9SbmOVRK4UaKgRmLoV3Qb2R2TlqhFop1FAhsMCzd2wdakTVjg7OXA0esmxl
|
|
|
|
qA1qRNWODi54GtSbmlEbqmYyMrjgevgU1Bvb9qImqA1VMxkZzPGnluWt/LSCDOZcCx+COoBtH2qBmlC1
|
|
|
|
MieDgq8Q7VzpleAiGRSuBD+cNmqAWlA1skQGS9wL6mC2PagBVRsFMliC2RcvgjqgTR+5z2bgVCGDK9wK
|
|
|
|
H4M6sE0XOSf3qiYkGVzjUVAHt+ki56oWSsngGhfDy6AaYNNDrsm5qoVSMljBzfA+qIbYdJBjcq1qYCUZ
|
|
|
|
rOhBUI2x6SDHKvdryWBFzCF7FlSDbPzI7XyeYF0yWMPl8Cqohtl4kVNyq3JeiQzWdCO8DaqBNj7kkpyq
|
|
|
|
XFcmgw3cDr6/NX7kkFyqHNcigw3dD5+DarANH7kjhyq3tclgCw+DarQNH7lTOW1EBlvyEJvxqTQUpg4Z
|
|
|
|
bOn78CSoE7DhIVfkTOWyMRlM4EJwcQ0fOSJXKoetyGAi/Cvwf4vDRW6Sf1Kdk8HE+FLoq8XhIBdJv6gr
|
|
|
|
MtgBLmN9n2vzyEGyWwqryGBHuPHmO/SbQ98nuflZhQx2iEcFfrbYP/q89WOaOmSwYzzc9KiI/tDXrR4o
|
|
|
|
NyGDPWA4BmN9PFiwO/Qtfdx46EsbMtgjRid6mHN69GmjkZ+pyGDPGE/NYH1fNbZHH9KXtceopyaDG8L0
|
|
|
|
Is9bbI6+qzVFq0syuEFMiGS2rafzV0df0WeVJ5P2QQYHgPUBeOTgVW7K0Tf0UaW1FPomgwPCcjmsxeTF
|
|
|
|
3/5HX9Ana5cS2iQZHCBWj6Mzt3lNVM6dPli5kt5QyOCAsZgqH//btFQ458o5ly4kO0QyOAKsLc7C9eyK
|
|
|
|
MMXtWTgnzo1zlOuoD50Mjgz7uLBJ0BSuJDkHzqWwN83YyOBIsa0Ze+axIeOYdoqlrbSZti9tzTZmMjgB
|
|
|
|
PB9jf2I2v2ZndbbtV0ndBNpCm2gbbdzIs7yuyeAEcfOQJN4Jz8Ob0McVJsfgWByTY9OGQd3I7IoMbond
|
|
|
|
sBf2w0Hgyusw8KX5KByHk3AavoSzGX4mxt/xGl7L7/C7vAfvxXvy3hxDHXvidnb+AyTfWAn9iVGiAAAA
|
|
|
|
AElFTkSuQmCC
|
|
|
|
</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLSCurvePercent.Text" xml:space="preserve">
|
|
|
|
<value>%</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lBShiftControls.Name" xml:space="preserve">
|
|
|
|
<value>lBShiftControls</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tPShiftMod.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>3, 3, 3, 3</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBSticks.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>245, 132</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnRSRight.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftSwipeUp.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBShiftControl.Items5" xml:space="preserve">
|
|
|
|
<value>Options</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbShiftGryo.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftTouchLeft.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>191</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftRSRight.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBShiftControls.Items21" xml:space="preserve">
|
|
|
|
<value>Left Stick Up :</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="btnLightbar.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>79, 19</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLS.Text" xml:space="preserve">
|
|
|
|
<value>LS</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tSMIMouseInvertedX.Name" xml:space="preserve">
|
|
|
|
<value>tSMIMouseInvertedX</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tPCurve.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>3, 3, 3, 3</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShare.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnSwipeDown.Text" xml:space="preserve">
|
|
|
|
<value>Swipe Down</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tSMIRSInvertedY.Name" xml:space="preserve">
|
|
|
|
<value>tSMIRSInvertedY</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tSMIDPadInvertedY.Text" xml:space="preserve">
|
|
|
|
<value>Inverted Y</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbR2.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>197</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbShiftBlue.ZOrder" xml:space="preserve">
|
|
|
|
<value>4</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnBrowse.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>117, 98</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tPDeadzone.Parent" xml:space="preserve">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<value>tCSens</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbInputDelay.Name" xml:space="preserve">
|
|
|
|
<value>lbInputDelay</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftLSDown.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnShiftLeftStick.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftR3.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbShiftGreen.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>15, 13</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>btnNewAction.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="btnLSTrack.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>3, 3</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnLeftStick.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pnlMain.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>249, 137</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBsixaxisAccelY.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBGreenBar.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnGyroXP.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>80, 23</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbShiftGryo.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftL1.Text" xml:space="preserve">
|
|
|
|
<value>Fall Back</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftSquare.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftRSUp.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>171</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>bnShiftSwipeRight.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBSlide.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbSixaxisZ.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pnlShift.Visible" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tCSens.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBProgram.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>23, 23</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftCross.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>19, 17</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLowRed.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>15, 13</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="fLPShiftTiltControls.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>256</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBR2.Name" xml:space="preserve">
|
|
|
|
<value>tBR2</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbRSTip.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>MiddleCenter</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftOptions.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lb6Accel.Text" xml:space="preserve">
|
|
|
|
<value>Accel</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBShiftControls.Items24" xml:space="preserve">
|
|
|
|
<value>Left Stick Right :</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBGreenBar.ZOrder" xml:space="preserve">
|
|
|
|
<value>5</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBSlide.Text" xml:space="preserve">
|
|
|
|
<value>Slide</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbFull.Text" xml:space="preserve">
|
|
|
|
<value>Full:</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBDoubleTap.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-13 21:12:03 +01:00
|
|
|
<value>NoControl</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLSTrack.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnL1.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLSCurve.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnRSDown.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>183, 116</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>openFileDialog1.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tPController.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBL2.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>331, 3</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tCSens.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBControls.Items10" xml:space="preserve">
|
|
|
|
<value>PS :</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDSixaxis.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>29, 20</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbIdleMinutes.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lBControls.Items20" xml:space="preserve">
|
|
|
|
<value>Right Touch :</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnOptions.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>11, 21</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbspc.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tabControls.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftGyroXP.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lb6Accel.Name" xml:space="preserve">
|
|
|
|
<value>lb6Accel</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftSwipeLeft.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-13 21:12:03 +01:00
|
|
|
<value>NoControl</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnLSDown.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftTouchUpper.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>84, 25</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDRainbow.Name" xml:space="preserve">
|
|
|
|
<value>nUDRainbow</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnLSLeft.Text" xml:space="preserve">
|
|
|
|
<value>Left X-Axis-</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbShiftGryo.Parent" xml:space="preserve">
|
|
|
|
<value>tPShiftMod</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbShiftRed.Name" xml:space="preserve">
|
|
|
|
<value>lbShiftRed</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftTouchMulti.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftTouchMulti</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnGyroXN.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>261, 3</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbFlashAt.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>44, 13</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lBShiftControls.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftR1.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftR1</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLowBlue.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>14, 13</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbShiftGreen.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBsixaxisAccelZ.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>217</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>fLPTiltControls.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>cBTPforControls.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name="nUDTouch.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>40, 20</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbSixaxisZ.Text" xml:space="preserve">
|
|
|
|
<value>Sixaxis Z</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>btnRSTrack.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnLeftStick.Parent" xml:space="preserve">
|
|
|
|
<value>pnlMain</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tPControls.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBLaunchProgram.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>254</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnR1.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftLSLeft.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>11, 23</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBScroll.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBShiftControls.Items27" xml:space="preserve">
|
|
|
|
<value>Right Stick Left :</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnSwipeUp.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>3, 3</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBTPforControls.Name" xml:space="preserve">
|
|
|
|
<value>cBTPforControls</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBLightbyBattery.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>111, 17</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDTap.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>40, 20</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftL3.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>36, 92</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tSMIRSInvertedX.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>127, 22</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnL2.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>31, 0</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbRSTrack.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>125, 125</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnLeftStick.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tSMILSInverted.Text" xml:space="preserve">
|
|
|
|
<value>Inverted</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBSticks.Enabled" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lBControls.ZOrder" xml:space="preserve">
|
|
|
|
<value>4</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbShiftGreen.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnSquare.Name" xml:space="preserve">
|
|
|
|
<value>bnSquare</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftGyroZN.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnR2.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>175, 0</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>RSToolStripMenuItem.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftCross.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShare.Name" xml:space="preserve">
|
|
|
|
<value>bnShare</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBShiftControl.Items6" xml:space="preserve">
|
|
|
|
<value>Share</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftDown.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>44, 73</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBShiftControl.Items4" xml:space="preserve">
|
|
|
|
<value>Triangle</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbShiftRed.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-13 21:12:03 +01:00
|
|
|
<data name="cBShiftControl.Items2" xml:space="preserve">
|
|
|
|
<value>Circle</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-13 21:12:03 +01:00
|
|
|
<data name="cBShiftControl.Items3" xml:space="preserve">
|
|
|
|
<value>Square</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBShiftLight.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBShiftControl.Items1" xml:space="preserve">
|
|
|
|
<value>Cross</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBWhileCharging.Items3" xml:space="preserve">
|
|
|
|
<value>Color</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-13 21:12:03 +01:00
|
|
|
<data name="cBShiftControl.Items8" xml:space="preserve">
|
|
|
|
<value>Down</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-13 21:12:03 +01:00
|
|
|
<data name="cBShiftControl.Items9" xml:space="preserve">
|
|
|
|
<value>Left</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBShiftController.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>0, 0</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftGyroXN.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tPControls.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>0</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>ArrowKeysToolStripMenuItem.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbLSTrack.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>TopCenter</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBTap.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>230</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftSquare.Text" xml:space="preserve">
|
|
|
|
<value>Fall Back</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cbStartTouchpadOff.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>209, 20</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>pnlShift.Name" xml:space="preserve">
|
|
|
|
<value>pnlShift</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnFullView.Text" xml:space="preserve">
|
|
|
|
<value><- Back to full view</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnLSUp.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbShiftBlue.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftOptions.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftMain</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftSwipeUp.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>3, 3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tSMIDPadInvertedX.Text" xml:space="preserve">
|
|
|
|
<value>Inverted X</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbFull.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>7, 7</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftLSUp.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>fLPShiftTiltControls.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lb6Accel.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbWhileCharging.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbR2Track.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnL1.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>WASDToolStripMenuItem.Name" xml:space="preserve">
|
|
|
|
<value>WASDToolStripMenuItem</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbR2.Text" xml:space="preserve">
|
|
|
|
<value>R2</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tSMIRSInverted.Text" xml:space="preserve">
|
|
|
|
<value>Inverted</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBShiftControls.Items22" xml:space="preserve">
|
|
|
|
<value>Left Stick Down :</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftSwipeUp.Parent" xml:space="preserve">
|
|
|
|
<value>fLPShiftTouchSwipe</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnLSLeft.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>21, 92</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>numUDMouseSens.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbRed.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnRSDown.Name" xml:space="preserve">
|
|
|
|
<value>bnRSDown</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnRSLeft.Name" xml:space="preserve">
|
|
|
|
<value>bnRSLeft</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tSMILSInvertedY.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>127, 22</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBTouchpadJitterCompensation.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftR1.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnSwipeLeft.Text" xml:space="preserve">
|
|
|
|
<value>Swipe Left</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDRainbow.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>181, 16</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDRSCurve.Parent" xml:space="preserve">
|
|
|
|
<value>tPCurve</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftL2.Text" xml:space="preserve">
|
|
|
|
<value>Fall Back</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbHold.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftUp.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>11, 15</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBsixaxisAccelY.ZOrder" xml:space="preserve">
|
|
|
|
<value>6</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBShiftControl.Items25" xml:space="preserve">
|
|
|
|
<value>Sixaxis Right</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbR2.Parent" xml:space="preserve">
|
|
|
|
<value>tPDeadzone</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnCross.ZOrder" xml:space="preserve">
|
|
|
|
<value>6</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDTap.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnDown.Name" xml:space="preserve">
|
|
|
|
<value>bnDown</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>MouseToolStripMenuItem.Name" xml:space="preserve">
|
|
|
|
<value>MouseToolStripMenuItem</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftShare.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>11, 17</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnLightbar.Parent" xml:space="preserve">
|
|
|
|
<value>pnlMain</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>cBWhileCharging.Parent" xml:space="preserve">
|
|
|
|
<value>gBLightbar</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnL1.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBLowRedBar.ZOrder" xml:space="preserve">
|
|
|
|
<value>4</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBLowGreenBar.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>11</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftShare.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftMain</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tSMIMouseInvertedY.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>127, 22</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnRSTrack.ZOrder" xml:space="preserve">
|
|
|
|
<value>4</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnSATrack.Parent" xml:space="preserve">
|
|
|
|
<value>tPController</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDTap.Parent" xml:space="preserve">
|
|
|
|
<value>gBTouchpad</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>cbStartTouchpadOff.Name" xml:space="preserve">
|
|
|
|
<value>cbStartTouchpadOff</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tBShiftRedBar.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftLSLeft.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>21, 92</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbShiftBlue.Text" xml:space="preserve">
|
|
|
|
<value>B</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnOptions.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>167, 33</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnTriangle.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>73</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tBsixaxisAccelX.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnLightbar.ZOrder" xml:space="preserve">
|
|
|
|
<value>10</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tPShiftMod.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBShiftControl.Parent" xml:space="preserve">
|
|
|
|
<value>tPShiftMod</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnRSRight.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>209, 92</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftLSUp.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftSwipeUp.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>250</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tPSpecial.Parent" xml:space="preserve">
|
|
|
|
<value>tabControls</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbRSCurvePercent.Name" xml:space="preserve">
|
|
|
|
<value>lbRSCurvePercent</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pnlShiftMain.Name" xml:space="preserve">
|
|
|
|
<value>pnlShiftMain</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBShiftControls.Items25" xml:space="preserve">
|
|
|
|
<value>Right Stick Up :</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="WASDToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>WASD</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftSwipeRight.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftSwipeRight</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftTriangle.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pnlSixaxis.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>125, 125</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbHold.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>44, 7</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftR3.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>183, 92</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftSquare.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>gBRumble.Name" xml:space="preserve">
|
|
|
|
<value>gBRumble</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnTouchRight.Parent" xml:space="preserve">
|
|
|
|
<value>pnlMain</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>toolStripSeparator1.Name" xml:space="preserve">
|
|
|
|
<value>toolStripSeparator1</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBDelayTracker.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>243</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="WASDToolStripMenuItem.ShowShortcutKeys" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftTouchRight.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBWhileCharging.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>95, 105</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftTouchRight.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDScroll.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>164, 19</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tSMIRSInvertedX.Text" xml:space="preserve">
|
|
|
|
<value>Inverted X</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBLightbyBattery.Parent" xml:space="preserve">
|
|
|
|
<value>gBLightbar</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tPController.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>3, 3, 3, 3</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>bnL3.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnShiftFullView.Text" xml:space="preserve">
|
|
|
|
<value><- Back to full view</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftRSRight.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftSticks</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbRS.Name" xml:space="preserve">
|
|
|
|
<value>lbRS</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbLSTrack.Name" xml:space="preserve">
|
|
|
|
<value>lbLSTrack</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lowColorChooserButton.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="numUDMouseSens.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>241</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLSTip.Text" xml:space="preserve">
|
|
|
|
<value>Left Stick</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbR2.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftCross.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>187, 76</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLowRed.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnGyroZN.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>250</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLowGreen.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-13 21:12:03 +01:00
|
|
|
<value>NoControl</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbInputDelay.Text" xml:space="preserve">
|
|
|
|
<value>Input Delay: N/Ams</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnTouchRight.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftRSDown.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pnlShiftSticks.Parent" xml:space="preserve">
|
|
|
|
<value>tPShiftMod</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftRSLeft.Type" xml:space="preserve">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnLSUp.Parent" xml:space="preserve">
|
|
|
|
<value>pnlSticks</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbFull.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnUp.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnTouchLeft.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>25, 35</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBShiftController.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>1</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbHold.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>29, 13</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBShiftControl.Items12" xml:space="preserve">
|
|
|
|
<value>L1</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbTPSwipes.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftLSUp.ZOrder" xml:space="preserve">
|
|
|
|
<value>4</value>
|
|
|
|
</data>
|
|
|
|
<data name="lBShiftControls.Items28" xml:space="preserve">
|
2014-12-20 02:31:00 +01:00
|
|
|
<value>Right Stick Right :</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBShiftControls.Items20" xml:space="preserve">
|
|
|
|
<value>Right Touch :</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDSZ.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>222, 30</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBIdleDisconnect.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDSX.Name" xml:space="preserve">
|
|
|
|
<value>nUDSX</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbUseController.Text" xml:space="preserve">
|
|
|
|
<value>Use Controller</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftRSUp.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>183, 79</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbControlTip.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbShiftTPSwipes.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBsixaxisGyroZ.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>3, 79</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="nUDRumbleBoost.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>81, 14</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnUp.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>80</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>nUDL2.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="ABXYToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
2014-12-20 02:31:00 +01:00
|
|
|
<value>117, 22</value>
|
2014-10-21 04:31:13 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tabControls.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBRedBar.Name" xml:space="preserve">
|
|
|
|
<value>tBRedBar</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="pnlLowBattery.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>234</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLSCurve.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pnlSixaxis.Visible" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbShiftTPSwipes.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>5, 221</value>
|
|
|
|
</data>
|
|
|
|
<data name="nUDLSCurve.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>206</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBR2.RightToLeft" type="System.Windows.Forms.RightToLeft, System.Windows.Forms">
|
|
|
|
<value>Yes</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>btnRightStick.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>lbtoUse.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBLSDeadzone.Parent" xml:space="preserve">
|
|
|
|
<value>tPController</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBShiftControls.Items4" xml:space="preserve">
|
|
|
|
<value>Options :</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnTriangle.Text" xml:space="preserve">
|
|
|
|
<value>Y Button</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbL2Track.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cbStartTouchpadOff.Text" xml:space="preserve">
|
|
|
|
<value>Start with Slide/Scroll off</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbRSTrack.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDSixaxis.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pnlSixaxis.Parent" xml:space="preserve">
|
|
|
|
<value>tPController</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBsixaxisGyroZ.Parent" xml:space="preserve">
|
|
|
|
<value>pnlSixaxis</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbRS.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnTouchRight.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>fLPTiltControls.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tSMIRSInvertedY.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>127, 22</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="pBSticks.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>0, 1</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBShiftController.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>Stretch</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbLSCurvePercent.Name" xml:space="preserve">
|
|
|
|
<value>lbLSCurvePercent</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLSCurvePercent.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>204</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="pBDelayTracker.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnLeftStick.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbLowGreen.Text" xml:space="preserve">
|
|
|
|
<value>G</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>lbLowGreen.Name" xml:space="preserve">
|
|
|
|
<value>lbLowGreen</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnCross.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>187, 76</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnRSTrack.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>3, 3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbShiftRed.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftSwipeLeft.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDTouch.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>60, 19</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbControlTip.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>NoControl</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDRainbow.ZOrder" xml:space="preserve">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<value>6</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>btnShiftRightStick.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftMain</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftSquare.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftSquare</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbR2.ZOrder" xml:space="preserve">
|
|
|
|
<value>7</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnRSDown.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftRSDown.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>None</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbLSTrack.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>bnTouchMulti.Name" xml:space="preserve">
|
|
|
|
<value>bnTouchMulti</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnShiftTouchUpper.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
2014-12-13 21:12:03 +01:00
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>pBRainbow.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name=">>btnBrowse.Parent" xml:space="preserve">
|
|
|
|
<value>gBOther</value>
|
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbL2.Name" xml:space="preserve">
|
|
|
|
<value>lbL2</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftGyroZN.Parent" xml:space="preserve">
|
|
|
|
<value>fLPShiftTiltControls</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tSMILSInvertedX.Name" xml:space="preserve">
|
|
|
|
<value>tSMILSInvertedX</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBRSDeadzone.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>241</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnLSRight.Text" xml:space="preserve">
|
|
|
|
<value>Left X-Axis+</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnPS.Parent" xml:space="preserve">
|
|
|
|
<value>pnlMain</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>gBTouchpad.Name" xml:space="preserve">
|
|
|
|
<value>gBTouchpad</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbWhileCharging.Name" xml:space="preserve">
|
|
|
|
<value>lbWhileCharging</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnSATrack.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>237</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDTouch.Parent" xml:space="preserve">
|
|
|
|
<value>gBTouchpad</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDIdleDisconnect.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbSATip.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>125, 31</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnR1.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>43, 15</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnGyroXP.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>175, 3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnLeft.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBController.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnR3.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>23, 23</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbActionsTip.Text" xml:space="preserve">
|
|
|
|
<value>Hold selected controls to perform an action, check the Action to use it while profile is loaded. Max 50 actions</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftTouchLeft.Type" xml:space="preserve">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbLSTrack.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>239</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBShiftControl.Items10" xml:space="preserve">
|
|
|
|
<value>Right</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tBsixaxisAccelZ.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name=">>pBShiftSticks.Name" xml:space="preserve">
|
|
|
|
<value>pBShiftSticks</value>
|
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbInputDelay.Type" xml:space="preserve">
|
2014-12-20 02:31:00 +01:00
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbGyro.Text" xml:space="preserve">
|
|
|
|
<value>Sixaxis Gyro:</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBShiftControls.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>169, 173</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbRSCurve.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftTouchMulti.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>31, 33</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftLSDown.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>166</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbFlashAt.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>207</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftRSLeft.Text" xml:space="preserve">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>Fall Back</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnNewAction.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>14</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="MouseToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>Mouse</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tPShiftMod.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>4, 22</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBControllerInput.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnTouchUpper.Text" xml:space="preserve">
|
|
|
|
<value>Middle Mouse Button</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>btnRSTrack.Name" xml:space="preserve">
|
|
|
|
<value>btnRSTrack</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftCross.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>74</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbSATrack.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>239</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBShiftControl.Items15" xml:space="preserve">
|
|
|
|
<value>R2</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnTouchUpper.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>84, 25</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbL2Track.Parent" xml:space="preserve">
|
|
|
|
<value>tPController</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbActionsTip.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDLSCurve.Name" xml:space="preserve">
|
|
|
|
<value>nUDLSCurve</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="pnlFull.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>235</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnRight.Text" xml:space="preserve">
|
|
|
|
<value>Right Button</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbSixaxisZ.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>197</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pnlSixaxis.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBWhileCharging.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>121, 21</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBTouchpadJitterCompensation.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>gBTouchpad.ZOrder" xml:space="preserve">
|
|
|
|
<value>5</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbShiftGreen.Text" xml:space="preserve">
|
|
|
|
<value>G</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>nUDRumbleBoost.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnRSDown.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnLSLeft.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBTap.Name" xml:space="preserve">
|
|
|
|
<value>cBTap</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbFlashAt.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftTouchUpper.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>193</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBL2.Orientation" type="System.Windows.Forms.Orientation, System.Windows.Forms">
|
|
|
|
<value>Vertical</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="controlToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>Control</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftR2.ZOrder" xml:space="preserve">
|
|
|
|
<value>17</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftOptions.ZOrder" xml:space="preserve">
|
|
|
|
<value>20</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnShiftLightbar.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="btnRightStick.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>$this.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBsixaxisGyroZ.Name" xml:space="preserve">
|
|
|
|
<value>tBsixaxisGyroZ</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDLSCurve.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>49, 20</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnR2.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>None</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tBShiftGreenBar.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lBControls.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnDown.Text" xml:space="preserve">
|
|
|
|
<value>Down Button</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnShiftLightbar.ZOrder" xml:space="preserve">
|
|
|
|
<value>10</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftR2.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftMain</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBScroll.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>105, 20</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbRSCurvePercent.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>15, 13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>nUDSixaxis.Parent" xml:space="preserve">
|
|
|
|
<value>gBOther</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBDoubleTap.Name" xml:space="preserve">
|
|
|
|
<value>cBDoubleTap</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBRSDeadzone.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBLightbyBattery.ZOrder" xml:space="preserve">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<value>8</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnTouchMulti.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>31, 33</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBLSDeadzone.ZOrder" xml:space="preserve">
|
|
|
|
<value>14</value>
|
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="pBRainbow.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>166</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lBShiftControls.Items29" xml:space="preserve">
|
|
|
|
<value>Sixaxis Up :</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="cBTPforControls.RightToLeft" type="System.Windows.Forms.RightToLeft, System.Windows.Forms">
|
|
|
|
<value>Yes</value>
|
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftPS.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>86</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnShiftRightStick.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>151, 89</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tBsixaxisAccelZ.ZOrder" xml:space="preserve">
|
|
|
|
<value>7</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftGyroXN.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>80, 23</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftRSRight.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>209, 92</value>
|
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tCSens.Name" xml:space="preserve">
|
|
|
|
<value>tCSens</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnTouchLeft.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbPercentFlashBar.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>15, 13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftSwipeRight.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>250</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnTouchUpper.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>79, 16</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBIdleDisconnect.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="pBLSDeadzone.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
|
|
|
|
<value>StretchImage</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBShiftControls.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>188</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="btnShiftRightStick.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>91</value>
|
|
|
|
</data>
|
|
|
|
<data name="tPShiftMod.Text" xml:space="preserve">
|
|
|
|
<value>Shift Modifier</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnUp.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>44, 48</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftDown.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>gBRumble.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnL2.Text" xml:space="preserve">
|
|
|
|
<value>Left Trigger</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>nUDTap.ZOrder" xml:space="preserve">
|
|
|
|
<value>7</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbPercentFlashBar.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnLSTrack.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tPDeadzone.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>3, 3, 3, 3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBController.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
|
|
|
|
<value>StretchImage</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftTouchRight.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>23, 33</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbSATip.ZOrder" xml:space="preserve">
|
|
|
|
<value>9</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnRSRight.Text" xml:space="preserve">
|
|
|
|
<value>Right X-Axis+</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="fLPActionButtons.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>428, 65</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lowColorChooserButton.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbBlue.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tPShiftMod.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>428, 216</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBProgram.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cbStartTouchpadOff.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBSlide.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBsixaxisGyroY.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftR3.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftSticks</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftLSRight.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftLSRight</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>advColorDialog.Name" xml:space="preserve">
|
|
|
|
<value>advColorDialog</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBControls.Items30" xml:space="preserve">
|
|
|
|
<value>Sixaxis Down :</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftTouchRight.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>139, 40</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftCircle.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>71</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBlowerRCOn.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbBlue.Text" xml:space="preserve">
|
|
|
|
<value>B</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBShiftControl.Items11" xml:space="preserve">
|
|
|
|
<value>PS</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>bnLSRight.Parent" xml:space="preserve">
|
|
|
|
<value>pnlSticks</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnShiftLeftStick.ZOrder" xml:space="preserve">
|
|
|
|
<value>13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbUseController.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>73, 13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tSMILSInvertedY.Name" xml:space="preserve">
|
|
|
|
<value>tSMILSInvertedY</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbRed.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbLS.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnR1.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tSMIDPadInvertedX.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>127, 22</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnEditAction.Type" xml:space="preserve">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbIdleMinutes.Parent" xml:space="preserve">
|
|
|
|
<value>gBOther</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnDown.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>None</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="gBTouchpad.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>3, 251</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftCircle.ZOrder" xml:space="preserve">
|
|
|
|
<value>7</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLowGreen.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>15, 13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnRumbleLightTest.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>72, 23</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftShare.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>71, 33</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnLSRight.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftSquare.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>173, 61</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBShiftRedBar.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbL2.Text" xml:space="preserve">
|
|
|
|
<value>L2</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbLowGreen.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftLSUp.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftLSUp</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftRSDown.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftRSDown</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnSquare.Text" xml:space="preserve">
|
|
|
|
<value>X Button</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftCircle.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBLSDeadzone.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>9, 9</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbRed.Name" xml:space="preserve">
|
|
|
|
<value>lbRed</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBLowGreenBar.Name" xml:space="preserve">
|
|
|
|
<value>tBLowGreenBar</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="gBRumble.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>150, 67</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lb6Gryo.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftSwipeUp.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>80, 23</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLSCurve.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>20, 13</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnSwipeUp.Parent" xml:space="preserve">
|
|
|
|
<value>fLPTouchSwipe</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="fLPTiltControls.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>351, 31</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbHold.ZOrder" xml:space="preserve">
|
|
|
|
<value>6</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbTPSwipes.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-13 21:12:03 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tPSpecial.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>4, 22</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbspc.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>59, 13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBBlueBar.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>12</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnShiftLightbar.Text" xml:space="preserve">
|
|
|
|
<value>Lightbar</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnTouchUpper.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftTriangle.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tSMILSInvertedY.Text" xml:space="preserve">
|
|
|
|
<value>Inverted Y</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnRSUp.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnShiftFullView.Name" xml:space="preserve">
|
|
|
|
<value>btnShiftFullView</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cHTrigger.Name" xml:space="preserve">
|
|
|
|
<value>cHTrigger</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnLSRight.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>165</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="gBOther.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>436, 132</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="gBTouchpad.Text" xml:space="preserve">
|
|
|
|
<value>Touchpad</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tBLowRedBar.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftSwipeDown.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftSwipeDown</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShare.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbspc.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>157</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>bnShiftLSUp.Parent" xml:space="preserve">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>pnlShiftSticks</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbShiftTPSwipes.Name" xml:space="preserve">
|
|
|
|
<value>lbShiftTPSwipes</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>nUDRainbow.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name="pnlShiftMain.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>190</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftL1.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftMain</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLowGreen.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnLSRight.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>11, 23</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cMSPresets.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbL2Track.Text" xml:space="preserve">
|
|
|
|
<value>L2</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBLightbyBattery.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>316, 17</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBLowRedBar.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbShiftGryo.Text" xml:space="preserve">
|
|
|
|
<value>Sixaxis Gyro:</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnTouchUpper.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>193</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="fLPTiltControls.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>72, 185</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftShare.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lVActions.Name" xml:space="preserve">
|
|
|
|
<value>lVActions</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBTouchpadJitterCompensation.RightToLeft" type="System.Windows.Forms.RightToLeft, System.Windows.Forms">
|
|
|
|
<value>No</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnSwipeUp.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>250</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbL2.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>6, 4</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lBControls.Items11" xml:space="preserve">
|
|
|
|
<value>L1 :</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tSMIMouseInvertedY.Text" xml:space="preserve">
|
|
|
|
<value>Inverted Y</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBControls.Items31" xml:space="preserve">
|
|
|
|
<value>Sixaxis Left :</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnTouchRight.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>23, 33</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLSCurve.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>204</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbTPSwipes.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftR2.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name="pBController.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>ABXYToolStripMenuItem.Name" xml:space="preserve">
|
|
|
|
<value>ABXYToolStripMenuItem</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>bnShiftGyroXP.Parent" xml:space="preserve">
|
|
|
|
<value>fLPShiftTiltControls</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnShiftShare.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>lbUseController.Parent" xml:space="preserve">
|
|
|
|
<value>gBOther</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnR1.Text" xml:space="preserve">
|
|
|
|
<value>Right Bumper</value>
|
|
|
|
</data>
|
|
|
|
<data name="btnShiftLeftStick.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>28, 28</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnR2.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnLSUp.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>36, 77</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>bnShiftCross.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftMain</value>
|
|
|
|
</data>
|
|
|
|
<data name="btnShiftLightbar.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>nUDflashLED.ZOrder" xml:space="preserve">
|
|
|
|
<value>5</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="pBLSDeadzone.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
|
|
<value>
|
|
|
|
iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAYAAAA8AXHiAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH
|
|
|
|
DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp
|
|
|
|
bGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZE
|
|
|
|
sRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTs
|
|
|
|
AIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4
|
|
|
|
JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR
|
|
|
|
3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQd
|
|
|
|
li7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtF
|
|
|
|
ehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGX
|
|
|
|
wzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNF
|
|
|
|
hImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH55
|
|
|
|
4SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJ
|
|
|
|
VgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB
|
|
|
|
5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyC
|
|
|
|
qbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiE
|
|
|
|
j6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I
|
|
|
|
1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9
|
|
|
|
rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhG
|
|
|
|
fDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFp
|
|
|
|
B+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJ
|
|
|
|
yeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJC
|
|
|
|
YVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQln
|
|
|
|
yfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48v
|
|
|
|
vacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0Cvp
|
|
|
|
vfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15L
|
|
|
|
Wytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AA
|
|
|
|
bWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0z
|
|
|
|
llmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHW
|
|
|
|
ztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5s
|
|
|
|
xybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6
|
|
|
|
eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPw
|
|
|
|
YyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmR
|
|
|
|
XVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNm
|
|
|
|
WS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wl
|
|
|
|
xqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2
|
|
|
|
dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8
|
|
|
|
V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33za
|
|
|
|
Eb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2v
|
|
|
|
Tqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqb
|
|
|
|
PhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/
|
|
|
|
0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h
|
|
|
|
/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavr
|
|
|
|
XTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxS
|
|
|
|
fNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+
|
|
|
|
tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/
|
|
|
|
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAALEwAACxMBAJqcGAAACK5JREFUeF7t3T2P1FYU
|
|
|
|
xvFNlSWpaWkokLamIBISigTN5gPwDdACQqkRJVJICdTbRqKggZY6K0WiodrQIBFp6ZeOFEvO38xOZuzH
|
|
|
|
M3659tiep/hJy2F2fH3PYRjb92Xn687OttoNe2E/HITH4TC8DkfhOJyE0/AlnM3wMzH+jtfwWn6H3+U9
|
|
|
|
eC/ek/fmGOrYkyeDE/RD+CncCc/Dm/BP+NoxjsGxOCbHpg20RbVxUmRwAr4LJPHX8Ef4O6jEbwJtoU20
|
|
|
|
jTbSVnUOoyaDI/Vj+CX8Hv4MKqlDRFtpM23nHNS5jY4MjszP4bfwV1CJGxPOgXPhnNS5joYMjsClcDfw
|
|
|
|
pfnfoJI0ZpwT58Y5cq6qDwZNBgfsauDK611QCZkizpVz5txVnwySDA7Q9fA09HElN1ScO31AX6g+GhQZ
|
|
|
|
HJBrgc78FFRnbyP6gj6hb1SfDYIMDsCVwMf/h6A61771DX1EX6k+3CgZ3CBuHt4LU7jC6wt9RZ8N6sar
|
|
|
|
DG7IrfAiqM6z9eg7+lD1be9ksGcXw6PwMagOs+roQ/qSPlV93RsZ7NHN8DKoTrLm6FP6VvV5L2SwBzwf
|
|
|
|
exDeB9Ux1h59Sx9v5FmkDHbscngWVGdYevQ1fa5y0RkZ7NCN8CqoDrDu0Of0vcpJJ2SwI7fD26BO3LpH
|
|
|
|
35MDlZvkZLAD94Ov+jaPHJALlaOkZDCxh+FzUCdq/SMX5ETlKhkZTOT7wCMHdXK2eeSGHKnctSaDCVwI
|
|
|
|
T4I6IRsOckSuVA5bkcGW+FfgohoPcpX8k0sGW/J/f+NDzlQuG5PBFvhSqBpuw5f0C70MNsRlrK/+xovc
|
|
|
|
JbsVIYMNcOPN96nGjxwmuYkqgzXxqMB31KeDXLZ+/CODNfBw08/+poectnpwLYMVMRzDoxSmi9w2HnIj
|
|
|
|
gxUx1kc1yKaDHKvcryWDFTA60YP0po8cNxqJKoNrMJ7aw4m3B7muPYZeBtdgsL5qgE0XOVe1UEoGV2B6
|
|
|
|
ke9XbR9yXmtqmQyWYEKk5/1tL3JfeVKsDJZgtq06oG0PakDVRoEMCqwP4GnvRg1UWitCBgUPhbFzlYbY
|
|
|
|
yGAOy+V41Rc7Ry2sXUJJBnNYi0kdwLYXNaFqZU4GF7B6nBc9szxqYuXKgjK4wJ9WVmblp5YMzrCY6jav
|
|
|
|
+WmrURulC+7K4IyvBG2d0itEGQysLb5NS15bM9SIXIe+EJhh4Xr1RmZ51EqhhgqBGXZFUG9ilketFGqo
|
|
|
|
EAjs4zLFbUSsG9RKYe+fpT/MsEmQegOzMtTMUh0t/SGwrZkfNltd1MzSlniLRQX2zFO/aLYOtTOvpcWi
|
|
|
|
Ahsyql8yW4famdfSYlExh2xMO5PasFA783mIi4XF/sTqF8yqooYKhcXm1+rFZlVRQ4XCYmd19WKzqqih
|
|
|
|
pcJi9gXb9qsXm1VFDWUzec4Ly9+vLJXse9Z5Yd2ZBc3aopbip2+ez4JmbVFL8dM3b2ZBs7aopfhpZ2c3
|
|
|
|
eAiypUIt7VJYewtBsxT2KKz9XNCsrX0K6yAXNGvrgMLybBxL7TGFdZgLmrV1SGF54oSl9prCOsoFzdo6
|
|
|
|
orCOc0Gzto4prJNc0KytEwrrNBc0a+uUwvqSC5q19YXCOssFzdo6c2FZF7LC8n+Fllr2X6G/vFtq2Zd3
|
|
|
|
326w1LLbDb5BaqllN0j9SMdSyx7p+CG0pZY9hPawGUstGzbjgX6WWjbQz0OTLbVsaLInU1hq2WQKT/+y
|
|
|
|
1LLpX56wainNJ6zCU+wtlfkUe3hREEtlaVEQL2NkqSwtY+SF1yyVpYXXvFSkpVBYKhJe3NbaKixuCy/H
|
|
|
|
bW3J5bj9Pcvayr5fYbGwvOWJtVG65Qm8SZM1VbpJE7ytnDW1cls5b4RpTazdCBPeutfqWrt1L7zZuNVR
|
|
|
|
ebNxeIKFVUWtFGqoEJi5G9SbmOVRK4UaKgRmLoV3Qb2R2TlqhFop1FAhsMCzd2wdakTVjg7OXA0esmxl
|
|
|
|
qA1qRNWODi54GtSbmlEbqmYyMrjgevgU1Bvb9qImqA1VMxkZzPGnluWt/LSCDOZcCx+COoBtH2qBmlC1
|
|
|
|
MieDgq8Q7VzpleAiGRSuBD+cNmqAWlA1skQGS9wL6mC2PagBVRsFMliC2RcvgjqgTR+5z2bgVCGDK9wK
|
|
|
|
H4M6sE0XOSf3qiYkGVzjUVAHt+ki56oWSsngGhfDy6AaYNNDrsm5qoVSMljBzfA+qIbYdJBjcq1qYCUZ
|
|
|
|
rOhBUI2x6SDHKvdryWBFzCF7FlSDbPzI7XyeYF0yWMPl8Cqohtl4kVNyq3JeiQzWdCO8DaqBNj7kkpyq
|
|
|
|
XFcmgw3cDr6/NX7kkFyqHNcigw3dD5+DarANH7kjhyq3tclgCw+DarQNH7lTOW1EBlvyEJvxqTQUpg4Z
|
|
|
|
bOn78CSoE7DhIVfkTOWyMRlM4EJwcQ0fOSJXKoetyGAi/Cvwf4vDRW6Sf1Kdk8HE+FLoq8XhIBdJv6gr
|
|
|
|
MtgBLmN9n2vzyEGyWwqryGBHuPHmO/SbQ98nuflZhQx2iEcFfrbYP/q89WOaOmSwYzzc9KiI/tDXrR4o
|
|
|
|
NyGDPWA4BmN9PFiwO/Qtfdx46EsbMtgjRid6mHN69GmjkZ+pyGDPGE/NYH1fNbZHH9KXtceopyaDG8L0
|
|
|
|
Is9bbI6+qzVFq0syuEFMiGS2rafzV0df0WeVJ5P2QQYHgPUBeOTgVW7K0Tf0UaW1FPomgwPCcjmsxeTF
|
|
|
|
3/5HX9Ana5cS2iQZHCBWj6Mzt3lNVM6dPli5kt5QyOCAsZgqH//btFQ458o5ly4kO0QyOAKsLc7C9eyK
|
|
|
|
MMXtWTgnzo1zlOuoD50Mjgz7uLBJ0BSuJDkHzqWwN83YyOBIsa0Ze+axIeOYdoqlrbSZti9tzTZmMjgB
|
|
|
|
PB9jf2I2v2ZndbbtV0ndBNpCm2gbbdzIs7yuyeAEcfOQJN4Jz8Ob0McVJsfgWByTY9OGQd3I7IoMbond
|
|
|
|
sBf2w0Hgyusw8KX5KByHk3AavoSzGX4mxt/xGl7L7/C7vAfvxXvy3hxDHXvidnb+AyTfWAn9iVGiAAAA
|
|
|
|
AElFTkSuQmCC
|
|
|
|
</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbButtonMouseSens.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>206</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbGyro.Name" xml:space="preserve">
|
|
|
|
<value>lbGyro</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbL2.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnR2.Type" xml:space="preserve">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnL1.Text" xml:space="preserve">
|
|
|
|
<value>Left Bumper</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbShiftTPSwipes.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnRSDown.Text" xml:space="preserve">
|
|
|
|
<value>Right Y-Axis+</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbShift.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tPCurve.Parent" xml:space="preserve">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<value>tCSens</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>$this.Name" xml:space="preserve">
|
|
|
|
<value>Options</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftGyroXP.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftGyroXP</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftRSDown.Text" xml:space="preserve">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>Fall Back</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnRSTrack.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>211, 149</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbButtonMouseSens.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftShare.ZOrder" xml:space="preserve">
|
|
|
|
<value>22</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBRainbow.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
|
|
|
|
<value>StretchImage</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="btnShiftLightbar.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>91</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftL3.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>23, 23</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbGreen.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>15, 13</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftLeft.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>83</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLSTip.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>MiddleCenter</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDSixaxis.Name" xml:space="preserve">
|
|
|
|
<value>nUDSixaxis</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tBR2.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>25, 49</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnRSLeft.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbShift.Name" xml:space="preserve">
|
|
|
|
<value>lbShift</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftR2.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>89</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftTouchLeft.Text" xml:space="preserve">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>Fall Back</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBsixaxisGyroZ.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-13 21:12:03 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDR2.Parent" xml:space="preserve">
|
|
|
|
<value>tPDeadzone</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnSwipeUp.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDRSCurve.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBSADeadzone.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
|
|
|
|
<value>StretchImage</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbShiftGreen.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tSMIDPadInvertedY.Name" xml:space="preserve">
|
|
|
|
<value>tSMIDPadInvertedY</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftTriangle.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftTriangle</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbRed.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>57, 7</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBDinput.Parent" xml:space="preserve">
|
|
|
|
<value>gBOther</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>btnBrowse.Name" xml:space="preserve">
|
|
|
|
<value>btnBrowse</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBTap.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>pnlSixaxis.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShare.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbSATrack.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>300, 88</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftL2.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>43, 12</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBlowerRCOn.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>223</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbGyro.Parent" xml:space="preserve">
|
|
|
|
<value>tPControls</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftLeft.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftR3.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftR3</value>
|
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnCross.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>19, 17</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBShiftRedBar.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>73, 31</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>cHAction.Name" xml:space="preserve">
|
|
|
|
<value>cHAction</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftGyroZP.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBWhileCharging.Items2" xml:space="preserve">
|
|
|
|
<value>Rainbow</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBLowGreenBar.Parent" xml:space="preserve">
|
|
|
|
<value>pnlLowBattery</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="pnlActions.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>15</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>bnGyroXP.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbLSTrack.ZOrder" xml:space="preserve">
|
|
|
|
<value>15</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnSATrack.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tPDeadzone.Text" xml:space="preserve">
|
|
|
|
<value>Deadzone</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnRightStick.ZOrder" xml:space="preserve">
|
|
|
|
<value>8</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnDown.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-20 02:31:00 +01:00
|
|
|
<value>NoControl</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnUp.ZOrder" xml:space="preserve">
|
|
|
|
<value>12</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>btnChargingColor.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbLSTip.Name" xml:space="preserve">
|
|
|
|
<value>lbLSTip</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBLaunchProgram.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>107, 30</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftL3.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>lBShiftControls.Parent" xml:space="preserve">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>tPShiftMod</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cMSPresets.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>118, 208</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbActionsTip.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>15</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tBShiftBlueBar.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>325, 31</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBL2.Name" xml:space="preserve">
|
|
|
|
<value>tBL2</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnLSTrack.ZOrder" xml:space="preserve">
|
|
|
|
<value>10</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>WASDToolStripMenuItem.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tPSpecial.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnLightbar.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tSMIRSInverted.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>gBLightbar.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBsixaxisAccelY.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>72, 49</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBShiftControl.Items26" xml:space="preserve">
|
|
|
|
<value>Touchpad (not clicked in)</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnCross.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pnlMain.ZOrder" xml:space="preserve">
|
|
|
|
<value>6</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBShiftControl.Items16" xml:space="preserve">
|
|
|
|
<value>L3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftGyroXN.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftGyroXN</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="gBTouchpad.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>246</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="fLPTiltControls.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>254</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDTouch.Name" xml:space="preserve">
|
|
|
|
<value>nUDTouch</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lBControls.Parent" xml:space="preserve">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>tPControls</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnOptions.ZOrder" xml:space="preserve">
|
|
|
|
<value>18</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnCross.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbRSCurvePercent.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>204</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBLowRedBar.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>10</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnLeft.Parent" xml:space="preserve">
|
|
|
|
<value>pnlMain</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pnlShiftMain.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>7, 41</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnR3.Type" xml:space="preserve">
|
2014-12-13 21:12:03 +01:00
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pnlMain.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnR3.Name" xml:space="preserve">
|
|
|
|
<value>bnR3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBDinput.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>101, 17</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnTouchLeft.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftLSLeft.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBShiftController.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbR2Track.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDRainbow.Parent" xml:space="preserve">
|
|
|
|
<value>gBLightbar</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>gBLightbar.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="nUDR2.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>110, 2</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tSMIDPadInverted.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbSixaxisX.Parent" xml:space="preserve">
|
|
|
|
<value>tPDeadzone</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnCircle.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>16, 17</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnGyroZP.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>89, 3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftSwipeDown.Text" xml:space="preserve">
|
|
|
|
<value>Swipe Down</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tSMIDPadInvertedY.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>127, 22</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbRS.Text" xml:space="preserve">
|
|
|
|
<value>RS</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lb6Gryo.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBScroll.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbInputDelay.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>MiddleCenter</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tPDeadzone.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBsixaxisGyroY.ZOrder" xml:space="preserve">
|
|
|
|
<value>4</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBsixaxisAccelX.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>pBRSDeadzone.Name" xml:space="preserve">
|
|
|
|
<value>pBRSDeadzone</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnRumbleLightTest.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnShiftFullView.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>105, 23</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnEditAction.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>145, 36</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tBGreenBar.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>196, 4</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="nUDRSCurve.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>49, 20</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftDown.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>12, 12</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftTouchMulti.Type" xml:space="preserve">
|
2014-12-02 01:07:29 +01:00
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tPDeadzone.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>0</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>pBSticks.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnLSUp.ZOrder" xml:space="preserve">
|
|
|
|
<value>4</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="btnLeftStick.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
2014-12-20 02:31:00 +01:00
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftLSRight.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftSticks</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>btnSATrack.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBsixaxisGyroX.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>3, 24</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>nUDRSCurve.Name" xml:space="preserve">
|
|
|
|
<value>nUDRSCurve</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftUp.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>pnlLowBattery.ZOrder" xml:space="preserve">
|
|
|
|
<value>12</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnLeft.Name" xml:space="preserve">
|
|
|
|
<value>bnLeft</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBFlushHIDQueue.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>fLPActionButtons.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftLSLeft.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftSticks</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBR2.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbIdleMinutes.Name" xml:space="preserve">
|
|
|
|
<value>lbIdleMinutes</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tBR2.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="btnChargingColor.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftL2.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>31, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="nUDSZ.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>203</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-13 21:12:03 +01:00
|
|
|
<data name="bnGyroZN.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>3, 3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbFlashAt.ZOrder" xml:space="preserve">
|
|
|
|
<value>9</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftSwipeRight.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>261, 3</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbPercentRumble.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbTPSwipes.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>5, 221</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnShiftTouchRight.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>190</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftTouchRight.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnRightStick.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftLeft.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>31, 61</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnSwipeUp.Text" xml:space="preserve">
|
|
|
|
<value>Swipe Up</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBTPforControls.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>115, 30</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tBsixaxisGyroY.Parent" xml:space="preserve">
|
|
|
|
<value>pnlSixaxis</value>
|
|
|
|
</data>
|
|
|
|
<data name="fLPShiftTiltControls.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>351, 31</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbLSTip.Parent" xml:space="preserve">
|
|
|
|
<value>tPController</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBShiftLight.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>176, 17</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnRemAction.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>btnLSTrack.Name" xml:space="preserve">
|
|
|
|
<value>btnLSTrack</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>cBWhileCharging.Name" xml:space="preserve">
|
|
|
|
<value>cBWhileCharging</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbShift.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShift</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pnlFull.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShare.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBDoubleTap.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDSixaxis.ZOrder" xml:space="preserve">
|
|
|
|
<value>7</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBSlide.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbShiftBlue.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>160</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftSwipeRight.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-11-20 20:03:18 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cHAction.Width" type="System.Int32, mscorlib">
|
|
|
|
<value>100</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnCross.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>74</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnRight.ZOrder" xml:space="preserve">
|
|
|
|
<value>15</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBControls.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>180</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftCircle.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>208, 60</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lowColorChooserButton.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>49</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBShiftController.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftMain</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnR1.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>87</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDRSCurve.RightToLeft" type="System.Windows.Forms.RightToLeft, System.Windows.Forms">
|
|
|
|
<value>No</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tPController.Text" xml:space="preserve">
|
|
|
|
<value>Controller Readings</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftSwipeLeft.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbR2.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>87, 4</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnL3.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>163</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftRight.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftDown.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>81</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnR2.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>40, 13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbRSTrack.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>239</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBLowBlueBar.ZOrder" xml:space="preserve">
|
|
|
|
<value>6</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>btnRightStick.Name" xml:space="preserve">
|
|
|
|
<value>btnRightStick</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnL3.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>defaultToolStripMenuItem.Name" xml:space="preserve">
|
|
|
|
<value>defaultToolStripMenuItem</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftUp.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="btnLSTrack.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>67, 149</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnCross.Parent" xml:space="preserve">
|
|
|
|
<value>pnlMain</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftDown.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftDown.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnChargingColor.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>13, 13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftRSDown.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>183, 116</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnL3.Text" xml:space="preserve">
|
|
|
|
<value>Left Stick</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftShare.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbL2.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>19, 13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftSwipeRight.Text" xml:space="preserve">
|
|
|
|
<value>Swipe Right</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbBlue.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>308, 7</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbRSCurvePercent.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbShiftGreen.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShift</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBL2.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>25, 49</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBIdleDisconnect.ZOrder" xml:space="preserve">
|
|
|
|
<value>10</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnLeft.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftR2.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftR2</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbRSCurve.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>123, 4</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBShiftBlueBar.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShare.Text" xml:space="preserve">
|
|
|
|
<value>Back</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnLSTrack.Text" xml:space="preserve">
|
|
|
|
<value>button1</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBSADeadzone.Name" xml:space="preserve">
|
|
|
|
<value>pBSADeadzone</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBShiftController.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftGyroXN.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftLeft.Text" xml:space="preserve">
|
|
|
|
<value>Fall Back</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBsixaxisGyroY.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>221</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>cBLightbyBattery.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftR3.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBDoubleTap.ZOrder" xml:space="preserve">
|
|
|
|
<value>9</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnRSDown.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>23, 11</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbLS.Name" xml:space="preserve">
|
|
|
|
<value>lbLS</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="bnShiftR1.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnTriangle.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbR2Track.Name" xml:space="preserve">
|
|
|
|
<value>lbR2Track</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbRSCurvePercent.Text" xml:space="preserve">
|
|
|
|
<value>%</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>fLPTouchSwipe.Parent" xml:space="preserve">
|
|
|
|
<value>tPControls</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBRSDeadzone.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
|
|
|
|
<value>StretchImage</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBDoubleTap.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>82, 17</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="lbGyro.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>67, 13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftOptions.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>167, 33</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftShare.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>85</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbFull.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>26, 13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDIdleDisconnect.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>49, 20</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnL1.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>43, 15</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="numUDMouseSens.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>109, 16</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBsixaxisAccelZ.AutoSize" type="System.Boolean, mscorlib">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>False</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBDinput.Name" xml:space="preserve">
|
|
|
|
<value>cBDinput</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftRSLeft.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftL3.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tPDeadzone.Size" type="System.Drawing.Size, System.Drawing">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<value>273, 52</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBGreenBar.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>11</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbLSCurve.ZOrder" xml:space="preserve">
|
|
|
|
<value>5</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbEmpty.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tSMIMouseInverted.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>127, 22</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pnlLowBattery.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBSlide.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>232</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBFlushHIDQueue.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>357, 73</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftTouchRight.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftMain</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="nUDSZ.RightToLeft" type="System.Windows.Forms.RightToLeft, System.Windows.Forms">
|
|
|
|
<value>No</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnShiftLSRight.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
2014-12-13 21:12:03 +01:00
|
|
|
<value>Flat</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnLeftStick.Text" xml:space="preserve">
|
|
|
|
<value>LS</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tabControls.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>3, 3</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftSquare.ZOrder" xml:space="preserve">
|
|
|
|
<value>9</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftR2.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>175, 0</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnLSLeft.Parent" xml:space="preserve">
|
|
|
|
<value>pnlSticks</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>gBRumble.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="pBShiftSticks.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>161</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnSquare.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>173, 61</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbIdleMinutes.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>163, 47</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftGyroZN.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>80, 23</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="fLPTouchSwipe.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>351, 31</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tSMIMouseInvertedX.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnTouchRight.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>NoControl</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftOptions.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLowBlue.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>160</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="LSToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>117, 22</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBController.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbIdleMinutes.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tPSpecial.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>3</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnRight.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>82</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBShiftControl.Items21" xml:space="preserve">
|
|
|
|
<value>Right Touch</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftR2.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>None</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>pnlShift.Parent" xml:space="preserve">
|
|
|
|
<value>gBLightbar</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBDelayTracker.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pnlShiftMain.ZOrder" xml:space="preserve">
|
|
|
|
<value>8</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftPS.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBControllerInput.ZOrder" xml:space="preserve">
|
|
|
|
<value>8</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftGyroXN.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>250</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lowColorChooserButton.Name" xml:space="preserve">
|
|
|
|
<value>lowColorChooserButton</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnLeftStick.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>28, 28</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnR2.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBsixaxisGyroX.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>222</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="btnSATrack.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Popup</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnSwipeDown.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>250</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnOptions.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBIdleDisconnect.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnR2.Name" xml:space="preserve">
|
|
|
|
<value>bnR2</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnGyroXP.Parent" xml:space="preserve">
|
|
|
|
<value>fLPTiltControls</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBShiftController.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cbStartTouchpadOff.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbPercentFlashBar.Name" xml:space="preserve">
|
|
|
|
<value>lbPercentFlashBar</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbFlashAt.Text" xml:space="preserve">
|
|
|
|
<value>Flash at</value>
|
2014-11-15 22:54:14 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBRainbow.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>16, 16</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLSCurvePercent.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>15, 13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>controlToolStripMenuItem.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBShiftControl.Items20" xml:space="preserve">
|
|
|
|
<value>Multitouch</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>btnSATrack.Name" xml:space="preserve">
|
|
|
|
<value>btnSATrack</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnShiftRightStick.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftRSDown.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>23, 11</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tSMIDPadInvertedY.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnRumbleHeavyTest.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>71, 23</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbHold.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>189</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbtoUse.Text" xml:space="preserve">
|
|
|
|
<value>to use these controls</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBController.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>0, 0</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="defaultToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>117, 22</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftGyroXN.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnTriangle.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>188, 45</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBL2.Parent" xml:space="preserve">
|
|
|
|
<value>tPController</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pnlActions.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbHold.Parent" xml:space="preserve">
|
|
|
|
<value>tPShiftMod</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftLSUp.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>167</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBsixaxisAccelZ.Parent" xml:space="preserve">
|
|
|
|
<value>pnlSixaxis</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="nUDIdleDisconnect.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>201</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnOptions.Type" xml:space="preserve">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbShiftTPSwipes.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>257</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnR1.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>None</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbFull.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="pBController.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>Stretch</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftDown.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftDown</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnShiftRightStick.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tSMIMouseInvertedX.Text" xml:space="preserve">
|
|
|
|
<value>Inverted X</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBRSDeadzone.Parent" xml:space="preserve">
|
|
|
|
<value>tPController</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>MouseToolStripMenuItem.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbShift.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBSADeadzone.Parent" xml:space="preserve">
|
|
|
|
<value>tPController</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftL1.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>43, 15</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnTouchRight.Text" xml:space="preserve">
|
|
|
|
<value>Left Mouse Button</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBDoubleTap.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbShiftGreen.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnTouchUpper.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-13 21:12:03 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnSquare.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>15, 15</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="gBOther.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>445, 225</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnShiftL1.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>nUDIdleDisconnect.ZOrder" xml:space="preserve">
|
|
|
|
<value>9</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbRSCurve.Text" xml:space="preserve">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>RS</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>numUDMouseSens.Name" xml:space="preserve">
|
|
|
|
<value>numUDMouseSens</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftRSDown.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>172</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tBsixaxisGyroY.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="gBTouchpad.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>435, 106</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>fLPTouchSwipe.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbActionsTip.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>422, 33</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBLaunchProgram.Text" xml:space="preserve">
|
|
|
|
<value>Launch Program
|
|
|
|
with profile</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnRumbleLightTest.Location" type="System.Drawing.Point, System.Drawing">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<value>5, 38</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDLSCurve.Parent" xml:space="preserve">
|
|
|
|
<value>tPCurve</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbLS.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnTouchMulti.Parent" xml:space="preserve">
|
|
|
|
<value>pnlMain</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbBlue.Name" xml:space="preserve">
|
|
|
|
<value>lbBlue</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftLSUp.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>36, 77</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnL2.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>bnShiftLSDown.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftSticks</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>bnGyroZP.Type" xml:space="preserve">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lb6Gryo.Name" xml:space="preserve">
|
|
|
|
<value>lb6Gryo</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnTouchMulti.ZOrder" xml:space="preserve">
|
|
|
|
<value>4</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftGyroZN.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name=">>fLPShiftTiltControls.Name" xml:space="preserve">
|
|
|
|
<value>fLPShiftTiltControls</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-17 19:29:22 +01:00
|
|
|
<data name="btnLightbar.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDL2.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbR2.Name" xml:space="preserve">
|
|
|
|
<value>lbR2</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBScroll.RightToLeft" type="System.Windows.Forms.RightToLeft, System.Windows.Forms">
|
|
|
|
<value>Yes</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbInputDelay.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tPDeadzone.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShare.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>11, 17</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftTouchLeft.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pnlActions.Parent" xml:space="preserve">
|
|
|
|
<value>tPSpecial</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tSMILSInvertedX.Type" xml:space="preserve">
|
2014-12-20 02:31:00 +01:00
|
|
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBDinput.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>256</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBLaunchProgram.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>6, 96</value>
|
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnLSUp.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>23, 11</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnLSDown.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>166</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tCSens.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftL1.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lBControls.Items8" xml:space="preserve">
|
|
|
|
<value>Left :</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbSATrack.Name" xml:space="preserve">
|
|
|
|
<value>lbSATrack</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnFullView.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftRSRight.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftRSRight</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbButtonMouseSens.Text" xml:space="preserve">
|
|
|
|
<value>Mouse Sensitivity:</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftSwipeRight.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnDown.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>12, 12</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftCross.Text" xml:space="preserve">
|
|
|
|
<value>Fall Back</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnRSTrack.Parent" xml:space="preserve">
|
|
|
|
<value>tPController</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBsixaxisAccelY.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>49, 19</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnLightbar.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbSATip.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLS.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>196</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnRSRight.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBTPforControls.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnCross.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnR3.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>183, 92</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbSixaxisZ.Name" xml:space="preserve">
|
|
|
|
<value>lbSixaxisZ</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftGyroZN.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>3, 3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>cBLightbyBattery.Name" xml:space="preserve">
|
|
|
|
<value>cBLightbyBattery</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftGyroZP.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftGyroZP</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>fLPShiftTouchSwipe.Parent" xml:space="preserve">
|
|
|
|
<value>tPShiftMod</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftSwipeLeft.Text" xml:space="preserve">
|
|
|
|
<value>Swipe Left</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDScroll.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>228</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cHName.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnSwipeDown.Type" xml:space="preserve">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="gBLightbar.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>247</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnRSLeft.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
2014-11-20 20:03:18 +01:00
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnGyroXP.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>250</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tabControls.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>436, 242</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>btnEditAction.Name" xml:space="preserve">
|
|
|
|
<value>btnEditAction</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbShiftGreen.Name" xml:space="preserve">
|
|
|
|
<value>lbShiftGreen</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBlowerRCOn.Parent" xml:space="preserve">
|
|
|
|
<value>gBTouchpad</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbRSTrack.ZOrder" xml:space="preserve">
|
|
|
|
<value>13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftR1.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftMain</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBGreenBar.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>100, 20</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbInputDelay.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBDoubleTap.RightToLeft" type="System.Windows.Forms.RightToLeft, System.Windows.Forms">
|
|
|
|
<value>No</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBShiftLight.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBDinput.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnTouchLeft.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnL2.Parent" xml:space="preserve">
|
|
|
|
<value>pnlMain</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pnlFull.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>1, 41</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbRSCurvePercent.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBLowGreenBar.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbUseController.Name" xml:space="preserve">
|
|
|
|
<value>lbUseController</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBDoubleTap.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>226</value>
|
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbLowGreen.Parent" xml:space="preserve">
|
|
|
|
<value>pnlLowBattery</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>RSToolStripMenuItem.Name" xml:space="preserve">
|
|
|
|
<value>RSToolStripMenuItem</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>btnLightbar.Name" xml:space="preserve">
|
|
|
|
<value>btnLightbar</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnL1.Parent" xml:space="preserve">
|
|
|
|
<value>pnlMain</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbRed.Text" xml:space="preserve">
|
|
|
|
<value>R</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tBsixaxisAccelX.Parent" xml:space="preserve">
|
|
|
|
<value>pnlSixaxis</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLowRed.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>57, 9</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbWhileCharging.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>236</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnRightStick.Text" xml:space="preserve">
|
|
|
|
<value>RS</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lb6Accel.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbRSTip.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>fLPActionButtons.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnDown.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbRSTrack.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>fLPTouchSwipe.Name" xml:space="preserve">
|
|
|
|
<value>fLPTouchSwipe</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftL2.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="nUDIdleDisconnect.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>109, 44</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnR1.Name" xml:space="preserve">
|
|
|
|
<value>bnR1</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftRSUp.Text" xml:space="preserve">
|
|
|
|
<value>Fall Back</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftPS.Text" xml:space="preserve">
|
|
|
|
<value>Fall Back</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="wScanCodeArrowKeysToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>147, 22</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbInputDelay.ZOrder" xml:space="preserve">
|
|
|
|
<value>6</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnGyroZN.Parent" xml:space="preserve">
|
|
|
|
<value>fLPTiltControls</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbSixaxisX.Name" xml:space="preserve">
|
|
|
|
<value>lbSixaxisX</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbPercentRumble.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBShiftGreenBar.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>11</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnSwipeLeft.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbRS.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>197</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftCross.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBShiftControl.ZOrder" xml:space="preserve">
|
|
|
|
<value>4</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbLSCurve.Parent" xml:space="preserve">
|
|
|
|
<value>tPCurve</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftTriangle.ZOrder" xml:space="preserve">
|
|
|
|
<value>11</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnR3.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>pBSticks.Parent" xml:space="preserve">
|
|
|
|
<value>pnlSticks</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftDown.Text" xml:space="preserve">
|
|
|
|
<value>Fall Back</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lBControls.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>169, 173</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tSMILSInvertedY.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="btnChargingColor.Visible" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbL2Track.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>316, 33</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnUp.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>11, 15</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBControls.Items" xml:space="preserve">
|
|
|
|
<value>Cross :</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tabControls.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>253</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnRumbleHeavyTest.Text" xml:space="preserve">
|
|
|
|
<value>Test Heavy</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnLSRight.Name" xml:space="preserve">
|
|
|
|
<value>bnLSRight</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pnlActions.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>0, 0</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>cBSlide.Name" xml:space="preserve">
|
|
|
|
<value>cBSlide</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnFullView.Name" xml:space="preserve">
|
|
|
|
<value>btnFullView</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftSwipeDown.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>80, 23</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftRSUp.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBlowerRCOn.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>124, 17</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBLowRedBar.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>73, 5</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbLowRed.Parent" xml:space="preserve">
|
|
|
|
<value>pnlLowBattery</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbLS.Parent" xml:space="preserve">
|
|
|
|
<value>tPDeadzone</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBControls.Items16" xml:space="preserve">
|
|
|
|
<value>R3 :</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tBsixaxisGyroY.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tBL2.RightToLeft" type="System.Windows.Forms.RightToLeft, System.Windows.Forms">
|
|
|
|
<value>Yes</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lBControls.Items26" xml:space="preserve">
|
|
|
|
<value>Right Stick Down :</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cbStartTouchpadOff.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>233</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnTouchRight.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
2014-11-20 20:03:18 +01:00
|
|
|
<value>None</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnGyroZP.Parent" xml:space="preserve">
|
|
|
|
<value>fLPTiltControls</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbL2.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="$this.MaximumSize" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>906, 400</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBDelayTracker.Name" xml:space="preserve">
|
|
|
|
<value>pBDelayTracker</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBTouchpadJitterCompensation.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnPS.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>115, 87</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>nUDScroll.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBShiftControls.Items" xml:space="preserve">
|
|
|
|
<value>Cross :</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftGyroXN.Text" xml:space="preserve">
|
|
|
|
<value>Tilt Right</value>
|
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbL2Track.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>MiddleCenter</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="lBShiftControls.Items13" xml:space="preserve">
|
|
|
|
<value>L2 :</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pnlMain.Name" xml:space="preserve">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>pnlMain</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbInputDelay.Parent" xml:space="preserve">
|
|
|
|
<value>tPController</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lowColorChooserButton.Parent" xml:space="preserve">
|
|
|
|
<value>pnlLowBattery</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDRS.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>110, 30</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tBR2.Orientation" type="System.Windows.Forms.Orientation, System.Windows.Forms">
|
|
|
|
<value>Vertical</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="pnlShiftSticks.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>249, 143</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbLowRed.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>cBScroll.Parent" xml:space="preserve">
|
|
|
|
<value>gBTouchpad</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBTPforControls.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tSMIRSInvertedY.Type" xml:space="preserve">
|
2014-12-20 02:31:00 +01:00
|
|
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbShiftTPSwipes.Text" xml:space="preserve">
|
|
|
|
<value>Touchpad
|
|
|
|
Swipes:</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnTouchRight.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="fLPShiftTiltControls.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>72, 185</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>cBWhileCharging.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBTouchpadJitterCompensation.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>12, 79</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cHName.Text" xml:space="preserve">
|
|
|
|
<value>Name</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>cBFlushHIDQueue.ZOrder" xml:space="preserve">
|
|
|
|
<value>13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbButtonMouseSens.Parent" xml:space="preserve">
|
|
|
|
<value>gBOther</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tPControls.Name" xml:space="preserve">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>tPControls</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftL1.ZOrder" xml:space="preserve">
|
|
|
|
<value>19</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBDoubleTap.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>106, 50</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftRSLeft.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBShiftLight.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>numUDMouseSens.Parent" xml:space="preserve">
|
|
|
|
<value>gBOther</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnL1.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>31, 13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnRight.Type" xml:space="preserve">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBsixaxisGyroZ.AutoSize" type="System.Boolean, mscorlib">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>False</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBShiftControl.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>145, 21</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="btnRemAction.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftLSDown.Text" xml:space="preserve">
|
|
|
|
<value>Fall Back</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnL3.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnTriangle.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftPS.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbHold.Text" xml:space="preserve">
|
|
|
|
<value>Hold</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pnlShift.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>435, 60</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tPSpecial.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnGyroXN.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbSATrack.ZOrder" xml:space="preserve">
|
|
|
|
<value>18</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDRumbleBoost.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>43, 20</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBSticks.Name" xml:space="preserve">
|
|
|
|
<value>pBSticks</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnLSRight.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBTap.Text" xml:space="preserve">
|
|
|
|
<value>Tap</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tCSens.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>234</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBShiftController.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
|
|
|
|
<value>StretchImage</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBShiftControls.Items16" xml:space="preserve">
|
|
|
|
<value>R3 :</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>advColorDialog.Type" xml:space="preserve">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<value>DS4Windows.AdvancedColorDialog, DS4Windows, Version=1.4.22.0, Culture=neutral, PublicKeyToken=null</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbIdleMinutes.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>28, 13</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnL2.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>None</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBShiftControl.Name" xml:space="preserve">
|
|
|
|
<value>cBShiftControl</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnLSLeft.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbShiftBlue.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>14, 13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBsixaxisGyroX.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBBlueBar.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbPercentRumble.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnPS.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftUp.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>44, 48</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pnlShift.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftL1.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftL1</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnFullView.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>71, 9</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShare.Parent" xml:space="preserve">
|
|
|
|
<value>pnlMain</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbRSCurve.Parent" xml:space="preserve">
|
|
|
|
<value>tPCurve</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnL1.Name" xml:space="preserve">
|
|
|
|
<value>bnL1</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tPCurve.Size" type="System.Drawing.Size, System.Drawing">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<value>273, 52</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lb6Gryo.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>216</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftL2.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftMain</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBShiftControl.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>79, 3</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftTouchLeft.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnLightbar.Text" xml:space="preserve">
|
|
|
|
<value>Lightbar</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbUseController.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLSCurvePercent.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>nUDR2.Name" xml:space="preserve">
|
|
|
|
<value>nUDR2</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>pnlShiftSticks.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShare.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>71, 33</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBLSDeadzone.Visible" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="btnRSTrack.Enabled" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbRSCurve.Name" xml:space="preserve">
|
|
|
|
<value>lbRSCurve</value>
|
Shift modifier: Hold an action to use another set of controls, if nothing is set to the shifted control, in falls back to the default action
View input of controls in profiles, see exactly when a deadzone is passed and check the input delay for controllers (special thanks to jhebbel), click the on sixaxis panel
Click the Empty text on in the lightbar box to copy the lightbar color from full to empty.
While opened, option to keep the window size after closing the profile's settings
Old profiles are automatically upgraded if it's missing new settings, such as how colors are now saved, sixaxis deadzones, and shift controls
Other UI changes for profile settings, flipped touchpad and other settings boxes
Others:
Fix for when clicking the semicolon in the select an action screen
Fix assigning Sixaxis action to a key
minor UI changes and bug fixes, such as auto resize of the log listview
DS4Updater: Also now works for the new numbering system, can read the version number right from the exe instead of in profiles.xml, UI additions to better notify users of errors, Bug fixes for non-portable users
2014-07-07 21:22:42 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnCircle.Text" xml:space="preserve">
|
|
|
|
<value>B Button</value>
|
Shift modifier: Hold an action to use another set of controls, if nothing is set to the shifted control, in falls back to the default action
View input of controls in profiles, see exactly when a deadzone is passed and check the input delay for controllers (special thanks to jhebbel), click the on sixaxis panel
Click the Empty text on in the lightbar box to copy the lightbar color from full to empty.
While opened, option to keep the window size after closing the profile's settings
Old profiles are automatically upgraded if it's missing new settings, such as how colors are now saved, sixaxis deadzones, and shift controls
Other UI changes for profile settings, flipped touchpad and other settings boxes
Others:
Fix for when clicking the semicolon in the select an action screen
Fix assigning Sixaxis action to a key
minor UI changes and bug fixes, such as auto resize of the log listview
DS4Updater: Also now works for the new numbering system, can read the version number right from the exe instead of in profiles.xml, UI additions to better notify users of errors, Bug fixes for non-portable users
2014-07-07 21:22:42 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>toolStripSeparator1.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftGyroZP.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>250</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>pBRainbow.ZOrder" xml:space="preserve">
|
|
|
|
<value>4</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pnlActions.Name" xml:space="preserve">
|
|
|
|
<value>pnlActions</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnR2.Text" xml:space="preserve">
|
|
|
|
<value>Right Trigger</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnLeft.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>15, 12</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDR2.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>49, 20</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnSwipeLeft.Name" xml:space="preserve">
|
|
|
|
<value>bnSwipeLeft</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDflashLED.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>167</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbShiftGreen.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>180, 33</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tPCurve.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftTouchUpper.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftTouchUpper</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnShiftLightbar.Name" xml:space="preserve">
|
|
|
|
<value>btnShiftLightbar</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBShiftControl.Items17" xml:space="preserve">
|
|
|
|
<value>R3</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftRSUp.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnR1.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftR2.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pnlSticks.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>7, 41</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftSwipeDown.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftGyroXN.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>261, 3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnLSRight.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnPS.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>86</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbShiftRed.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>15, 13</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnR3.Parent" xml:space="preserve">
|
|
|
|
<value>pnlSticks</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftTouchMulti.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>Flat</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbFlashAt.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="pBLSDeadzone.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cHTrigger.Width" type="System.Int32, mscorlib">
|
|
|
|
<value>105</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBShiftControls.Items11" xml:space="preserve">
|
|
|
|
<value>L1 :</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftLeft.ZOrder" xml:space="preserve">
|
|
|
|
<value>18</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBsixaxisAccelZ.Name" xml:space="preserve">
|
|
|
|
<value>tBsixaxisAccelZ</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lBShiftControls.Items1" xml:space="preserve">
|
|
|
|
<value>Circle :</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>pnlSticks.Parent" xml:space="preserve">
|
|
|
|
<value>tPControls</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>btnBrowse.ZOrder" xml:space="preserve">
|
|
|
|
<value>4</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBLaunchProgram.Name" xml:space="preserve">
|
|
|
|
<value>cBLaunchProgram</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBShiftBlueBar.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLSTip.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>216</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftDown.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftMain</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbWhileCharging.Parent" xml:space="preserve">
|
|
|
|
<value>gBLightbar</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftTriangle.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftMain</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnCircle.ZOrder" xml:space="preserve">
|
|
|
|
<value>7</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tPController.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>428, 216</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbSixaxisX.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbTPSwipes.Text" xml:space="preserve">
|
|
|
|
<value>Touchpad
|
|
|
|
Swipes:</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tPDeadzone.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>4, 22</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="btnBrowse.ImageAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>MiddleRight</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="btnLeftStick.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>91</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDL2.RightToLeft" type="System.Windows.Forms.RightToLeft, System.Windows.Forms">
|
|
|
|
<value>No</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnShiftRightStick.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>28, 28</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBShiftLight.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>226</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnPS.Text" xml:space="preserve">
|
|
|
|
<value>Guide</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnTouchLeft.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>Flat</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>nUDL2.Name" xml:space="preserve">
|
|
|
|
<value>nUDL2</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftLSRight.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBControllerInput.Name" xml:space="preserve">
|
|
|
|
<value>cBControllerInput</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tSMILSInvertedX.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>127, 22</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftLSRight.Text" xml:space="preserve">
|
|
|
|
<value>Fall Back</value>
|
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>pnlSticks.Name" xml:space="preserve">
|
|
|
|
<value>pnlSticks</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftGyroXN.Parent" xml:space="preserve">
|
|
|
|
<value>fLPShiftTiltControls</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBR2.ZOrder" xml:space="preserve">
|
|
|
|
<value>16</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBBlueBar.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBlowerRCOn.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftLSRight.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnPS.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>17, 17</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftLSRight.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>165</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tSMIDPadInverted.Name" xml:space="preserve">
|
|
|
|
<value>tSMIDPadInverted</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tPSpecial.Text" xml:space="preserve">
|
|
|
|
<value>Special Actions</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnLSRight.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbRSCurve.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbLowBlue.Text" xml:space="preserve">
|
|
|
|
<value>B</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbR2Track.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>MiddleCenter</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbTPSwipes.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>255</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftTouchMulti.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>109, 40</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnSquare.Parent" xml:space="preserve">
|
|
|
|
<value>pnlMain</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBLightbyBattery.Text" xml:space="preserve">
|
|
|
|
<value>Color by Battery %</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBShiftControls.Items14" xml:space="preserve">
|
|
|
|
<value>R2 :</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lb6Accel.Parent" xml:space="preserve">
|
|
|
|
<value>pnlSixaxis</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnRSLeft.Parent" xml:space="preserve">
|
|
|
|
<value>pnlSticks</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnGyroZP.Text" xml:space="preserve">
|
|
|
|
<value>Tilt Down</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBProgram.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cHName.Name" xml:space="preserve">
|
|
|
|
<value>cHName</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBTap.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>45, 17</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="nUDL2.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>203</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnCircle.Parent" xml:space="preserve">
|
|
|
|
<value>pnlMain</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbRSTrack.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>TopCenter</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnRightStick.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>91</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>wScanCodeWASDToolStripMenuItem.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbRSTip.Name" xml:space="preserve">
|
|
|
|
<value>lbRSTip</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBL2.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>244</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBWhileCharging.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>239</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tBsixaxisGyroY.Name" xml:space="preserve">
|
|
|
|
<value>tBsixaxisGyroY</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tPShiftMod.Parent" xml:space="preserve">
|
|
|
|
<value>tabControls</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbFlashAt.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftUp.ZOrder" xml:space="preserve">
|
|
|
|
<value>12</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBIdleDisconnect.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>232</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>fLPActionButtons.Parent" xml:space="preserve">
|
|
|
|
<value>pnlActions</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftRight.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftMain</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tPSpecial.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>428, 216</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cHTrigger.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnR1.ZOrder" xml:space="preserve">
|
|
|
|
<value>5</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbActionsTip.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>3, 0</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnTriangle.Type" xml:space="preserve">
|
2014-12-20 02:31:00 +01:00
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnTriangle.Parent" xml:space="preserve">
|
|
|
|
<value>pnlMain</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftRSRight.Text" xml:space="preserve">
|
|
|
|
<value>Fall Back</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbBlue.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tSMIMouseInverted.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBShiftGreenBar.ZOrder" xml:space="preserve">
|
|
|
|
<value>6</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLowBlue.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>308, 9</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>pnlFull.Parent" xml:space="preserve">
|
|
|
|
<value>gBLightbar</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tBsixaxisAccelX.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>71, 25</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="cBLaunchProgram.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>NoControl</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBsixaxisAccelY.Name" xml:space="preserve">
|
|
|
|
<value>tBsixaxisAccelY</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pnlShiftSticks.Name" xml:space="preserve">
|
|
|
|
<value>pnlShiftSticks</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>cBShiftLight.Name" xml:space="preserve">
|
|
|
|
<value>cBShiftLight</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnSwipeLeft.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>80, 23</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBRSDeadzone.ZOrder" xml:space="preserve">
|
|
|
|
<value>12</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftCircle.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftRight.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="gBLightbar.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>439, 129</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftR3.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-13 21:12:03 +01:00
|
|
|
<value>NoControl</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbEmpty.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lVActions.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cHName.Width" type="System.Int32, mscorlib">
|
|
|
|
<value>140</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>nUDSZ.ZOrder" xml:space="preserve">
|
|
|
|
<value>11</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="nUDLSCurve.RightToLeft" type="System.Windows.Forms.RightToLeft, System.Windows.Forms">
|
|
|
|
<value>No</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBTouchpadJitterCompensation.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>118, 17</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftLSDown.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>36, 120</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDIdleDisconnect.Name" xml:space="preserve">
|
|
|
|
<value>nUDIdleDisconnect</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbTPSwipes.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>59, 26</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftLSRight.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>11, 23</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="btnRemAction.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>14</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnL3.Name" xml:space="preserve">
|
|
|
|
<value>bnL3</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnRSRight.ZOrder" xml:space="preserve">
|
|
|
|
<value>7</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbBlue.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>160</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnLSUp.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>167</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBLSDeadzone.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>63, 145</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tPCurve.Text" xml:space="preserve">
|
|
|
|
<value>Curve</value>
|
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBTap.RightToLeft" type="System.Windows.Forms.RightToLeft, System.Windows.Forms">
|
|
|
|
<value>Yes</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="btnShiftLeftStick.Text" xml:space="preserve">
|
|
|
|
<value>LS</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lBControls.Items32" xml:space="preserve">
|
|
|
|
<value>Sixaxis Right :</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnTouchLeft.Parent" xml:space="preserve">
|
|
|
|
<value>pnlMain</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnL3.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBSlide.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>49, 17</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pnlShiftSticks.Visible" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lVActions.Parent" xml:space="preserve">
|
|
|
|
<value>pnlActions</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbLowRed.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>158</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbGreen.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>180, 7</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftCircle.Text" xml:space="preserve">
|
|
|
|
<value>Fall Back</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="ABXYToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>Face Buttons</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>cBScroll.ZOrder" xml:space="preserve">
|
|
|
|
<value>8</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbControlTip.Parent" xml:space="preserve">
|
|
|
|
<value>tPControls</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbHold.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>MiddleCenter</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnR3.ZOrder" xml:space="preserve">
|
|
|
|
<value>11</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>btnShiftFullView.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftSticks</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBRainbow.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>159, 17</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftRSRight.ZOrder" xml:space="preserve">
|
|
|
|
<value>7</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBShiftSticks.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftSticks</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tPCurve.Name" xml:space="preserve">
|
|
|
|
<value>tPCurve</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbEmpty.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>225</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tPSpecial.Name" xml:space="preserve">
|
|
|
|
<value>tPSpecial</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>btnFullView.Parent" xml:space="preserve">
|
|
|
|
<value>pnlSticks</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cHTrigger.Text" xml:space="preserve">
|
|
|
|
<value>Trigger</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbFlashAt.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>9, 17</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnRSRight.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>13, 23</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbShift.Text" xml:space="preserve">
|
|
|
|
<value>Shift:</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnTouchUpper.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbRS.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tBShiftRedBar.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftL3.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>163</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tBL2.ZOrder" xml:space="preserve">
|
|
|
|
<value>17</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="gBRumble.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>445, 12</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnNewAction.Text" xml:space="preserve">
|
|
|
|
<value>New Action</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftRSDown.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
|
|
|
</data>
|
|
|
|
<data name="btnBrowse.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>Zoom</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pnlSticks.Visible" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbSixaxisX.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>197</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="controlToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>117, 22</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbTPSwipes.Parent" xml:space="preserve">
|
|
|
|
<value>tPControls</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBDelayTracker.Parent" xml:space="preserve">
|
|
|
|
<value>tPController</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbLSCurvePercent.Parent" xml:space="preserve">
|
|
|
|
<value>tPCurve</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftL3.Text" xml:space="preserve">
|
|
|
|
<value>Fall Back</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tSMIMouseInverted.Name" xml:space="preserve">
|
|
|
|
<value>tSMIMouseInverted</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbRSTip.Parent" xml:space="preserve">
|
|
|
|
<value>tPController</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBL2.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBsixaxisAccelZ.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>49, 19</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnRSRight.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnSwipeRight.Text" xml:space="preserve">
|
|
|
|
<value>Swipe Right</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBShiftControls.Items12" xml:space="preserve">
|
|
|
|
<value>R1 :</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>fLPShiftTouchSwipe.Name" xml:space="preserve">
|
|
|
|
<value>fLPShiftTouchSwipe</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnRSDown.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBTPforControls.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>315, 36</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftRight.ZOrder" xml:space="preserve">
|
|
|
|
<value>16</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>fLPShiftTiltControls.Parent" xml:space="preserve">
|
|
|
|
<value>tPShiftMod</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tBRedBar.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>cBMouseAccel.ZOrder" xml:space="preserve">
|
|
|
|
<value>6</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbR2Track.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>385, 33</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftL3.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnLSLeft.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>11, 23</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbSATip.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>MiddleCenter</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftLSRight.ZOrder" xml:space="preserve">
|
|
|
|
<value>8</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="nUDL2.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>49, 20</value>
|
2014-11-20 20:03:18 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftL2.ZOrder" xml:space="preserve">
|
|
|
|
<value>15</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lBControls.Items22" xml:space="preserve">
|
|
|
|
<value>Left Stick Down :</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnGyroZN.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnTriangle.ZOrder" xml:space="preserve">
|
|
|
|
<value>11</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbInputDelay.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>100, 13</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftTouchUpper.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2014-12-17 19:29:22 +01:00
|
|
|
<value>NoControl</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnLeft.ZOrder" xml:space="preserve">
|
|
|
|
<value>16</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBFlushHIDQueue.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>198</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftGyroZP.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>80, 23</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="nUDRSCurve.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>207</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbWhileCharging.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>82, 13</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBScroll.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnLSLeft.Name" xml:space="preserve">
|
|
|
|
<value>bnLSLeft</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbPercentFlashBar.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>99, 17</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftL2.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbSixaxisZ.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>49, 13</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnShiftLightbar.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>79, 19</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>nUDflashLED.Name" xml:space="preserve">
|
|
|
|
<value>nUDflashLED</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>pBSticks.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>btnFullView.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBDinput.RightToLeft" type="System.Windows.Forms.RightToLeft, System.Windows.Forms">
|
|
|
|
<value>Yes</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftR3.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>168</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tSMILSInverted.Name" xml:space="preserve">
|
|
|
|
<value>tSMILSInverted</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbGreen.Parent" xml:space="preserve">
|
|
|
|
<value>pnlFull</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnUp.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftLSLeft.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>164</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftUp.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>80</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftSwipeLeft.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftSwipeLeft</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tBL2.RightToLeftLayout" type="System.Boolean, mscorlib">
|
2014-12-20 02:31:00 +01:00
|
|
|
<value>True</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnL2.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="wScanCodeArrowKeysToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>w/ Scan Code</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnDown.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnEditAction.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>136, 23</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbLowBlue.Parent" xml:space="preserve">
|
|
|
|
<value>pnlLowBattery</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftOptions.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnTouchMulti.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbSATip.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>300, 56</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbUseController.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>252</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>LSToolStripMenuItem.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnSwipeRight.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>261, 3</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnBrowse.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>67, 23</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftTouchMulti.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbSATrack.Parent" xml:space="preserve">
|
|
|
|
<value>tPController</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lbLSCurvePercent.ZOrder" xml:space="preserve">
|
|
|
|
<value>4</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftLSDown.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>controlToolStripMenuItem.Name" xml:space="preserve">
|
|
|
|
<value>controlToolStripMenuItem</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lBShiftControls.Items15" xml:space="preserve">
|
|
|
|
<value>L3 :</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftPS.Parent" xml:space="preserve">
|
|
|
|
<value>pnlShiftMain</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="$this.AutoScroll" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pnlLowBattery.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>1, 72</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBLowGreenBar.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>100, 20</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnL3.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>36, 92</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbShiftGryo.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>67, 13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lbButtonMouseSens.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>92, 13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>tSMIMouseInvertedY.Name" xml:space="preserve">
|
|
|
|
<value>tSMIMouseInvertedY</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnRight.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>15, 15</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cbStartTouchpadOff.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>142, 17</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tBLowRedBar.Name" xml:space="preserve">
|
|
|
|
<value>tBLowRedBar</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="cBControllerInput.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>117, 73</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>nUDRumbleBoost.Name" xml:space="preserve">
|
|
|
|
<value>nUDRumbleBoost</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnShiftLeftStick.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbR2Track.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>21, 13</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnTriangle.Name" xml:space="preserve">
|
|
|
|
<value>bnTriangle</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftLSRight.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBShiftControls.Items7" xml:space="preserve">
|
|
|
|
<value>Down :</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnPS.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftR1.ZOrder" xml:space="preserve">
|
|
|
|
<value>5</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnPS.Name" xml:space="preserve">
|
|
|
|
<value>bnPS</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="btnShiftLeftStick.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>91</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnLSRight.ZOrder" xml:space="preserve">
|
|
|
|
<value>8</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>btnShiftRightStick.Name" xml:space="preserve">
|
|
|
|
<value>btnShiftRightStick</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnSwipeLeft.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>175, 3</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>nUDSZ.Parent" xml:space="preserve">
|
|
|
|
<value>tPDeadzone</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbGyro.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnGyroXP.Name" xml:space="preserve">
|
|
|
|
<value>bnGyroXP</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="tBLowGreenBar.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>196, 5</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnGyroXN.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>80, 23</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftUp.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftLSDown.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>23, 11</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnOptions.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbR2Track.Parent" xml:space="preserve">
|
|
|
|
<value>tPController</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lBControls.Items18" xml:space="preserve">
|
|
|
|
<value>Upper Touch : </value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tabControls.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
2014-11-18 22:23:41 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="lBControls.Items28" xml:space="preserve">
|
|
|
|
<value>Right Stick Right :</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnTouchMulti.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>192</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tBRedBar.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tBShiftBlueBar.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="pBShiftController.Enabled" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftTouchMulti.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>nUDLS.Name" xml:space="preserve">
|
|
|
|
<value>nUDLS</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="bnShiftRSUp.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>23, 11</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftLeft.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftLeft</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>nUDRS.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lowColorChooserButton.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBSlide.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>4, 20</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnLSDown.ZOrder" xml:space="preserve">
|
|
|
|
<value>10</value>
|
2014-11-01 22:49:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="cBShiftControl.Items22" xml:space="preserve">
|
|
|
|
<value>Sixaxis Up</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name="tSMILSInvertedX.Text" xml:space="preserve">
|
|
|
|
<value>Inverted X</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftGyroZP.Parent" xml:space="preserve">
|
|
|
|
<value>fLPShiftTiltControls</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>lbRSCurvePercent.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="bnShiftTriangle.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
|
|
|
|
<value>Flat</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="nUDLS.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>30, 31</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="lbIdleMinutes.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnTouchLeft.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>tBShiftGreenBar.Name" xml:space="preserve">
|
|
|
|
<value>tBShiftGreenBar</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>lb6Gryo.Parent" xml:space="preserve">
|
|
|
|
<value>pnlSixaxis</value>
|
2014-12-17 19:29:22 +01:00
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name=">>bnShiftSwipeLeft.Parent" xml:space="preserve">
|
|
|
|
<value>fLPShiftTouchSwipe</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-12-20 02:31:00 +01:00
|
|
|
<data name=">>bnShiftTouchLeft.Name" xml:space="preserve">
|
|
|
|
<value>bnShiftTouchLeft</value>
|
|
|
|
</data>
|
|
|
|
<metadata name="cMSPresets.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
|
|
<value>293, 17</value>
|
|
|
|
</metadata>
|
|
|
|
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
|
|
|
<value>True</value>
|
|
|
|
</metadata>
|
|
|
|
<metadata name="openFileDialog1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
|
|
<value>153, 17</value>
|
|
|
|
</metadata>
|
|
|
|
<metadata name="advColorDialog.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
|
|
<value>17, 17</value>
|
|
|
|
</metadata>
|
|
|
|
<metadata name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<value>it-IT</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</metadata>
|
2014-03-28 02:50:40 +01:00
|
|
|
</root>
|