├── .gitattributes ├── .gitignore ├── .vs └── config │ └── applicationhost.config ├── DS4Windows.sln ├── DS4Windows ├── DS4Control │ ├── ControlService.cs │ ├── DS4LightBar.cs │ ├── DS4StateFieldMapping.cs │ ├── ITouchpadBehaviour.cs │ ├── InputMethods.cs │ ├── Log.cs │ ├── Mapping.cs │ ├── Mouse.cs │ ├── MouseCursor.cs │ ├── MouseWheel.cs │ ├── ScpDevice.Designer.cs │ ├── ScpDevice.cs │ ├── ScpHub.Designer.cs │ ├── ScpHub.cs │ ├── ScpUtil.cs │ ├── X360Device.cs │ └── X360Device.designer.cs ├── DS4Forms │ ├── AdvancedColorDialog.cs │ ├── AdvancedComboBox.cs │ ├── Alreadyrunning.Designer.cs │ ├── Alreadyrunning.cs │ ├── Alreadyrunning.resx │ ├── DS4Form.Designer.cs │ ├── DS4Form.ar.resx │ ├── DS4Form.cs │ ├── DS4Form.cs.resx │ ├── DS4Form.de-DE.resx │ ├── DS4Form.el.resx │ ├── DS4Form.es.resx │ ├── DS4Form.fi.resx │ ├── DS4Form.fr-FR.resx │ ├── DS4Form.he.resx │ ├── DS4Form.hu.resx │ ├── DS4Form.id.resx │ ├── DS4Form.it-IT.resx │ ├── DS4Form.ja.resx │ ├── DS4Form.ko.resx │ ├── DS4Form.nl.resx │ ├── DS4Form.pl.resx │ ├── DS4Form.pt-BR.resx │ ├── DS4Form.resx │ ├── DS4Form.ro-RO.resx │ ├── DS4Form.ru-RU.resx │ ├── DS4Form.sl.resx │ ├── DS4Form.sv.resx │ ├── DS4Form.tr.resx │ ├── DS4Form.uk.resx │ ├── DS4Form.vi.resx │ ├── DS4Form.zh-Hans.resx │ ├── DS4Form.zh-Hant.resx │ ├── DS4Keyboard.Designer.cs │ ├── DS4Keyboard.cs │ ├── DS4Keyboard.resx │ ├── DS4W.ico │ ├── DupBox.Designer.cs │ ├── DupBox.ar.resx │ ├── DupBox.cs │ ├── DupBox.cs.resx │ ├── DupBox.de-DE.resx │ ├── DupBox.el.resx │ ├── DupBox.es.resx │ ├── DupBox.fi.resx │ ├── DupBox.fr-FR.resx │ ├── DupBox.he.resx │ ├── DupBox.hu.resx │ ├── DupBox.id.resx │ ├── DupBox.it-IT.resx │ ├── DupBox.ja.resx │ ├── DupBox.ko.resx │ ├── DupBox.nl.resx │ ├── DupBox.pl.resx │ ├── DupBox.pt-BR.resx │ ├── DupBox.resx │ ├── DupBox.ro-RO.resx │ ├── DupBox.ru-RU.resx │ ├── DupBox.sl.resx │ ├── DupBox.sv.resx │ ├── DupBox.tr.resx │ ├── DupBox.uk.resx │ ├── DupBox.vi.resx │ ├── DupBox.zh-Hans.resx │ ├── DupBox.zh-Hant.resx │ ├── Hotkeys.Designer.cs │ ├── Hotkeys.ar.resx │ ├── Hotkeys.cs │ ├── Hotkeys.cs.resx │ ├── Hotkeys.de-DE.resx │ ├── Hotkeys.el.resx │ ├── Hotkeys.es.resx │ ├── Hotkeys.fi.resx │ ├── Hotkeys.fr-FR.resx │ ├── Hotkeys.he.resx │ ├── Hotkeys.hu.resx │ ├── Hotkeys.id.resx │ ├── Hotkeys.it-IT.resx │ ├── Hotkeys.ja.resx │ ├── Hotkeys.ko.resx │ ├── Hotkeys.nl.resx │ ├── Hotkeys.pl.resx │ ├── Hotkeys.pt-BR.resx │ ├── Hotkeys.resx │ ├── Hotkeys.ro-RO.resx │ ├── Hotkeys.ru-RU.resx │ ├── Hotkeys.sl.resx │ ├── Hotkeys.sv.resx │ ├── Hotkeys.tr.resx │ ├── Hotkeys.uk.resx │ ├── Hotkeys.vi.resx │ ├── Hotkeys.zh-Hans.resx │ ├── Hotkeys.zh-Hant.resx │ ├── KBM360.Designer.cs │ ├── KBM360.ar.resx │ ├── KBM360.cs │ ├── KBM360.cs.resx │ ├── KBM360.de-DE.resx │ ├── KBM360.el.resx │ ├── KBM360.en.resx │ ├── KBM360.es.resx │ ├── KBM360.fi.resx │ ├── KBM360.fr-FR.resx │ ├── KBM360.he.resx │ ├── KBM360.hu.resx │ ├── KBM360.id.resx │ ├── KBM360.it-IT.resx │ ├── KBM360.ja.resx │ ├── KBM360.ko.resx │ ├── KBM360.nl.resx │ ├── KBM360.pl.resx │ ├── KBM360.pt-BR.resx │ ├── KBM360.resx │ ├── KBM360.ro-RO.resx │ ├── KBM360.ru-RU.resx │ ├── KBM360.sl.resx │ ├── KBM360.sv.resx │ ├── KBM360.tr.resx │ ├── KBM360.uk.resx │ ├── KBM360.vi.resx │ ├── KBM360.zh-Hans.resx │ ├── KBM360.zh-Hant.resx │ ├── Options.Designer.cs │ ├── Options.ar.resx │ ├── Options.cs │ ├── Options.cs.resx │ ├── Options.de-DE.resx │ ├── Options.el.resx │ ├── Options.es.resx │ ├── Options.fi.resx │ ├── Options.fr-FR.resx │ ├── Options.he.resx │ ├── Options.hu.resx │ ├── Options.id.resx │ ├── Options.it-IT.resx │ ├── Options.ja.resx │ ├── Options.ko.resx │ ├── Options.nl.resx │ ├── Options.pl.resx │ ├── Options.pt-BR.resx │ ├── Options.resx │ ├── Options.ro-RO.resx │ ├── Options.ru-RU.resx │ ├── Options.sl.resx │ ├── Options.sv.resx │ ├── Options.tr.resx │ ├── Options.uk.resx │ ├── Options.vi.resx │ ├── Options.zh-Hans.resx │ ├── Options.zh-Hant.resx │ ├── RecordBox.Designer.cs │ ├── RecordBox.ar.resx │ ├── RecordBox.cs │ ├── RecordBox.cs.resx │ ├── RecordBox.de-DE.resx │ ├── RecordBox.el.resx │ ├── RecordBox.es.resx │ ├── RecordBox.fi.resx │ ├── RecordBox.fr-FR.resx │ ├── RecordBox.he.resx │ ├── RecordBox.hu.resx │ ├── RecordBox.id.resx │ ├── RecordBox.it-IT.resx │ ├── RecordBox.ja.resx │ ├── RecordBox.ko.resx │ ├── RecordBox.nl.resx │ ├── RecordBox.pl.resx │ ├── RecordBox.pt-BR.resx │ ├── RecordBox.resx │ ├── RecordBox.ro-RO.resx │ ├── RecordBox.ru-RU.resx │ ├── RecordBox.sl.resx │ ├── RecordBox.sv.resx │ ├── RecordBox.tr.resx │ ├── RecordBox.uk.resx │ ├── RecordBox.vi.resx │ ├── RecordBox.zh-Hans.resx │ ├── RecordBox.zh-Hant.resx │ ├── SaveWhere.Designer.cs │ ├── SaveWhere.ar.resx │ ├── SaveWhere.cs │ ├── SaveWhere.cs.resx │ ├── SaveWhere.de-DE.resx │ ├── SaveWhere.el.resx │ ├── SaveWhere.es.resx │ ├── SaveWhere.fi.resx │ ├── SaveWhere.fr-FR.resx │ ├── SaveWhere.he.resx │ ├── SaveWhere.hu.resx │ ├── SaveWhere.id.resx │ ├── SaveWhere.it-IT.resx │ ├── SaveWhere.ja.resx │ ├── SaveWhere.ko.resx │ ├── SaveWhere.nl.resx │ ├── SaveWhere.pl.resx │ ├── SaveWhere.pt-BR.resx │ ├── SaveWhere.resx │ ├── SaveWhere.ro-RO.resx │ ├── SaveWhere.ru-RU.resx │ ├── SaveWhere.sl.resx │ ├── SaveWhere.sv.resx │ ├── SaveWhere.tr.resx │ ├── SaveWhere.uk.resx │ ├── SaveWhere.vi.resx │ ├── SaveWhere.zh-Hans.resx │ ├── SaveWhere.zh-Hant.resx │ ├── Settings.cs │ ├── SpecActions.Designer.cs │ ├── SpecActions.ar.resx │ ├── SpecActions.cs │ ├── SpecActions.cs.resx │ ├── SpecActions.de-DE.resx │ ├── SpecActions.el.resx │ ├── SpecActions.es.resx │ ├── SpecActions.fi.resx │ ├── SpecActions.fr-FR.resx │ ├── SpecActions.he.resx │ ├── SpecActions.hu.resx │ ├── SpecActions.id.resx │ ├── SpecActions.it-IT.resx │ ├── SpecActions.ja.resx │ ├── SpecActions.ko.resx │ ├── SpecActions.nl.resx │ ├── SpecActions.pl.resx │ ├── SpecActions.pt-BR.resx │ ├── SpecActions.resx │ ├── SpecActions.ro-RO.resx │ ├── SpecActions.ru-RU.resx │ ├── SpecActions.sl.resx │ ├── SpecActions.sv.resx │ ├── SpecActions.tr.resx │ ├── SpecActions.uk.resx │ ├── SpecActions.vi.resx │ ├── SpecActions.zh-Hans.resx │ ├── SpecActions.zh-Hant.resx │ ├── WelcomeDialog.Designer.cs │ ├── WelcomeDialog.ar.resx │ ├── WelcomeDialog.cs │ ├── WelcomeDialog.cs.resx │ ├── WelcomeDialog.de-DE.resx │ ├── WelcomeDialog.el.resx │ ├── WelcomeDialog.es.resx │ ├── WelcomeDialog.fi.resx │ ├── WelcomeDialog.fr-FR.resx │ ├── WelcomeDialog.he.resx │ ├── WelcomeDialog.hu.resx │ ├── WelcomeDialog.id.resx │ ├── WelcomeDialog.it-IT.resx │ ├── WelcomeDialog.ja.resx │ ├── WelcomeDialog.ko.resx │ ├── WelcomeDialog.nl.resx │ ├── WelcomeDialog.pl.resx │ ├── WelcomeDialog.pt-BR.resx │ ├── WelcomeDialog.resx │ ├── WelcomeDialog.ro-RO.resx │ ├── WelcomeDialog.ru-RU.resx │ ├── WelcomeDialog.sl.resx │ ├── WelcomeDialog.sv.resx │ ├── WelcomeDialog.tr.resx │ ├── WelcomeDialog.uk.resx │ ├── WelcomeDialog.vi.resx │ ├── WelcomeDialog.zh-Hans.resx │ ├── WelcomeDialog.zh-Hant.resx │ ├── WinProgs.Designer.cs │ ├── WinProgs.ar.resx │ ├── WinProgs.cs │ ├── WinProgs.cs.resx │ ├── WinProgs.de-DE.resx │ ├── WinProgs.el.resx │ ├── WinProgs.es.resx │ ├── WinProgs.fi.resx │ ├── WinProgs.fr-FR.resx │ ├── WinProgs.he.resx │ ├── WinProgs.hu.resx │ ├── WinProgs.id.resx │ ├── WinProgs.it-IT.resx │ ├── WinProgs.ja.resx │ ├── WinProgs.ko.resx │ ├── WinProgs.nl.resx │ ├── WinProgs.pl.resx │ ├── WinProgs.pt-BR.resx │ ├── WinProgs.resx │ ├── WinProgs.ro-RO.resx │ ├── WinProgs.ru-RU.resx │ ├── WinProgs.sl.resx │ ├── WinProgs.sv.resx │ ├── WinProgs.tr.resx │ ├── WinProgs.uk.resx │ ├── WinProgs.vi.resx │ ├── WinProgs.zh-Hans.resx │ ├── WinProgs.zh-Hant.resx │ └── app.config ├── DS4Library │ ├── Crc32.cs │ ├── DS4Audio.cs │ ├── DS4Cal.cs │ ├── DS4Device.cs │ ├── DS4Devices.cs │ ├── DS4Sixaxis.cs │ ├── DS4State.cs │ ├── DS4StateExposed.cs │ └── DS4Touchpad.cs ├── DS4Windows.csproj ├── HidLibrary │ ├── Extensions.cs │ ├── HidDevice.cs │ ├── HidDeviceAttributes.cs │ ├── HidDeviceCapabilities.cs │ ├── HidDevices.cs │ ├── LICENSE │ └── NativeMethods.cs ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.ar.resx │ ├── Resources.cs.resx │ ├── Resources.de-DE.resx │ ├── Resources.el.resx │ ├── Resources.es.resx │ ├── Resources.fi.resx │ ├── Resources.fr-FR.resx │ ├── Resources.he.resx │ ├── Resources.hu.resx │ ├── Resources.id.resx │ ├── Resources.it-IT.resx │ ├── Resources.ja.resx │ ├── Resources.ko.resx │ ├── Resources.nl.resx │ ├── Resources.pl.resx │ ├── Resources.pt-BR.resx │ ├── Resources.resx │ ├── Resources.ro-RO.resx │ ├── Resources.ru-RU.resx │ ├── Resources.sl.resx │ ├── Resources.sv.resx │ ├── Resources.tr.resx │ ├── Resources.uk.resx │ ├── Resources.vi.resx │ ├── Resources.zh-Hant.resx │ ├── Resources.zh-hans.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── Resources │ ├── 360 fades.png │ ├── 360 highlight.png │ ├── 360 highlight.psd │ ├── 360 map.png │ ├── A.PNG │ ├── B.png │ ├── BACK.png │ ├── BT.png │ ├── Clock.png │ ├── DOWN.png │ ├── DS4 Config.png │ ├── DS4 Controller.png │ ├── DS4 lightbar.png │ ├── DS4 old.ico │ ├── DS4-Config_Circle.png │ ├── DS4-Config_Cross.png │ ├── DS4-Config_Down.png │ ├── DS4-Config_L1.png │ ├── DS4-Config_L2.png │ ├── DS4-Config_LS.png │ ├── DS4-Config_Left.png │ ├── DS4-Config_PS.png │ ├── DS4-Config_R1.png │ ├── DS4-Config_R2.png │ ├── DS4-Config_RS.png │ ├── DS4-Config_Right.png │ ├── DS4-Config_Share.png │ ├── DS4-Config_Square.png │ ├── DS4-Config_TouchLeft.png │ ├── DS4-Config_TouchMulti.png │ ├── DS4-Config_TouchRight.png │ ├── DS4-Config_TouchUpper.png │ ├── DS4-Config_Triangle.png │ ├── DS4-Config_Up.png │ ├── DS4-Config_ptionss.png │ ├── DS4.ico │ ├── DS4W - White.ico │ ├── DS4W.ico │ ├── EE.wav │ ├── LB.png │ ├── LEFT.png │ ├── LS.png │ ├── LSD.png │ ├── LSL.png │ ├── LSR.png │ ├── LSU.png │ ├── LT.png │ ├── Pairmode.png │ ├── RB.png │ ├── RIGHT.png │ ├── RS.png │ ├── RSD.png │ ├── RSL.png │ ├── RSR.png │ ├── RSU.png │ ├── RT.png │ ├── Red Circle.png │ ├── START.png │ ├── Scp_All.ico │ ├── UP.png │ ├── USB.png │ ├── UpperTouch.png │ ├── X.png │ ├── Y.png │ ├── checked.png │ ├── delete.png │ ├── export.png │ ├── imageres_import.png │ ├── imageres_new.png │ ├── left touch.png │ ├── mouse.png │ ├── none.png │ ├── rainbow.png │ ├── rainbowC.png │ ├── right touch.png │ ├── saveprofile.png │ ├── shell32 delete.png │ ├── shell32_copy.png │ ├── shell32_export.png │ ├── shell32_new.png │ ├── size.png │ ├── x360test.png │ └── xbox_360_controller.png ├── app.config ├── app.manifest └── packages.config ├── README.md └── TODO.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/.gitignore -------------------------------------------------------------------------------- /.vs/config/applicationhost.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/.vs/config/applicationhost.config -------------------------------------------------------------------------------- /DS4Windows.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows.sln -------------------------------------------------------------------------------- /DS4Windows/DS4Control/ControlService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Control/ControlService.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Control/DS4LightBar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Control/DS4LightBar.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Control/DS4StateFieldMapping.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Control/DS4StateFieldMapping.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Control/ITouchpadBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Control/ITouchpadBehaviour.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Control/InputMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Control/InputMethods.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Control/Log.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Control/Log.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Control/Mapping.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Control/Mapping.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Control/Mouse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Control/Mouse.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Control/MouseCursor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Control/MouseCursor.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Control/MouseWheel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Control/MouseWheel.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Control/ScpDevice.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Control/ScpDevice.Designer.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Control/ScpDevice.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Control/ScpDevice.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Control/ScpHub.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Control/ScpHub.Designer.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Control/ScpHub.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Control/ScpHub.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Control/ScpUtil.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Control/ScpUtil.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Control/X360Device.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Control/X360Device.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Control/X360Device.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Control/X360Device.designer.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/AdvancedColorDialog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/AdvancedColorDialog.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/AdvancedComboBox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/AdvancedComboBox.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Alreadyrunning.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Alreadyrunning.Designer.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Alreadyrunning.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Alreadyrunning.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Alreadyrunning.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Alreadyrunning.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Form.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Form.Designer.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Form.ar.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Form.ar.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Form.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Form.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Form.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Form.cs.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Form.de-DE.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Form.de-DE.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Form.el.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Form.el.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Form.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Form.es.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Form.fi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Form.fi.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Form.fr-FR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Form.fr-FR.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Form.he.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Form.he.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Form.hu.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Form.hu.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Form.id.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Form.id.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Form.it-IT.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Form.it-IT.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Form.ja.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Form.ja.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Form.ko.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Form.ko.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Form.nl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Form.nl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Form.pl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Form.pl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Form.pt-BR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Form.pt-BR.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Form.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Form.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Form.ro-RO.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Form.ro-RO.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Form.ru-RU.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Form.ru-RU.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Form.sl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Form.sl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Form.sv.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Form.sv.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Form.tr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Form.tr.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Form.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Form.uk.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Form.vi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Form.vi.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Form.zh-Hans.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Form.zh-Hans.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Form.zh-Hant.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Form.zh-Hant.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Keyboard.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Keyboard.Designer.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Keyboard.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Keyboard.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4Keyboard.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4Keyboard.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DS4W.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DS4W.ico -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DupBox.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DupBox.Designer.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DupBox.ar.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DupBox.ar.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DupBox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DupBox.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DupBox.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DupBox.cs.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DupBox.de-DE.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DupBox.de-DE.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DupBox.el.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DupBox.el.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DupBox.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DupBox.es.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DupBox.fi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DupBox.fi.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DupBox.fr-FR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DupBox.fr-FR.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DupBox.he.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DupBox.he.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DupBox.hu.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DupBox.hu.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DupBox.id.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DupBox.id.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DupBox.it-IT.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DupBox.it-IT.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DupBox.ja.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DupBox.ja.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DupBox.ko.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DupBox.ko.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DupBox.nl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DupBox.nl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DupBox.pl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DupBox.pl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DupBox.pt-BR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DupBox.pt-BR.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DupBox.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DupBox.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DupBox.ro-RO.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DupBox.ro-RO.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DupBox.ru-RU.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DupBox.ru-RU.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DupBox.sl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DupBox.sl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DupBox.sv.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DupBox.sv.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DupBox.tr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DupBox.tr.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DupBox.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DupBox.uk.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DupBox.vi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DupBox.vi.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DupBox.zh-Hans.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DupBox.zh-Hans.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/DupBox.zh-Hant.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/DupBox.zh-Hant.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Hotkeys.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Hotkeys.Designer.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Hotkeys.ar.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Hotkeys.ar.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Hotkeys.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Hotkeys.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Hotkeys.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Hotkeys.cs.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Hotkeys.de-DE.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Hotkeys.de-DE.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Hotkeys.el.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Hotkeys.el.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Hotkeys.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Hotkeys.es.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Hotkeys.fi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Hotkeys.fi.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Hotkeys.fr-FR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Hotkeys.fr-FR.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Hotkeys.he.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Hotkeys.he.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Hotkeys.hu.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Hotkeys.hu.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Hotkeys.id.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Hotkeys.id.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Hotkeys.it-IT.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Hotkeys.it-IT.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Hotkeys.ja.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Hotkeys.ja.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Hotkeys.ko.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Hotkeys.ko.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Hotkeys.nl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Hotkeys.nl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Hotkeys.pl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Hotkeys.pl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Hotkeys.pt-BR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Hotkeys.pt-BR.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Hotkeys.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Hotkeys.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Hotkeys.ro-RO.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Hotkeys.ro-RO.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Hotkeys.ru-RU.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Hotkeys.ru-RU.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Hotkeys.sl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Hotkeys.sl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Hotkeys.sv.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Hotkeys.sv.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Hotkeys.tr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Hotkeys.tr.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Hotkeys.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Hotkeys.uk.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Hotkeys.vi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Hotkeys.vi.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Hotkeys.zh-Hans.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Hotkeys.zh-Hans.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Hotkeys.zh-Hant.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Hotkeys.zh-Hant.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/KBM360.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/KBM360.Designer.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/KBM360.ar.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/KBM360.ar.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/KBM360.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/KBM360.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/KBM360.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/KBM360.cs.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/KBM360.de-DE.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/KBM360.de-DE.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/KBM360.el.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/KBM360.el.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/KBM360.en.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/KBM360.en.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/KBM360.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/KBM360.es.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/KBM360.fi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/KBM360.fi.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/KBM360.fr-FR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/KBM360.fr-FR.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/KBM360.he.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/KBM360.he.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/KBM360.hu.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/KBM360.hu.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/KBM360.id.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/KBM360.id.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/KBM360.it-IT.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/KBM360.it-IT.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/KBM360.ja.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/KBM360.ja.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/KBM360.ko.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/KBM360.ko.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/KBM360.nl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/KBM360.nl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/KBM360.pl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/KBM360.pl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/KBM360.pt-BR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/KBM360.pt-BR.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/KBM360.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/KBM360.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/KBM360.ro-RO.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/KBM360.ro-RO.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/KBM360.ru-RU.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/KBM360.ru-RU.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/KBM360.sl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/KBM360.sl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/KBM360.sv.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/KBM360.sv.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/KBM360.tr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/KBM360.tr.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/KBM360.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/KBM360.uk.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/KBM360.vi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/KBM360.vi.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/KBM360.zh-Hans.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/KBM360.zh-Hans.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/KBM360.zh-Hant.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/KBM360.zh-Hant.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Options.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Options.Designer.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Options.ar.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Options.ar.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Options.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Options.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Options.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Options.cs.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Options.de-DE.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Options.de-DE.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Options.el.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Options.el.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Options.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Options.es.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Options.fi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Options.fi.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Options.fr-FR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Options.fr-FR.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Options.he.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Options.he.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Options.hu.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Options.hu.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Options.id.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Options.id.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Options.it-IT.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Options.it-IT.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Options.ja.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Options.ja.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Options.ko.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Options.ko.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Options.nl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Options.nl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Options.pl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Options.pl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Options.pt-BR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Options.pt-BR.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Options.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Options.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Options.ro-RO.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Options.ro-RO.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Options.ru-RU.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Options.ru-RU.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Options.sl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Options.sl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Options.sv.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Options.sv.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Options.tr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Options.tr.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Options.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Options.uk.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Options.vi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Options.vi.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Options.zh-Hans.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Options.zh-Hans.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Options.zh-Hant.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Options.zh-Hant.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/RecordBox.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/RecordBox.Designer.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/RecordBox.ar.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/RecordBox.ar.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/RecordBox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/RecordBox.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/RecordBox.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/RecordBox.cs.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/RecordBox.de-DE.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/RecordBox.de-DE.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/RecordBox.el.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/RecordBox.el.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/RecordBox.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/RecordBox.es.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/RecordBox.fi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/RecordBox.fi.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/RecordBox.fr-FR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/RecordBox.fr-FR.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/RecordBox.he.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/RecordBox.he.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/RecordBox.hu.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/RecordBox.hu.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/RecordBox.id.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/RecordBox.id.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/RecordBox.it-IT.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/RecordBox.it-IT.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/RecordBox.ja.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/RecordBox.ja.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/RecordBox.ko.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/RecordBox.ko.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/RecordBox.nl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/RecordBox.nl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/RecordBox.pl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/RecordBox.pl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/RecordBox.pt-BR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/RecordBox.pt-BR.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/RecordBox.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/RecordBox.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/RecordBox.ro-RO.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/RecordBox.ro-RO.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/RecordBox.ru-RU.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/RecordBox.ru-RU.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/RecordBox.sl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/RecordBox.sl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/RecordBox.sv.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/RecordBox.sv.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/RecordBox.tr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/RecordBox.tr.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/RecordBox.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/RecordBox.uk.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/RecordBox.vi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/RecordBox.vi.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/RecordBox.zh-Hans.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/RecordBox.zh-Hans.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/RecordBox.zh-Hant.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/RecordBox.zh-Hant.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SaveWhere.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SaveWhere.Designer.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SaveWhere.ar.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SaveWhere.ar.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SaveWhere.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SaveWhere.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SaveWhere.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SaveWhere.cs.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SaveWhere.de-DE.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SaveWhere.de-DE.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SaveWhere.el.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SaveWhere.el.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SaveWhere.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SaveWhere.es.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SaveWhere.fi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SaveWhere.fi.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SaveWhere.fr-FR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SaveWhere.fr-FR.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SaveWhere.he.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SaveWhere.he.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SaveWhere.hu.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SaveWhere.hu.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SaveWhere.id.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SaveWhere.id.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SaveWhere.it-IT.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SaveWhere.it-IT.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SaveWhere.ja.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SaveWhere.ja.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SaveWhere.ko.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SaveWhere.ko.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SaveWhere.nl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SaveWhere.nl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SaveWhere.pl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SaveWhere.pl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SaveWhere.pt-BR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SaveWhere.pt-BR.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SaveWhere.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SaveWhere.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SaveWhere.ro-RO.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SaveWhere.ro-RO.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SaveWhere.ru-RU.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SaveWhere.ru-RU.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SaveWhere.sl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SaveWhere.sl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SaveWhere.sv.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SaveWhere.sv.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SaveWhere.tr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SaveWhere.tr.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SaveWhere.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SaveWhere.uk.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SaveWhere.vi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SaveWhere.vi.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SaveWhere.zh-Hans.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SaveWhere.zh-Hans.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SaveWhere.zh-Hant.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SaveWhere.zh-Hant.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/Settings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/Settings.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SpecActions.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SpecActions.Designer.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SpecActions.ar.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SpecActions.ar.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SpecActions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SpecActions.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SpecActions.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SpecActions.cs.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SpecActions.de-DE.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SpecActions.de-DE.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SpecActions.el.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SpecActions.el.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SpecActions.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SpecActions.es.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SpecActions.fi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SpecActions.fi.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SpecActions.fr-FR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SpecActions.fr-FR.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SpecActions.he.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SpecActions.he.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SpecActions.hu.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SpecActions.hu.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SpecActions.id.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SpecActions.id.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SpecActions.it-IT.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SpecActions.it-IT.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SpecActions.ja.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SpecActions.ja.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SpecActions.ko.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SpecActions.ko.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SpecActions.nl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SpecActions.nl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SpecActions.pl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SpecActions.pl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SpecActions.pt-BR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SpecActions.pt-BR.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SpecActions.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SpecActions.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SpecActions.ro-RO.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SpecActions.ro-RO.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SpecActions.ru-RU.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SpecActions.ru-RU.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SpecActions.sl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SpecActions.sl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SpecActions.sv.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SpecActions.sv.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SpecActions.tr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SpecActions.tr.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SpecActions.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SpecActions.uk.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SpecActions.vi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SpecActions.vi.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SpecActions.zh-Hans.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SpecActions.zh-Hans.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/SpecActions.zh-Hant.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/SpecActions.zh-Hant.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WelcomeDialog.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WelcomeDialog.Designer.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WelcomeDialog.ar.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WelcomeDialog.ar.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WelcomeDialog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WelcomeDialog.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WelcomeDialog.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WelcomeDialog.cs.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WelcomeDialog.de-DE.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WelcomeDialog.de-DE.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WelcomeDialog.el.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WelcomeDialog.el.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WelcomeDialog.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WelcomeDialog.es.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WelcomeDialog.fi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WelcomeDialog.fi.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WelcomeDialog.fr-FR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WelcomeDialog.fr-FR.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WelcomeDialog.he.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WelcomeDialog.he.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WelcomeDialog.hu.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WelcomeDialog.hu.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WelcomeDialog.id.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WelcomeDialog.id.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WelcomeDialog.it-IT.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WelcomeDialog.it-IT.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WelcomeDialog.ja.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WelcomeDialog.ja.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WelcomeDialog.ko.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WelcomeDialog.ko.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WelcomeDialog.nl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WelcomeDialog.nl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WelcomeDialog.pl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WelcomeDialog.pl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WelcomeDialog.pt-BR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WelcomeDialog.pt-BR.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WelcomeDialog.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WelcomeDialog.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WelcomeDialog.ro-RO.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WelcomeDialog.ro-RO.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WelcomeDialog.ru-RU.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WelcomeDialog.ru-RU.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WelcomeDialog.sl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WelcomeDialog.sl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WelcomeDialog.sv.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WelcomeDialog.sv.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WelcomeDialog.tr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WelcomeDialog.tr.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WelcomeDialog.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WelcomeDialog.uk.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WelcomeDialog.vi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WelcomeDialog.vi.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WelcomeDialog.zh-Hans.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WelcomeDialog.zh-Hans.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WelcomeDialog.zh-Hant.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WelcomeDialog.zh-Hant.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WinProgs.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WinProgs.Designer.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WinProgs.ar.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WinProgs.ar.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WinProgs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WinProgs.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WinProgs.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WinProgs.cs.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WinProgs.de-DE.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WinProgs.de-DE.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WinProgs.el.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WinProgs.el.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WinProgs.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WinProgs.es.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WinProgs.fi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WinProgs.fi.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WinProgs.fr-FR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WinProgs.fr-FR.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WinProgs.he.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WinProgs.he.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WinProgs.hu.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WinProgs.hu.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WinProgs.id.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WinProgs.id.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WinProgs.it-IT.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WinProgs.it-IT.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WinProgs.ja.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WinProgs.ja.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WinProgs.ko.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WinProgs.ko.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WinProgs.nl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WinProgs.nl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WinProgs.pl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WinProgs.pl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WinProgs.pt-BR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WinProgs.pt-BR.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WinProgs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WinProgs.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WinProgs.ro-RO.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WinProgs.ro-RO.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WinProgs.ru-RU.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WinProgs.ru-RU.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WinProgs.sl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WinProgs.sl.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WinProgs.sv.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WinProgs.sv.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WinProgs.tr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WinProgs.tr.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WinProgs.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WinProgs.uk.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WinProgs.vi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WinProgs.vi.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WinProgs.zh-Hans.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WinProgs.zh-Hans.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/WinProgs.zh-Hant.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/WinProgs.zh-Hant.resx -------------------------------------------------------------------------------- /DS4Windows/DS4Forms/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Forms/app.config -------------------------------------------------------------------------------- /DS4Windows/DS4Library/Crc32.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Library/Crc32.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Library/DS4Audio.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Library/DS4Audio.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Library/DS4Cal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Library/DS4Cal.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Library/DS4Device.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Library/DS4Device.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Library/DS4Devices.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Library/DS4Devices.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Library/DS4Sixaxis.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Library/DS4Sixaxis.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Library/DS4State.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Library/DS4State.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Library/DS4StateExposed.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Library/DS4StateExposed.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Library/DS4Touchpad.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Library/DS4Touchpad.cs -------------------------------------------------------------------------------- /DS4Windows/DS4Windows.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/DS4Windows.csproj -------------------------------------------------------------------------------- /DS4Windows/HidLibrary/Extensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/HidLibrary/Extensions.cs -------------------------------------------------------------------------------- /DS4Windows/HidLibrary/HidDevice.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/HidLibrary/HidDevice.cs -------------------------------------------------------------------------------- /DS4Windows/HidLibrary/HidDeviceAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/HidLibrary/HidDeviceAttributes.cs -------------------------------------------------------------------------------- /DS4Windows/HidLibrary/HidDeviceCapabilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/HidLibrary/HidDeviceCapabilities.cs -------------------------------------------------------------------------------- /DS4Windows/HidLibrary/HidDevices.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/HidLibrary/HidDevices.cs -------------------------------------------------------------------------------- /DS4Windows/HidLibrary/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/HidLibrary/LICENSE -------------------------------------------------------------------------------- /DS4Windows/HidLibrary/NativeMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/HidLibrary/NativeMethods.cs -------------------------------------------------------------------------------- /DS4Windows/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Program.cs -------------------------------------------------------------------------------- /DS4Windows/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /DS4Windows/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /DS4Windows/Properties/Resources.ar.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/Resources.ar.resx -------------------------------------------------------------------------------- /DS4Windows/Properties/Resources.cs.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/Resources.cs.resx -------------------------------------------------------------------------------- /DS4Windows/Properties/Resources.de-DE.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/Resources.de-DE.resx -------------------------------------------------------------------------------- /DS4Windows/Properties/Resources.el.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/Resources.el.resx -------------------------------------------------------------------------------- /DS4Windows/Properties/Resources.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/Resources.es.resx -------------------------------------------------------------------------------- /DS4Windows/Properties/Resources.fi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/Resources.fi.resx -------------------------------------------------------------------------------- /DS4Windows/Properties/Resources.fr-FR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/Resources.fr-FR.resx -------------------------------------------------------------------------------- /DS4Windows/Properties/Resources.he.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/Resources.he.resx -------------------------------------------------------------------------------- /DS4Windows/Properties/Resources.hu.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/Resources.hu.resx -------------------------------------------------------------------------------- /DS4Windows/Properties/Resources.id.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/Resources.id.resx -------------------------------------------------------------------------------- /DS4Windows/Properties/Resources.it-IT.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/Resources.it-IT.resx -------------------------------------------------------------------------------- /DS4Windows/Properties/Resources.ja.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/Resources.ja.resx -------------------------------------------------------------------------------- /DS4Windows/Properties/Resources.ko.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/Resources.ko.resx -------------------------------------------------------------------------------- /DS4Windows/Properties/Resources.nl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/Resources.nl.resx -------------------------------------------------------------------------------- /DS4Windows/Properties/Resources.pl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/Resources.pl.resx -------------------------------------------------------------------------------- /DS4Windows/Properties/Resources.pt-BR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/Resources.pt-BR.resx -------------------------------------------------------------------------------- /DS4Windows/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/Resources.resx -------------------------------------------------------------------------------- /DS4Windows/Properties/Resources.ro-RO.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/Resources.ro-RO.resx -------------------------------------------------------------------------------- /DS4Windows/Properties/Resources.ru-RU.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/Resources.ru-RU.resx -------------------------------------------------------------------------------- /DS4Windows/Properties/Resources.sl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/Resources.sl.resx -------------------------------------------------------------------------------- /DS4Windows/Properties/Resources.sv.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/Resources.sv.resx -------------------------------------------------------------------------------- /DS4Windows/Properties/Resources.tr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/Resources.tr.resx -------------------------------------------------------------------------------- /DS4Windows/Properties/Resources.uk.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/Resources.uk.resx -------------------------------------------------------------------------------- /DS4Windows/Properties/Resources.vi.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/Resources.vi.resx -------------------------------------------------------------------------------- /DS4Windows/Properties/Resources.zh-Hant.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/Resources.zh-Hant.resx -------------------------------------------------------------------------------- /DS4Windows/Properties/Resources.zh-hans.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/Resources.zh-hans.resx -------------------------------------------------------------------------------- /DS4Windows/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /DS4Windows/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Properties/Settings.settings -------------------------------------------------------------------------------- /DS4Windows/Resources/360 fades.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/360 fades.png -------------------------------------------------------------------------------- /DS4Windows/Resources/360 highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/360 highlight.png -------------------------------------------------------------------------------- /DS4Windows/Resources/360 highlight.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/360 highlight.psd -------------------------------------------------------------------------------- /DS4Windows/Resources/360 map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/360 map.png -------------------------------------------------------------------------------- /DS4Windows/Resources/A.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/A.PNG -------------------------------------------------------------------------------- /DS4Windows/Resources/B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/B.png -------------------------------------------------------------------------------- /DS4Windows/Resources/BACK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/BACK.png -------------------------------------------------------------------------------- /DS4Windows/Resources/BT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/BT.png -------------------------------------------------------------------------------- /DS4Windows/Resources/Clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/Clock.png -------------------------------------------------------------------------------- /DS4Windows/Resources/DOWN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/DOWN.png -------------------------------------------------------------------------------- /DS4Windows/Resources/DS4 Config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/DS4 Config.png -------------------------------------------------------------------------------- /DS4Windows/Resources/DS4 Controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/DS4 Controller.png -------------------------------------------------------------------------------- /DS4Windows/Resources/DS4 lightbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/DS4 lightbar.png -------------------------------------------------------------------------------- /DS4Windows/Resources/DS4 old.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/DS4 old.ico -------------------------------------------------------------------------------- /DS4Windows/Resources/DS4-Config_Circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/DS4-Config_Circle.png -------------------------------------------------------------------------------- /DS4Windows/Resources/DS4-Config_Cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/DS4-Config_Cross.png -------------------------------------------------------------------------------- /DS4Windows/Resources/DS4-Config_Down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/DS4-Config_Down.png -------------------------------------------------------------------------------- /DS4Windows/Resources/DS4-Config_L1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/DS4-Config_L1.png -------------------------------------------------------------------------------- /DS4Windows/Resources/DS4-Config_L2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/DS4-Config_L2.png -------------------------------------------------------------------------------- /DS4Windows/Resources/DS4-Config_LS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/DS4-Config_LS.png -------------------------------------------------------------------------------- /DS4Windows/Resources/DS4-Config_Left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/DS4-Config_Left.png -------------------------------------------------------------------------------- /DS4Windows/Resources/DS4-Config_PS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/DS4-Config_PS.png -------------------------------------------------------------------------------- /DS4Windows/Resources/DS4-Config_R1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/DS4-Config_R1.png -------------------------------------------------------------------------------- /DS4Windows/Resources/DS4-Config_R2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/DS4-Config_R2.png -------------------------------------------------------------------------------- /DS4Windows/Resources/DS4-Config_RS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/DS4-Config_RS.png -------------------------------------------------------------------------------- /DS4Windows/Resources/DS4-Config_Right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/DS4-Config_Right.png -------------------------------------------------------------------------------- /DS4Windows/Resources/DS4-Config_Share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/DS4-Config_Share.png -------------------------------------------------------------------------------- /DS4Windows/Resources/DS4-Config_Square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/DS4-Config_Square.png -------------------------------------------------------------------------------- /DS4Windows/Resources/DS4-Config_TouchLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/DS4-Config_TouchLeft.png -------------------------------------------------------------------------------- /DS4Windows/Resources/DS4-Config_TouchMulti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/DS4-Config_TouchMulti.png -------------------------------------------------------------------------------- /DS4Windows/Resources/DS4-Config_TouchRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/DS4-Config_TouchRight.png -------------------------------------------------------------------------------- /DS4Windows/Resources/DS4-Config_TouchUpper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/DS4-Config_TouchUpper.png -------------------------------------------------------------------------------- /DS4Windows/Resources/DS4-Config_Triangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/DS4-Config_Triangle.png -------------------------------------------------------------------------------- /DS4Windows/Resources/DS4-Config_Up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/DS4-Config_Up.png -------------------------------------------------------------------------------- /DS4Windows/Resources/DS4-Config_ptionss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/DS4-Config_ptionss.png -------------------------------------------------------------------------------- /DS4Windows/Resources/DS4.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/DS4.ico -------------------------------------------------------------------------------- /DS4Windows/Resources/DS4W - White.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/DS4W - White.ico -------------------------------------------------------------------------------- /DS4Windows/Resources/DS4W.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/DS4W.ico -------------------------------------------------------------------------------- /DS4Windows/Resources/EE.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/EE.wav -------------------------------------------------------------------------------- /DS4Windows/Resources/LB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/LB.png -------------------------------------------------------------------------------- /DS4Windows/Resources/LEFT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/LEFT.png -------------------------------------------------------------------------------- /DS4Windows/Resources/LS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/LS.png -------------------------------------------------------------------------------- /DS4Windows/Resources/LSD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/LSD.png -------------------------------------------------------------------------------- /DS4Windows/Resources/LSL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/LSL.png -------------------------------------------------------------------------------- /DS4Windows/Resources/LSR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/LSR.png -------------------------------------------------------------------------------- /DS4Windows/Resources/LSU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/LSU.png -------------------------------------------------------------------------------- /DS4Windows/Resources/LT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/LT.png -------------------------------------------------------------------------------- /DS4Windows/Resources/Pairmode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/Pairmode.png -------------------------------------------------------------------------------- /DS4Windows/Resources/RB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/RB.png -------------------------------------------------------------------------------- /DS4Windows/Resources/RIGHT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/RIGHT.png -------------------------------------------------------------------------------- /DS4Windows/Resources/RS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/RS.png -------------------------------------------------------------------------------- /DS4Windows/Resources/RSD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/RSD.png -------------------------------------------------------------------------------- /DS4Windows/Resources/RSL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/RSL.png -------------------------------------------------------------------------------- /DS4Windows/Resources/RSR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/RSR.png -------------------------------------------------------------------------------- /DS4Windows/Resources/RSU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/RSU.png -------------------------------------------------------------------------------- /DS4Windows/Resources/RT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/RT.png -------------------------------------------------------------------------------- /DS4Windows/Resources/Red Circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/Red Circle.png -------------------------------------------------------------------------------- /DS4Windows/Resources/START.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/START.png -------------------------------------------------------------------------------- /DS4Windows/Resources/Scp_All.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/Scp_All.ico -------------------------------------------------------------------------------- /DS4Windows/Resources/UP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/UP.png -------------------------------------------------------------------------------- /DS4Windows/Resources/USB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/USB.png -------------------------------------------------------------------------------- /DS4Windows/Resources/UpperTouch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/UpperTouch.png -------------------------------------------------------------------------------- /DS4Windows/Resources/X.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/X.png -------------------------------------------------------------------------------- /DS4Windows/Resources/Y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/Y.png -------------------------------------------------------------------------------- /DS4Windows/Resources/checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/checked.png -------------------------------------------------------------------------------- /DS4Windows/Resources/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/delete.png -------------------------------------------------------------------------------- /DS4Windows/Resources/export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/export.png -------------------------------------------------------------------------------- /DS4Windows/Resources/imageres_import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/imageres_import.png -------------------------------------------------------------------------------- /DS4Windows/Resources/imageres_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/imageres_new.png -------------------------------------------------------------------------------- /DS4Windows/Resources/left touch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/left touch.png -------------------------------------------------------------------------------- /DS4Windows/Resources/mouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/mouse.png -------------------------------------------------------------------------------- /DS4Windows/Resources/none.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/none.png -------------------------------------------------------------------------------- /DS4Windows/Resources/rainbow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/rainbow.png -------------------------------------------------------------------------------- /DS4Windows/Resources/rainbowC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/rainbowC.png -------------------------------------------------------------------------------- /DS4Windows/Resources/right touch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/right touch.png -------------------------------------------------------------------------------- /DS4Windows/Resources/saveprofile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/saveprofile.png -------------------------------------------------------------------------------- /DS4Windows/Resources/shell32 delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/shell32 delete.png -------------------------------------------------------------------------------- /DS4Windows/Resources/shell32_copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/shell32_copy.png -------------------------------------------------------------------------------- /DS4Windows/Resources/shell32_export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/shell32_export.png -------------------------------------------------------------------------------- /DS4Windows/Resources/shell32_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/shell32_new.png -------------------------------------------------------------------------------- /DS4Windows/Resources/size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/size.png -------------------------------------------------------------------------------- /DS4Windows/Resources/x360test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/x360test.png -------------------------------------------------------------------------------- /DS4Windows/Resources/xbox_360_controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/Resources/xbox_360_controller.png -------------------------------------------------------------------------------- /DS4Windows/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/app.config -------------------------------------------------------------------------------- /DS4Windows/app.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/app.manifest -------------------------------------------------------------------------------- /DS4Windows/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/DS4Windows/packages.config -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/README.md -------------------------------------------------------------------------------- /TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajkosto/DS4Windows/HEAD/TODO.md --------------------------------------------------------------------------------