2014-04-27 21:32:09 +02:00
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
// Runtime Version:4.0.30319.42000
2014-04-27 21:32:09 +02:00
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
2014-11-18 22:23:41 +01:00
namespace DS4Windows.Properties {
2014-04-27 21:32:09 +02:00
using System ;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
2017-12-20 07:29:16 +01:00
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
2014-04-27 21:32:09 +02:00
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
2014-06-21 20:00:28 +02:00
internal class Resources {
2014-04-27 21:32:09 +02:00
private static global :: System . Resources . ResourceManager resourceMan ;
private static global :: System . Globalization . CultureInfo resourceCulture ;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources ( ) {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
2014-06-21 20:00:28 +02:00
internal static global :: System . Resources . ResourceManager ResourceManager {
2014-04-27 21:32:09 +02:00
get {
if ( object . ReferenceEquals ( resourceMan , null ) ) {
2014-11-18 22:23:41 +01:00
global :: System . Resources . ResourceManager temp = new global :: System . Resources . ResourceManager ( "DS4Windows.Properties.Resources" , typeof ( Resources ) . Assembly ) ;
2014-04-27 21:32:09 +02:00
resourceMan = temp ;
}
return resourceMan ;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
2014-06-21 20:00:28 +02:00
internal static global :: System . Globalization . CultureInfo Culture {
2014-04-27 21:32:09 +02:00
get {
return resourceCulture ;
}
set {
resourceCulture = value ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2015-12-18 07:25:51 +01:00
internal static System . Drawing . Bitmap _360_highlight {
2014-04-27 21:32:09 +02:00
get {
2015-12-18 07:25:51 +01:00
object obj = ResourceManager . GetObject ( "_360_highlight" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System . Drawing . Bitmap _360_map {
get {
object obj = ResourceManager . GetObject ( "_360_map" , resourceCulture ) ;
2014-04-27 21:32:09 +02:00
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
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
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System . Drawing . Bitmap _checked {
get {
object obj = ResourceManager . GetObject ( "_checked" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
2014-06-17 01:43:01 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap A {
2014-06-17 01:43:01 +02:00
get {
object obj = ResourceManager . GetObject ( "A" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
2014-12-13 21:12:03 +01:00
/// <summary>
/// Looks up a localized string similar to Name of this action already exists.
/// </summary>
internal static string ActionExists {
get {
return ResourceManager . GetString ( "ActionExists" , resourceCulture ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to Adding to list....
/// </summary>
internal static string AddingToList {
get {
return ResourceManager . GetString ( "AddingToList" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Add Programs.
/// </summary>
internal static string AddPrograms {
get {
return ResourceManager . GetString ( "AddPrograms" , resourceCulture ) ;
}
}
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
/// <summary>
Version 1.4.5
Added support for the New DS4 USB Adapater (Thanks to boganhobo and
Chamilsaan)
Implemented teokp's amazing fix for hide ds4 not working on the
anniversary update of Windows 10: when a controller fails to enter
exclusive mode, DS4Windows will ask for admin privilages to fix the
issue.
Now (near)unlimited Special Actions can be made from the previous limit
of 50
Special Action Xbox Game DVR is now no longer limited to Windows 10,
renamed multi action button: Assign a macro to single tap, double tap,
and holding down a button
Added option for White DS4Windows Icon in the notification tray (While
not merged from, thanks to tehmantra)
Added option to temporarily turn off DS4Windows when using a certain
program (togglable in the Auto Profiles Tab) (Same case as above but
thanks to dedChar to bring to light)
Fixed Options crashes in certain locales where decimal points are
repesented with commas, such as German (Thanks to kiliansch)
Added/Updated translations for many languauges, now including Japanese,
Slovenian, Hungarian, Greek, Finnish, Czech, Indonesian, and Ukrainian
2016-09-22 03:38:38 +02:00
/// Looks up a localized string similar to A location must be picked to continue.
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
/// </summary>
internal static string ALocactionNeeded {
get {
return ResourceManager . GetString ( "ALocactionNeeded" , resourceCulture ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to Always Rainbow Mode.
/// </summary>
internal static string AlwaysRainbow {
get {
return ResourceManager . GetString ( "AlwaysRainbow" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Assign to Controller *number*.
/// </summary>
internal static string AssignProfile {
get {
return ResourceManager . GetString ( "AssignProfile" , resourceCulture ) ;
}
}
2014-06-17 01:43:01 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap B {
2014-06-17 01:43:01 +02:00
get {
object obj = ResourceManager . GetObject ( "B" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap BACK {
2014-06-17 01:43:01 +02:00
get {
object obj = ResourceManager . GetObject ( "BACK" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to Battery: *number*%.
/// </summary>
internal static string Battery {
get {
return ResourceManager . GetString ( "Battery" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Best used with right side as a mouse function.
/// </summary>
internal static string BestUsedRightSide {
get {
return ResourceManager . GetString ( "BestUsedRightSide" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Browse....
/// </summary>
internal static string Browse {
get {
return ResourceManager . GetString ( "Browse" , resourceCulture ) ;
}
}
2014-05-30 22:39:39 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap BT {
2014-05-30 22:39:39 +02:00
get {
object obj = ResourceManager . GetObject ( "BT" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
2017-05-17 08:02:12 +02:00
/// <summary>
/// Looks up a localized string similar to Determines the poll rate used for the DS4 hardware when connected via Bluetooth.
/// </summary>
internal static string BTPollRate {
get {
return ResourceManager . GetString ( "BTPollRate" , resourceCulture ) ;
}
}
2014-12-02 01:07:29 +01:00
/// <summary>
2014-12-03 23:36:54 +01:00
/// Looks up a localized string similar to Cannot move files to new location, Please rename the DS4Tool folder to "DS4Windows".
2014-12-02 01:07:29 +01:00
/// </summary>
internal static string CannotMoveFiles {
get {
return ResourceManager . GetString ( "CannotMoveFiles" , resourceCulture ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
Version 1.4.5
Added support for the New DS4 USB Adapater (Thanks to boganhobo and
Chamilsaan)
Implemented teokp's amazing fix for hide ds4 not working on the
anniversary update of Windows 10: when a controller fails to enter
exclusive mode, DS4Windows will ask for admin privilages to fix the
issue.
Now (near)unlimited Special Actions can be made from the previous limit
of 50
Special Action Xbox Game DVR is now no longer limited to Windows 10,
renamed multi action button: Assign a macro to single tap, double tap,
and holding down a button
Added option for White DS4Windows Icon in the notification tray (While
not merged from, thanks to tehmantra)
Added option to temporarily turn off DS4Windows when using a certain
program (togglable in the Auto Profiles Tab) (Same case as above but
thanks to dedChar to bring to light)
Fixed Options crashes in certain locales where decimal points are
repesented with commas, such as German (Thanks to kiliansch)
Added/Updated translations for many languauges, now including Japanese,
Slovenian, Hungarian, Greek, Finnish, Czech, Indonesian, and Ukrainian
2016-09-22 03:38:38 +02:00
/// Looks up a localized string similar to Cannot write at current location. Copy Settings to appdata?.
2014-08-17 00:09:15 +02:00
/// </summary>
internal static string CannotWriteHere {
get {
return ResourceManager . GetString ( "CannotWriteHere" , resourceCulture ) ;
}
}
2015-06-01 21:04:22 +02:00
/// <summary>
/// Looks up a localized string similar to Charge the battery.
/// </summary>
internal static string ChargeController {
get {
return ResourceManager . GetString ( "ChargeController" , resourceCulture ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to Charged.
/// </summary>
internal static string Charged {
get {
return ResourceManager . GetString ( "Charged" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Charging: *number*%.
/// </summary>
internal static string Charging {
get {
return ResourceManager . GetString ( "Charging" , resourceCulture ) ;
}
}
2015-02-12 20:36:40 +01:00
/// <summary>
/// Looks up a localized string similar to Check Battery.
/// </summary>
internal static string CheckBattery {
get {
return ResourceManager . GetString ( "CheckBattery" , resourceCulture ) ;
}
}
2017-06-25 20:07:48 +02:00
/// <summary>
/// Looks up a localized string similar to This will disconnect all your connected controllers. Proceed?.
/// </summary>
internal static string CloseConfirm {
get {
return ResourceManager . GetString ( "CloseConfirm" , resourceCulture ) ;
}
}
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
/// <summary>
/// Looks up a localized string similar to Close DS4Windows?.
/// </summary>
internal static string CloseDS4W {
get {
return ResourceManager . GetString ( "CloseDS4W" , resourceCulture ) ;
}
}
2014-12-13 21:12:03 +01:00
/// <summary>
/// Looks up a localized string similar to Close DS4Windows via the notification icon.
/// </summary>
internal static string CloseMinimize {
get {
return ResourceManager . GetString ( "CloseMinimize" , resourceCulture ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to Color.
/// </summary>
internal static string Color {
get {
return ResourceManager . GetString ( "Color" , resourceCulture ) ;
}
}
/// <summary>
2017-05-05 05:15:22 +02:00
/// Looks up a localized string similar to Color by Battery %.
2014-08-17 00:09:15 +02:00
/// </summary>
internal static string ColorByBattery {
get {
return ResourceManager . GetString ( "ColorByBattery" , resourceCulture ) ;
}
}
2017-06-25 20:07:48 +02:00
/// <summary>
/// Looks up a localized string similar to Confirm....
/// </summary>
internal static string Confirm {
get {
return ResourceManager . GetString ( "Confirm" , resourceCulture ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to Connecting....
/// </summary>
internal static string Connecting {
get {
return ResourceManager . GetString ( "Connecting" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Edit Profile for Controller *number*.
/// </summary>
internal static string ContextEdit {
get {
return ResourceManager . GetString ( "ContextEdit" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Make Profile for Controller *number*.
/// </summary>
internal static string ContextNew {
get {
return ResourceManager . GetString ( "ContextNew" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Controller *Mac address* was removed or lost connection.
/// </summary>
internal static string ControllerWasRemoved {
get {
return ResourceManager . GetString ( "ControllerWasRemoved" , resourceCulture ) ;
}
}
2014-05-30 22:39:39 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap copy {
2014-05-30 22:39:39 +02:00
get {
object obj = ResourceManager . GetObject ( "copy" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to Copy complete, please relaunch DS4Windows and remove settings from Program Directory.
/// </summary>
internal static string CopyComplete {
get {
return ResourceManager . GetString ( "CopyComplete" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Click to copy the full color.
/// </summary>
internal static string CopyFullColor {
get {
return ResourceManager . GetString ( "CopyFullColor" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Warning: Could not open DS4 *Mac address* exclusively..
/// </summary>
internal static string CouldNotOpenDS4 {
get {
return ResourceManager . GetString ( "CouldNotOpenDS4" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to day.
/// </summary>
internal static string Day {
get {
return ResourceManager . GetString ( "Day" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to days.
/// </summary>
internal static string Days {
get {
return ResourceManager . GetString ( "Days" , resourceCulture ) ;
}
}
2014-05-30 22:39:39 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap delete {
2014-05-30 22:39:39 +02:00
get {
object obj = ResourceManager . GetObject ( "delete" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to Delete Profile?.
/// </summary>
internal static string DeleteProfile {
get {
return ResourceManager . GetString ( "DeleteProfile" , resourceCulture ) ;
}
}
/// <summary>
2017-05-05 05:15:22 +02:00
/// Looks up a localized string similar to Dim by Battery %.
2014-08-17 00:09:15 +02:00
/// </summary>
internal static string DimByBattery {
get {
return ResourceManager . GetString ( "DimByBattery" , resourceCulture ) ;
}
}
2014-08-23 22:52:20 +02:00
/// <summary>
2015-02-08 22:51:52 +01:00
/// Looks up a localized string similar to Turn off X360 input and only use the DS4's native input, hide ds4 must be off (Wired Only).
2014-08-23 22:52:20 +02:00
/// </summary>
internal static string DinputOnly {
get {
return ResourceManager . GetString ( "DinputOnly" , resourceCulture ) ;
}
}
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
/// <summary>
/// Looks up a localized string similar to Disconnect BT.
/// </summary>
internal static string DisconnectBT {
get {
return ResourceManager . GetString ( "DisconnectBT" , resourceCulture ) ;
}
}
2014-06-21 20:00:28 +02:00
/// <summary>
/// Looks up a localized string similar to Disconnected.
/// </summary>
internal static string Disconnected {
get {
return ResourceManager . GetString ( "Disconnected" , resourceCulture ) ;
}
}
2014-06-17 01:43:01 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap DOWN {
2014-06-17 01:43:01 +02:00
get {
object obj = ResourceManager . GetObject ( "DOWN" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to Downloading *number*%.
/// </summary>
internal static string Downloading {
get {
return ResourceManager . GetString ( "Downloading" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Download Version *number* now?.
/// </summary>
internal static string DownloadVersion {
get {
return ResourceManager . GetString ( "DownloadVersion" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Down.
/// </summary>
internal static string DownText {
get {
return ResourceManager . GetString ( "DownText" , resourceCulture ) ;
}
}
2014-04-27 21:32:09 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Icon DS4 {
2014-04-27 21:32:09 +02:00
get {
object obj = ResourceManager . GetObject ( "DS4" , resourceCulture ) ;
return ( ( System . Drawing . Icon ) ( obj ) ) ;
}
}
2015-11-28 06:47:26 +01:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System . Drawing . Bitmap DS4_Config {
get {
object obj = ResourceManager . GetObject ( "DS4_Config" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System . Drawing . Bitmap DS4_Config_Circle {
get {
object obj = ResourceManager . GetObject ( "DS4_Config_Circle" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System . Drawing . Bitmap DS4_Config_Cross {
get {
object obj = ResourceManager . GetObject ( "DS4_Config_Cross" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System . Drawing . Bitmap DS4_Config_Down {
get {
object obj = ResourceManager . GetObject ( "DS4_Config_Down" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System . Drawing . Bitmap DS4_Config_L1 {
get {
object obj = ResourceManager . GetObject ( "DS4_Config_L1" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System . Drawing . Bitmap DS4_Config_L2 {
get {
object obj = ResourceManager . GetObject ( "DS4_Config_L2" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System . Drawing . Bitmap DS4_Config_Left {
get {
object obj = ResourceManager . GetObject ( "DS4_Config_Left" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System . Drawing . Bitmap DS4_Config_LS {
get {
object obj = ResourceManager . GetObject ( "DS4_Config_LS" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System . Drawing . Bitmap DS4_Config_Options {
get {
object obj = ResourceManager . GetObject ( "DS4_Config_Options" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System . Drawing . Bitmap DS4_Config_PS {
get {
object obj = ResourceManager . GetObject ( "DS4_Config_PS" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System . Drawing . Bitmap DS4_Config_R1 {
get {
object obj = ResourceManager . GetObject ( "DS4_Config_R1" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System . Drawing . Bitmap DS4_Config_R2 {
get {
object obj = ResourceManager . GetObject ( "DS4_Config_R2" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System . Drawing . Bitmap DS4_Config_Right {
get {
object obj = ResourceManager . GetObject ( "DS4_Config_Right" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System . Drawing . Bitmap DS4_Config_RS {
get {
object obj = ResourceManager . GetObject ( "DS4_Config_RS" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System . Drawing . Bitmap DS4_Config_Share {
get {
object obj = ResourceManager . GetObject ( "DS4_Config_Share" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System . Drawing . Bitmap DS4_Config_Square {
get {
object obj = ResourceManager . GetObject ( "DS4_Config_Square" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System . Drawing . Bitmap DS4_Config_TouchLeft {
get {
object obj = ResourceManager . GetObject ( "DS4_Config_TouchLeft" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System . Drawing . Bitmap DS4_Config_TouchMulti {
get {
object obj = ResourceManager . GetObject ( "DS4_Config_TouchMulti" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System . Drawing . Bitmap DS4_Config_TouchRight {
get {
object obj = ResourceManager . GetObject ( "DS4_Config_TouchRight" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System . Drawing . Bitmap DS4_Config_TouchUpper {
get {
object obj = ResourceManager . GetObject ( "DS4_Config_TouchUpper" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System . Drawing . Bitmap DS4_Config_Triangle {
get {
object obj = ResourceManager . GetObject ( "DS4_Config_Triangle" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System . Drawing . Bitmap DS4_Config_Up {
get {
object obj = ResourceManager . GetObject ( "DS4_Config_Up" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
2014-04-27 21:32:09 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap DS4_Controller {
2014-04-27 21:32:09 +02:00
get {
object obj = ResourceManager . GetObject ( "DS4_Controller" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
2015-11-28 06:47:26 +01:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System . Drawing . Bitmap DS4_lightbar {
get {
object obj = ResourceManager . GetObject ( "DS4_lightbar" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to DS4Windows Update Available!.
/// </summary>
internal static string DS4Update {
get {
return ResourceManager . GetString ( "DS4Update" , resourceCulture ) ;
}
}
2014-11-14 20:44:50 +01:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System . Drawing . Icon DS4W {
get {
object obj = ResourceManager . GetObject ( "DS4W" , resourceCulture ) ;
return ( ( System . Drawing . Icon ) ( obj ) ) ;
}
}
Version 1.4.5
Added support for the New DS4 USB Adapater (Thanks to boganhobo and
Chamilsaan)
Implemented teokp's amazing fix for hide ds4 not working on the
anniversary update of Windows 10: when a controller fails to enter
exclusive mode, DS4Windows will ask for admin privilages to fix the
issue.
Now (near)unlimited Special Actions can be made from the previous limit
of 50
Special Action Xbox Game DVR is now no longer limited to Windows 10,
renamed multi action button: Assign a macro to single tap, double tap,
and holding down a button
Added option for White DS4Windows Icon in the notification tray (While
not merged from, thanks to tehmantra)
Added option to temporarily turn off DS4Windows when using a certain
program (togglable in the Auto Profiles Tab) (Same case as above but
thanks to dedChar to bring to light)
Fixed Options crashes in certain locales where decimal points are
repesented with commas, such as German (Thanks to kiliansch)
Added/Updated translations for many languauges, now including Japanese,
Slovenian, Hungarian, Greek, Finnish, Czech, Indonesian, and Ukrainian
2016-09-22 03:38:38 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System . Drawing . Icon DS4W___White {
get {
object obj = ResourceManager . GetObject ( "DS4W___White" , resourceCulture ) ;
return ( ( System . Drawing . Icon ) ( obj ) ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to DS4Windows cannot edit settings here, This will now close.
/// </summary>
internal static string DS4WindowsCannotEditHere {
get {
return ResourceManager . GetString ( "DS4WindowsCannotEditHere" , resourceCulture ) ;
}
}
2014-05-30 22:39:39 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap edit {
2014-05-30 22:39:39 +02:00
get {
object obj = ResourceManager . GetObject ( "edit" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to Edit.
/// </summary>
internal static string EditProfile {
get {
return ResourceManager . GetString ( "EditProfile" , resourceCulture ) ;
}
}
2015-02-08 22:51:52 +01:00
/// <summary>
/// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
/// </summary>
internal static System . IO . UnmanagedMemoryStream EE {
get {
return ResourceManager . GetStream ( "EE" , resourceCulture ) ;
}
}
2014-05-31 06:37:02 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap export {
2014-05-31 06:37:02 +02:00
get {
object obj = ResourceManager . GetObject ( "export" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
/// <summary>
/// Looks up a localized string similar to Fall Back.
/// </summary>
internal static string FallBack {
get {
return ResourceManager . GetString ( "FallBack" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Fall Back to *button*.
/// </summary>
internal static string FallBackTo {
get {
return ResourceManager . GetString ( "FallBackTo" , resourceCulture ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to 5th Mouse Button Down.
/// </summary>
internal static string FifthMouseDown {
get {
return ResourceManager . GetString ( "FifthMouseDown" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to 5th Mouse Button Up.
/// </summary>
internal static string FifthMouseUp {
get {
return ResourceManager . GetString ( "FifthMouseUp" , resourceCulture ) ;
}
}
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
/// <summary>
/// Looks up a localized string similar to Click to change flash color. Black = default color.
/// </summary>
internal static string FlashAtTip {
get {
return ResourceManager . GetString ( "FlashAtTip" , resourceCulture ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to Flush HID.
/// </summary>
internal static string FlushHID {
get {
return ResourceManager . GetString ( "FlushHID" , resourceCulture ) ;
}
}
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
/// <summary>
/// Looks up a localized string similar to Flush HID Queue after each reading.
/// </summary>
internal static string FlushHIDTip {
get {
return ResourceManager . GetString ( "FlushHIDTip" , resourceCulture ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to Found Controller:.
/// </summary>
internal static string FoundController {
get {
return ResourceManager . GetString ( "FoundController" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to 4th Mouse Button Down.
/// </summary>
internal static string FourthMouseDown {
get {
return ResourceManager . GetString ( "FourthMouseDown" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to 4th Mouse Button Up.
/// </summary>
internal static string FourthMouseUp {
get {
return ResourceManager . GetString ( "FourthMouseUp" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Full.
/// </summary>
internal static string Full {
get {
return ResourceManager . GetString ( "Full" , resourceCulture ) ;
}
}
2014-11-18 22:23:41 +01:00
/// <summary>
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
/// Looks up a localized string similar to Click to see readout of Sixaxis Gyro.
2014-11-18 22:23:41 +01:00
/// </summary>
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
internal static string GyroReadout {
2014-11-18 22:23:41 +01:00
get {
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
return ResourceManager . GetString ( "GyroReadout" , resourceCulture ) ;
}
}
2017-06-24 11:52:39 +02:00
/// <summary>
/// Looks up a localized string similar to Check to have gyro active while trigger is active. Uncheck to disable gyro while trigger is active..
/// </summary>
internal static string GyroTriggerBehavior {
get {
return ResourceManager . GetString ( "GyroTriggerBehavior" , resourceCulture ) ;
}
}
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
/// <summary>
/// Looks up a localized string similar to GyroX, Left and Right Tilt.
/// </summary>
internal static string GyroX {
get {
return ResourceManager . GetString ( "GyroX" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to GyroY, Forward and Back Tilt.
/// </summary>
internal static string GyroY {
get {
return ResourceManager . GetString ( "GyroY" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to GyroZ, Up and Down Tilt.
/// </summary>
internal static string GyroZ {
get {
return ResourceManager . GetString ( "GyroZ" , resourceCulture ) ;
2014-11-18 22:23:41 +01:00
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to hour.
/// </summary>
internal static string Hour {
get {
return ResourceManager . GetString ( "Hour" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to hours.
/// </summary>
internal static string Hours {
get {
return ResourceManager . GetString ( "Hours" , resourceCulture ) ;
}
}
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
/// <summary>
/// Looks up a localized string similar to Hover over items to see description or more about.
/// </summary>
internal static string HoverOverItems {
get {
return ResourceManager . GetString ( "HoverOverItems" , resourceCulture ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to If removing DS4Windows, You can delete the settings following the profile folder link.
/// </summary>
internal static string IfRemovingDS4Windows {
get {
return ResourceManager . GetString ( "IfRemovingDS4Windows" , resourceCulture ) ;
}
}
2014-05-31 06:37:02 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap import {
2014-05-31 06:37:02 +02:00
get {
object obj = ResourceManager . GetObject ( "import" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
/// Looks up a localized string similar to Input Delay: *number*ms.
2014-08-17 00:09:15 +02:00
/// </summary>
internal static string InputDelay {
get {
return ResourceManager . GetString ( "InputDelay" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Install Complete.
/// </summary>
internal static string InstallComplete {
get {
return ResourceManager . GetString ( "InstallComplete" , resourceCulture ) ;
}
}
2014-09-15 04:37:14 +02:00
/// <summary>
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
/// Looks up a localized string similar to Install Drivers here.
2014-09-15 04:37:14 +02:00
/// </summary>
internal static string InstallDriver {
get {
return ResourceManager . GetString ( "InstallDriver" , resourceCulture ) ;
}
}
2014-11-14 20:44:50 +01:00
/// <summary>
/// Looks up a localized string similar to Install Failed, Please Retry.
/// </summary>
internal static string InstallFailed {
get {
return ResourceManager . GetString ( "InstallFailed" , resourceCulture ) ;
}
}
2014-11-04 04:44:55 +01:00
/// <summary>
/// Looks up a localized string similar to Installing....
/// </summary>
internal static string Installing {
get {
return ResourceManager . GetString ( "Installing" , resourceCulture ) ;
}
}
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
/// <summary>
/// Looks up a localized string similar to Use Sixaxis to help calculate touchpad movement.
/// </summary>
internal static string Jitter {
get {
return ResourceManager . GetString ( "Jitter" , resourceCulture ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
2014-08-23 22:52:20 +02:00
/// Looks up a localized string similar to Keep this window size after closing.
2014-08-17 00:09:15 +02:00
/// </summary>
internal static string KeepThisSize {
get {
return ResourceManager . GetString ( "KeepThisSize" , resourceCulture ) ;
}
}
2017-12-20 07:29:16 +01:00
/// <summary>
/// Looks up a localized string similar to Language pack change will take effect after DS4Windows application is restarted..
/// </summary>
internal static string LanguagePackApplyRestartRequired {
get {
return ResourceManager . GetString ( "LanguagePackApplyRestartRequired" , resourceCulture ) ;
}
}
2015-02-08 22:51:52 +01:00
/// <summary>
/// Looks up a localized string similar to Controller *number*'s latency now under 10ms.
/// </summary>
internal static string LatencyNotOverTen {
get {
return ResourceManager . GetString ( "LatencyNotOverTen" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Controller *number*'s latency over 10ms.
/// </summary>
internal static string LatencyOverTen {
get {
return ResourceManager . GetString ( "LatencyOverTen" , resourceCulture ) ;
}
}
2014-12-13 21:12:03 +01:00
/// <summary>
/// Looks up a localized string similar to Launch *program*.
/// </summary>
internal static string LaunchProgram {
get {
return ResourceManager . GetString ( "LaunchProgram" , resourceCulture ) ;
}
}
2014-06-17 01:43:01 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap LB {
2014-06-17 01:43:01 +02:00
get {
object obj = ResourceManager . GetObject ( "LB" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap LEFT {
2014-06-17 01:43:01 +02:00
get {
object obj = ResourceManager . GetObject ( "LEFT" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
2015-08-13 05:53:43 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System . Drawing . Bitmap left_touch {
get {
object obj = ResourceManager . GetObject ( "left_touch" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
/// <summary>
2017-05-27 16:05:46 +02:00
/// Looks up a localized string similar to Also dim light by idle timeout if enabled when DS4 is fully charged.
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
/// </summary>
internal static string LightByBatteryTip {
get {
return ResourceManager . GetString ( "LightByBatteryTip" , resourceCulture ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to Loading....
/// </summary>
internal static string Loading {
get {
return ResourceManager . GetString ( "Loading" , resourceCulture ) ;
}
}
2014-12-13 21:12:03 +01:00
/// <summary>
/// Looks up a localized string similar to Load *profile*.
/// </summary>
internal static string LoadProfile {
get {
return ResourceManager . GetString ( "LoadProfile" , resourceCulture ) ;
}
}
2014-06-17 01:43:01 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap LS {
2014-06-17 01:43:01 +02:00
get {
object obj = ResourceManager . GetObject ( "LS" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap LSD {
2014-06-17 01:43:01 +02:00
get {
object obj = ResourceManager . GetObject ( "LSD" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap LSL {
2014-06-17 01:43:01 +02:00
get {
object obj = ResourceManager . GetObject ( "LSL" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap LSR {
2014-06-17 01:43:01 +02:00
get {
object obj = ResourceManager . GetObject ( "LSR" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap LSU {
2014-06-17 01:43:01 +02:00
get {
object obj = ResourceManager . GetObject ( "LSU" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap LT {
2014-06-17 01:43:01 +02:00
get {
object obj = ResourceManager . GetObject ( "LT" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
/// <summary>
/// Looks up a localized string similar to Macro.
/// </summary>
internal static string Macro {
get {
return ResourceManager . GetString ( "Macro" , resourceCulture ) ;
}
}
Version 1.4.5
Added support for the New DS4 USB Adapater (Thanks to boganhobo and
Chamilsaan)
Implemented teokp's amazing fix for hide ds4 not working on the
anniversary update of Windows 10: when a controller fails to enter
exclusive mode, DS4Windows will ask for admin privilages to fix the
issue.
Now (near)unlimited Special Actions can be made from the previous limit
of 50
Special Action Xbox Game DVR is now no longer limited to Windows 10,
renamed multi action button: Assign a macro to single tap, double tap,
and holding down a button
Added option for White DS4Windows Icon in the notification tray (While
not merged from, thanks to tehmantra)
Added option to temporarily turn off DS4Windows when using a certain
program (togglable in the Auto Profiles Tab) (Same case as above but
thanks to dedChar to bring to light)
Fixed Options crashes in certain locales where decimal points are
repesented with commas, such as German (Thanks to kiliansch)
Added/Updated translations for many languauges, now including Japanese,
Slovenian, Hungarian, Greek, Finnish, Czech, Indonesian, and Ukrainian
2016-09-22 03:38:38 +02:00
/// <summary>
/// Looks up a localized string similar to Macro Recorded.
/// </summary>
internal static string MacroRecorded {
get {
return ResourceManager . GetString ( "MacroRecorded" , resourceCulture ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to Make a New Profile.
/// </summary>
internal static string MakeNewProfile {
get {
return ResourceManager . GetString ( "MakeNewProfile" , resourceCulture ) ;
}
}
2014-04-27 21:32:09 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap mouse {
2014-04-27 21:32:09 +02:00
get {
object obj = ResourceManager . GetObject ( "mouse" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
Version 1.4.5
Added support for the New DS4 USB Adapater (Thanks to boganhobo and
Chamilsaan)
Implemented teokp's amazing fix for hide ds4 not working on the
anniversary update of Windows 10: when a controller fails to enter
exclusive mode, DS4Windows will ask for admin privilages to fix the
issue.
Now (near)unlimited Special Actions can be made from the previous limit
of 50
Special Action Xbox Game DVR is now no longer limited to Windows 10,
renamed multi action button: Assign a macro to single tap, double tap,
and holding down a button
Added option for White DS4Windows Icon in the notification tray (While
not merged from, thanks to tehmantra)
Added option to temporarily turn off DS4Windows when using a certain
program (togglable in the Auto Profiles Tab) (Same case as above but
thanks to dedChar to bring to light)
Fixed Options crashes in certain locales where decimal points are
repesented with commas, such as German (Thanks to kiliansch)
Added/Updated translations for many languauges, now including Japanese,
Slovenian, Hungarian, Greek, Finnish, Czech, Indonesian, and Ukrainian
2016-09-22 03:38:38 +02:00
/// <summary>
/// Looks up a localized string similar to Mutli-Action Button.
/// </summary>
internal static string MultiAction {
get {
return ResourceManager . GetString ( "MultiAction" , resourceCulture ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to N/A.
/// </summary>
internal static string NA {
get {
return ResourceManager . GetString ( "NA" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to New.
/// </summary>
internal static string New {
get {
return ResourceManager . GetString ( "New" , resourceCulture ) ;
}
}
2014-05-30 22:39:39 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap newprofile {
2014-05-30 22:39:39 +02:00
get {
object obj = ResourceManager . GetObject ( "newprofile" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to No macro was recorded.
/// </summary>
internal static string NoMacroRecorded {
get {
return ResourceManager . GetString ( "NoMacroRecorded" , resourceCulture ) ;
}
}
2014-05-30 22:39:39 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap none {
2014-05-30 22:39:39 +02:00
get {
object obj = ResourceManager . GetObject ( "none" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to (none).
/// </summary>
internal static string noneProfile {
get {
return ResourceManager . GetString ( "noneProfile" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to none.
/// </summary>
internal static string NoneText {
get {
return ResourceManager . GetString ( "NoneText" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to No Profile Loaded.
/// </summary>
internal static string NoProfileLoaded {
get {
return ResourceManager . GetString ( "NoProfileLoaded" , resourceCulture ) ;
}
}
2015-02-08 22:51:52 +01:00
/// <summary>
/// Looks up a localized string similar to Controller *number* is not using a profile.
/// </summary>
internal static string NotUsingProfile {
get {
return ResourceManager . GetString ( "NotUsingProfile" , resourceCulture ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to Not valid.
/// </summary>
internal static string NotValid {
get {
return ResourceManager . GetString ( "NotValid" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Opening Installer.
/// </summary>
internal static string OpeningInstaller {
get {
return ResourceManager . GetString ( "OpeningInstaller" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Please Open ScpDriver.exe.
/// </summary>
internal static string OpenScpDriver {
get {
return ResourceManager . GetString ( "OpenScpDriver" , resourceCulture ) ;
}
}
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
/// <summary>
/// Looks up a localized string similar to , other location files will be deleted.
/// </summary>
internal static string OtherFileLocation {
get {
return ResourceManager . GetString ( "OtherFileLocation" , resourceCulture ) ;
}
}
2014-05-21 07:36:05 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap Pairmode {
2014-05-21 07:36:05 +02:00
get {
object obj = ResourceManager . GetObject ( "Pairmode" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to Please Download the Updater now, and place it in the programs folder, then check for update again.
/// </summary>
internal static string PleaseDownloadUpdater {
get {
return ResourceManager . GetString ( "PleaseDownloadUpdater" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Please import or make a profile.
/// </summary>
internal static string PleaseImport {
get {
return ResourceManager . GetString ( "PleaseImport" , resourceCulture ) ;
}
}
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
/// <summary>
/// Looks up a localized string similar to New Profile.
/// </summary>
internal static string PlusNewProfile {
get {
return ResourceManager . GetString ( "PlusNewProfile" , resourceCulture ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to *Profile name* cannot be restored..
/// </summary>
internal static string ProfileCannotRestore {
get {
return ResourceManager . GetString ( "ProfileCannotRestore" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Profile Folder Moved to program folder.
/// </summary>
internal static string ProfileFolderMoved {
get {
return ResourceManager . GetString ( "ProfileFolderMoved" , resourceCulture ) ;
}
}
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
/// <summary>
/// Looks up a localized string similar to Programs.
/// </summary>
internal static string Programs {
get {
return ResourceManager . GetString ( "Programs" , resourceCulture ) ;
}
}
2014-11-20 20:03:18 +01:00
/// <summary>
2017-12-04 01:36:42 +01:00
/// Looks up a localized string similar to EXPERIMENTAL: Auto-Disable BT when connecting to USB.
2014-11-20 20:03:18 +01:00
/// </summary>
internal static string QuickCharge {
get {
return ResourceManager . GetString ( "QuickCharge" , resourceCulture ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to You must quit other applications like Steam, Uplay before activating the 'Hide DS4 Controller' option.".
/// </summary>
internal static string QuitOtherPrograms {
get {
return ResourceManager . GetString ( "QuitOtherPrograms" , resourceCulture ) ;
}
}
2014-04-30 21:32:44 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap rainbow {
2014-04-30 21:32:44 +02:00
get {
object obj = ResourceManager . GetObject ( "rainbow" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
2014-05-05 04:25:53 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap rainbowC {
2014-05-05 04:25:53 +02:00
get {
object obj = ResourceManager . GetObject ( "rainbowC" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
2014-06-17 01:43:01 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap RB {
2014-06-17 01:43:01 +02:00
get {
object obj = ResourceManager . GetObject ( "RB" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to Record.
/// </summary>
internal static string RecordText {
get {
return ResourceManager . GetString ( "RecordText" , resourceCulture ) ;
}
}
2014-06-17 01:43:01 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap RIGHT {
2014-06-17 01:43:01 +02:00
get {
object obj = ResourceManager . GetObject ( "RIGHT" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
2015-08-13 05:53:43 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System . Drawing . Bitmap right_touch {
get {
object obj = ResourceManager . GetObject ( "right_touch" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
2014-12-17 19:29:22 +01:00
/// <summary>
/// Looks up a localized string similar to Right Click to set presets for a set of controls.
/// </summary>
internal static string RightClickPresets {
get {
return ResourceManager . GetString ( "RightClickPresets" , resourceCulture ) ;
}
}
2014-06-17 01:43:01 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap RS {
2014-06-17 01:43:01 +02:00
get {
object obj = ResourceManager . GetObject ( "RS" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap RSD {
2014-06-17 01:43:01 +02:00
get {
object obj = ResourceManager . GetObject ( "RSD" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap RSL {
2014-06-17 01:43:01 +02:00
get {
object obj = ResourceManager . GetObject ( "RSL" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap RSR {
2014-06-17 01:43:01 +02:00
get {
object obj = ResourceManager . GetObject ( "RSR" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap RSU {
2014-06-17 01:43:01 +02:00
get {
object obj = ResourceManager . GetObject ( "RSU" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap RT {
2014-06-17 01:43:01 +02:00
get {
object obj = ResourceManager . GetObject ( "RT" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
2017-05-05 05:15:22 +02:00
/// <summary>
/// Looks up a localized string similar to Tells Windows to start DS4Windows after login.
/// </summary>
internal static string RunAtStartup {
get {
return ResourceManager . GetString ( "RunAtStartup" , resourceCulture ) ;
}
}
2014-05-12 07:48:50 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
2014-06-02 19:29:38 +02:00
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap saveprofile {
2014-06-02 19:29:38 +02:00
get {
object obj = ResourceManager . GetObject ( "saveprofile" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to Save Recorded Macro?.
/// </summary>
internal static string SaveRecordedMacro {
get {
return ResourceManager . GetString ( "SaveRecordedMacro" , resourceCulture ) ;
}
}
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
/// <summary>
/// Looks up a localized string similar to Scan Code.
/// </summary>
internal static string ScanCode {
get {
return ResourceManager . GetString ( "ScanCode" , resourceCulture ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
2017-11-09 04:59:31 +01:00
/// Looks up a localized string similar to Searching for controllers....
2014-08-17 00:09:15 +02:00
/// </summary>
internal static string SearchingController {
get {
return ResourceManager . GetString ( "SearchingController" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Select an action for *action*.
/// </summary>
internal static string SelectActionTitle {
get {
return ResourceManager . GetString ( "SelectActionTitle" , resourceCulture ) ;
}
}
Version 1.4.5
Added support for the New DS4 USB Adapater (Thanks to boganhobo and
Chamilsaan)
Implemented teokp's amazing fix for hide ds4 not working on the
anniversary update of Windows 10: when a controller fails to enter
exclusive mode, DS4Windows will ask for admin privilages to fix the
issue.
Now (near)unlimited Special Actions can be made from the previous limit
of 50
Special Action Xbox Game DVR is now no longer limited to Windows 10,
renamed multi action button: Assign a macro to single tap, double tap,
and holding down a button
Added option for White DS4Windows Icon in the notification tray (While
not merged from, thanks to tehmantra)
Added option to temporarily turn off DS4Windows when using a certain
program (togglable in the Auto Profiles Tab) (Same case as above but
thanks to dedChar to bring to light)
Fixed Options crashes in certain locales where decimal points are
repesented with commas, such as German (Thanks to kiliansch)
Added/Updated translations for many languauges, now including Japanese,
Slovenian, Hungarian, Greek, Finnish, Czech, Indonesian, and Ukrainian
2016-09-22 03:38:38 +02:00
/// <summary>
/// Looks up a localized string similar to Select a macro.
/// </summary>
internal static string SelectMacro {
get {
return ResourceManager . GetString ( "SelectMacro" , resourceCulture ) ;
}
}
2014-12-13 21:12:03 +01:00
/// <summary>
/// Looks up a localized string similar to Set Regular Trigger.
/// </summary>
internal static string SetRegularTrigger {
get {
return ResourceManager . GetString ( "SetRegularTrigger" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Set Unload Trigger.
/// </summary>
internal static string SetUnloadTrigger {
get {
return ResourceManager . GetString ( "SetUnloadTrigger" , resourceCulture ) ;
}
}
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
/// <summary>
/// Looks up a localized string similar to Shortcuts.
/// </summary>
internal static string Shortcuts {
get {
return ResourceManager . GetString ( "Shortcuts" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Click for advanced Sixaxis reading.
/// </summary>
internal static string SixAxisReading {
get {
return ResourceManager . GetString ( "SixAxisReading" , resourceCulture ) ;
}
}
2014-06-17 01:43:01 +02:00
/// <summary>
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
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System . Drawing . Bitmap size {
get {
object obj = ResourceManager . GetObject ( "size" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
/// <summary>
2014-06-17 01:43:01 +02:00
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap START {
2014-06-17 01:43:01 +02:00
get {
object obj = ResourceManager . GetObject ( "START" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to Starting....
/// </summary>
internal static string Starting {
get {
return ResourceManager . GetString ( "Starting" , resourceCulture ) ;
}
}
2014-06-21 20:00:28 +02:00
/// <summary>
/// Looks up a localized string similar to Start.
/// </summary>
internal static string StartText {
get {
return ResourceManager . GetString ( "StartText" , resourceCulture ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to Step 1: Install the DS4 Driver.
/// </summary>
internal static string Step1 {
get {
return ResourceManager . GetString ( "Step1" , resourceCulture ) ;
}
}
2014-11-18 22:23:41 +01:00
/// <summary>
/// Looks up a localized string similar to Stop Heavy.
/// </summary>
internal static string StopHText {
get {
return ResourceManager . GetString ( "StopHText" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Stop Light.
/// </summary>
internal static string StopLText {
get {
return ResourceManager . GetString ( "StopLText" , resourceCulture ) ;
}
}
2015-02-08 22:51:52 +01:00
/// <summary>
/// Looks up a localized string similar to Stopped DS4Windows.
/// </summary>
internal static string StoppedDS4Windows {
get {
return ResourceManager . GetString ( "StoppedDS4Windows" , resourceCulture ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to Stopping DS4 Controllers.
/// </summary>
internal static string StoppingDS4 {
get {
return ResourceManager . GetString ( "StoppingDS4" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Stopping X360 Controllers.
/// </summary>
internal static string StoppingX360 {
get {
return ResourceManager . GetString ( "StoppingX360" , resourceCulture ) ;
}
}
2014-06-21 20:00:28 +02:00
/// <summary>
/// Looks up a localized string similar to Stop.
/// </summary>
internal static string StopText {
get {
return ResourceManager . GetString ( "StopText" , resourceCulture ) ;
}
}
2014-11-15 22:54:14 +01:00
/// <summary>
/// Looks up a localized string similar to Swipe Down.
/// </summary>
internal static string SwipeDown {
get {
return ResourceManager . GetString ( "SwipeDown" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Swipe Left.
/// </summary>
internal static string SwipeLeft {
get {
return ResourceManager . GetString ( "SwipeLeft" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Swipe Right.
/// </summary>
internal static string SwipeRight {
get {
return ResourceManager . GetString ( "SwipeRight" , resourceCulture ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to Swipe Touchpad to change profiles.
/// </summary>
internal static string SwipeTouchpad {
get {
return ResourceManager . GetString ( "SwipeTouchpad" , resourceCulture ) ;
}
}
2014-11-15 22:54:14 +01:00
/// <summary>
/// Looks up a localized string similar to Swipe Up.
/// </summary>
internal static string SwipeUp {
get {
return ResourceManager . GetString ( "SwipeUp" , resourceCulture ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to Tap and hold to drag, slight delay with single taps.
/// </summary>
internal static string TapAndHold {
get {
return ResourceManager . GetString ( "TapAndHold" , resourceCulture ) ;
}
}
/// <summary>
2014-11-18 22:23:41 +01:00
/// Looks up a localized string similar to Test Heavy.
/// </summary>
internal static string TestHText {
get {
return ResourceManager . GetString ( "TestHText" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Test Light.
2014-08-17 00:09:15 +02:00
/// </summary>
2014-11-18 22:23:41 +01:00
internal static string TestLText {
2014-08-17 00:09:15 +02:00
get {
2014-11-18 22:23:41 +01:00
return ResourceManager . GetString ( "TestLText" , resourceCulture ) ;
2014-08-17 00:09:15 +02:00
}
}
2014-12-02 01:07:29 +01:00
/// <summary>
/// Looks up a localized string similar to Test.
/// </summary>
internal static string TestText {
get {
return ResourceManager . GetString ( "TestText" , resourceCulture ) ;
}
}
2015-11-28 06:47:26 +01:00
/// <summary>
/// Looks up a localized string similar to Text Document (*.txt).
/// </summary>
internal static string TextDocs {
get {
return ResourceManager . GetString ( "TextDocs" , resourceCulture ) ;
}
}
2014-09-15 04:37:14 +02:00
/// <summary>
/// Looks up a localized string similar to Tilt Down.
/// </summary>
internal static string TiltDown {
get {
return ResourceManager . GetString ( "TiltDown" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Tilt Left.
/// </summary>
internal static string TiltLeft {
get {
return ResourceManager . GetString ( "TiltLeft" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Tilt Right.
/// </summary>
internal static string TiltRight {
get {
return ResourceManager . GetString ( "TiltRight" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Tilt Up.
/// </summary>
internal static string TiltUp {
get {
return ResourceManager . GetString ( "TiltUp" , resourceCulture ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to Touchpad Movement is now Off.
/// </summary>
internal static string TouchpadMovementOff {
get {
return ResourceManager . GetString ( "TouchpadMovementOff" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Touchpad Movement is now On.
/// </summary>
internal static string TouchpadMovementOn {
get {
return ResourceManager . GetString ( "TouchpadMovementOn" , resourceCulture ) ;
}
}
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
/// <summary>
/// Looks up a localized string similar to Re-enable by pressing PS+Touchpad.
/// </summary>
internal static string TouchpadOffTip {
get {
return ResourceManager . GetString ( "TouchpadOffTip" , resourceCulture ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to 2 finger touchpad swipe left or right.
/// </summary>
internal static string TwoFingerSwipe {
get {
return ResourceManager . GetString ( "TwoFingerSwipe" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to type new name here.
/// </summary>
internal static string TypeNewName {
get {
return ResourceManager . GetString ( "TypeNewName" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to type profile name here.
/// </summary>
internal static string TypeProfileName {
get {
return ResourceManager . GetString ( "TypeProfileName" , resourceCulture ) ;
}
}
2017-05-05 05:15:22 +02:00
/// <summary>
/// Looks up a localized string similar to You need to run DS4Windows as the Administrator in order to activate this mode..
/// </summary>
internal static string UACTask {
get {
return ResourceManager . GetString ( "UACTask" , resourceCulture ) ;
}
}
2015-11-30 22:15:17 +01:00
/// <summary>
/// Looks up a localized string similar to Unassigned.
/// </summary>
internal static string Unassigned {
get {
return ResourceManager . GetString ( "Unassigned" , resourceCulture ) ;
}
}
2014-06-17 01:43:01 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap UP {
2014-06-17 01:43:01 +02:00
get {
object obj = ResourceManager . GetObject ( "UP" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to Up.
/// </summary>
internal static string UpText {
get {
return ResourceManager . GetString ( "UpText" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to You are up to date.
/// </summary>
internal static string UpToDate {
get {
return ResourceManager . GetString ( "UpToDate" , resourceCulture ) ;
}
}
2014-05-30 22:39:39 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap USB {
2014-05-30 22:39:39 +02:00
get {
object obj = ResourceManager . GetObject ( "USB" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
2014-06-17 01:43:01 +02:00
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to You can also use your controller to change controls.
/// </summary>
internal static string UseControllerForMapping {
get {
return ResourceManager . GetString ( "UseControllerForMapping" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Using Exclusive Mode.
/// </summary>
internal static string UsingExclusive {
get {
return ResourceManager . GetString ( "UsingExclusive" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Controller *number* is using Profile “*Profile name*".
/// </summary>
internal static string UsingProfile {
get {
return ResourceManager . GetString ( "UsingProfile" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Using Shared Mode.
/// </summary>
internal static string UsingShared {
get {
return ResourceManager . GetString ( "UsingShared" , resourceCulture ) ;
}
}
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
/// <summary>
/// Looks up a localized string similar to This disables the Touchpad as a mouse.
/// </summary>
internal static string UsingTPSwipes {
get {
return ResourceManager . GetString ( "UsingTPSwipes" , resourceCulture ) ;
}
}
2014-08-17 00:09:15 +02:00
/// <summary>
/// Looks up a localized string similar to Please enter a valid name.
/// </summary>
internal static string ValidName {
get {
return ResourceManager . GetString ( "ValidName" , resourceCulture ) ;
}
}
/// <summary>
Version 1.4.5
Added support for the New DS4 USB Adapater (Thanks to boganhobo and
Chamilsaan)
Implemented teokp's amazing fix for hide ds4 not working on the
anniversary update of Windows 10: when a controller fails to enter
exclusive mode, DS4Windows will ask for admin privilages to fix the
issue.
Now (near)unlimited Special Actions can be made from the previous limit
of 50
Special Action Xbox Game DVR is now no longer limited to Windows 10,
renamed multi action button: Assign a macro to single tap, double tap,
and holding down a button
Added option for White DS4Windows Icon in the notification tray (While
not merged from, thanks to tehmantra)
Added option to temporarily turn off DS4Windows when using a certain
program (togglable in the Auto Profiles Tab) (Same case as above but
thanks to dedChar to bring to light)
Fixed Options crashes in certain locales where decimal points are
repesented with commas, such as German (Thanks to kiliansch)
Added/Updated translations for many languauges, now including Japanese,
Slovenian, Hungarian, Greek, Finnish, Czech, Indonesian, and Ukrainian
2016-09-22 03:38:38 +02:00
/// Looks up a localized string similar to Wait *number*ms.
2014-08-17 00:09:15 +02:00
/// </summary>
internal static string WaitMS {
get {
return ResourceManager . GetString ( "WaitMS" , resourceCulture ) ;
}
}
/// <summary>
/// Looks up a localized string similar to Will Keep.
/// </summary>
internal static string WillKeep {
get {
return ResourceManager . GetString ( "WillKeep" , resourceCulture ) ;
}
}
2014-06-17 01:43:01 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap X {
2014-06-17 01:43:01 +02:00
get {
object obj = ResourceManager . GetObject ( "X" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
2014-12-03 23:36:54 +01:00
/// <summary>
/// Looks up a localized string similar to Use higher ports if you get conflicts in other emulating X360 programs, such as SCP's tool.
/// </summary>
internal static string XinputPorts {
get {
return ResourceManager . GetString ( "XinputPorts" , resourceCulture ) ;
}
}
2015-11-28 06:47:26 +01:00
/// <summary>
/// Looks up a localized string similar to XML Files (*.xml).
/// </summary>
internal static string XMLFiles {
get {
return ResourceManager . GetString ( "XMLFiles" , resourceCulture ) ;
}
}
2014-06-17 01:43:01 +02:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2014-06-21 20:00:28 +02:00
internal static System . Drawing . Bitmap Y {
2014-06-17 01:43:01 +02:00
get {
object obj = ResourceManager . GetObject ( "Y" , resourceCulture ) ;
return ( ( System . Drawing . Bitmap ) ( obj ) ) ;
}
}
2014-04-27 21:32:09 +02:00
}
}