diff --git a/DS4Windows/DS4Forms/Hotkeys.Designer.cs b/DS4Windows/DS4Forms/Hotkeys.Designer.cs index 8ba825b..76aaf88 100644 --- a/DS4Windows/DS4Forms/Hotkeys.Designer.cs +++ b/DS4Windows/DS4Forms/Hotkeys.Designer.cs @@ -86,23 +86,16 @@ this.lbTranslators = new System.Windows.Forms.Label(); this.linkSourceCode = new System.Windows.Forms.LinkLabel(); this.lbLinkText = new System.Windows.Forms.Label(); - this.makerSupportLinkLabel = new System.Windows.Forms.LinkLabel(); this.coinTP = new System.Windows.Forms.TabPage(); - this.label2 = new System.Windows.Forms.Label(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); - this.panel1 = new System.Windows.Forms.Panel(); - this.btcTextBox = new System.Windows.Forms.TextBox(); - this.label1 = new System.Windows.Forms.Label(); - this.panel2 = new System.Windows.Forms.Panel(); - this.ltcTextBox = new System.Windows.Forms.TextBox(); + this.textBox2 = new System.Windows.Forms.TextBox(); + this.makerSupportLinkLabel = new System.Windows.Forms.LinkLabel(); this.tCAbout.SuspendLayout(); this.tPHotkeys.SuspendLayout(); this.tPCredits.SuspendLayout(); this.tLPTranslators.SuspendLayout(); this.coinTP.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); - this.panel1.SuspendLayout(); - this.panel2.SuspendLayout(); this.SuspendLayout(); // // linkElectro @@ -117,7 +110,7 @@ resources.ApplyResources(this.linkJays2Kings, "linkJays2Kings"); this.linkJays2Kings.Name = "linkJays2Kings"; this.linkJays2Kings.TabStop = true; - this.linkJays2Kings.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkJays2Kings_LinkClicked); + this.linkJays2Kings.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkJays2Kings_LinkClicked); // // lbAbout // @@ -143,14 +136,14 @@ resources.ApplyResources(this.lLChangelog, "lLChangelog"); this.lLChangelog.Name = "lLChangelog"; this.lLChangelog.TabStop = true; - this.lLChangelog.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lLChangelog_LinkClicked); + this.lLChangelog.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LLChangelog_LinkClicked); // // linkDonate // resources.ApplyResources(this.linkDonate, "linkDonate"); this.linkDonate.Name = "linkDonate"; this.linkDonate.TabStop = true; - this.linkDonate.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkDonate_LinkClicked); + this.linkDonate.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkDonate_LinkClicked); // // tCAbout // @@ -469,13 +462,6 @@ resources.ApplyResources(this.lbLinkText, "lbLinkText"); this.lbLinkText.Name = "lbLinkText"; // - // makerSupportLinkLabel - // - resources.ApplyResources(this.makerSupportLinkLabel, "makerSupportLinkLabel"); - this.makerSupportLinkLabel.Name = "makerSupportLinkLabel"; - this.makerSupportLinkLabel.TabStop = true; - this.makerSupportLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.MakerSupportLinkLabel_LinkClicked); - // // coinTP // this.coinTP.Controls.Add(this.flowLayoutPanel1); @@ -483,52 +469,26 @@ this.coinTP.Name = "coinTP"; this.coinTP.UseVisualStyleBackColor = true; // - // label2 - // - resources.ApplyResources(this.label2, "label2"); - this.label2.Name = "label2"; - // // flowLayoutPanel1 // resources.ApplyResources(this.flowLayoutPanel1, "flowLayoutPanel1"); - this.flowLayoutPanel1.Controls.Add(this.panel1); - this.flowLayoutPanel1.Controls.Add(this.panel2); + this.flowLayoutPanel1.Controls.Add(this.textBox2); this.flowLayoutPanel1.Controls.Add(this.linkDonate); this.flowLayoutPanel1.Controls.Add(this.makerSupportLinkLabel); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; // - // panel1 + // textBox2 // - this.panel1.Controls.Add(this.btcTextBox); - this.panel1.Controls.Add(this.label1); - resources.ApplyResources(this.panel1, "panel1"); - this.panel1.Name = "panel1"; + this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None; + resources.ApplyResources(this.textBox2, "textBox2"); + this.textBox2.Name = "textBox2"; // - // btcTextBox + // makerSupportLinkLabel // - this.btcTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; - resources.ApplyResources(this.btcTextBox, "btcTextBox"); - this.btcTextBox.Name = "btcTextBox"; - this.btcTextBox.ReadOnly = true; - // - // label1 - // - resources.ApplyResources(this.label1, "label1"); - this.label1.Name = "label1"; - // - // panel2 - // - resources.ApplyResources(this.panel2, "panel2"); - this.panel2.Controls.Add(this.ltcTextBox); - this.panel2.Controls.Add(this.label2); - this.panel2.Name = "panel2"; - // - // ltcTextBox - // - this.ltcTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; - resources.ApplyResources(this.ltcTextBox, "ltcTextBox"); - this.ltcTextBox.Name = "ltcTextBox"; - this.ltcTextBox.ReadOnly = true; + resources.ApplyResources(this.makerSupportLinkLabel, "makerSupportLinkLabel"); + this.makerSupportLinkLabel.Name = "makerSupportLinkLabel"; + this.makerSupportLinkLabel.TabStop = true; + this.makerSupportLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.MakerSupportLinkLabel_LinkClicked); // // Hotkeys // @@ -549,10 +509,7 @@ this.coinTP.ResumeLayout(false); this.coinTP.PerformLayout(); this.flowLayoutPanel1.ResumeLayout(false); - this.panel1.ResumeLayout(false); - this.panel1.PerformLayout(); - this.panel2.ResumeLayout(false); - this.panel2.PerformLayout(); + this.flowLayoutPanel1.PerformLayout(); this.ResumeLayout(false); } @@ -619,11 +576,6 @@ private System.Windows.Forms.LinkLabel makerSupportLinkLabel; private System.Windows.Forms.TabPage coinTP; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; - private System.Windows.Forms.Panel panel1; - private System.Windows.Forms.TextBox btcTextBox; - private System.Windows.Forms.Label label1; - private System.Windows.Forms.Panel panel2; - private System.Windows.Forms.TextBox ltcTextBox; - private System.Windows.Forms.Label label2; + private System.Windows.Forms.TextBox textBox2; } } \ No newline at end of file diff --git a/DS4Windows/DS4Forms/Hotkeys.cs b/DS4Windows/DS4Forms/Hotkeys.cs index 8502a4b..91daa3c 100644 --- a/DS4Windows/DS4Forms/Hotkeys.cs +++ b/DS4Windows/DS4Forms/Hotkeys.cs @@ -61,7 +61,7 @@ namespace DS4Windows } } - private void linkJays2Kings_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) + private void LinkJays2Kings_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { Process.Start("https://github.com/Jays2Kings/"); } @@ -81,12 +81,12 @@ namespace DS4Windows Process.Start("http://dsdcs.com/index.php/portfolio/software-development/4-ds4windows"); } - private void lLChangelog_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) + private void LLChangelog_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { Process.Start("https://docs.google.com/document/d/1CovpH08fbPSXrC6TmEprzgPwCe0tTjQ_HTFfDotpmxk/edit?usp=sharing"); } - private void linkDonate_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) + private void LinkDonate_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { Process.Start("https://paypal.me/ryochan7"); } diff --git a/DS4Windows/DS4Forms/Hotkeys.resx b/DS4Windows/DS4Forms/Hotkeys.resx index 1e90619..27f3c86 100644 --- a/DS4Windows/DS4Forms/Hotkeys.resx +++ b/DS4Windows/DS4Forms/Hotkeys.resx @@ -289,7 +289,7 @@ 0 - 3, 42 + 3, 91 3, 0, 3, 3 @@ -313,7 +313,7 @@ flowLayoutPanel1 - 2 + 1 True @@ -337,7 +337,7 @@ 3, 3, 3, 3 - 559, 451 + 559, 465 0 @@ -357,439 +357,6 @@ 0 - - linkTeokp - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tPCredits - - - 0 - - - linkKiliansch - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tPCredits - - - 1 - - - linkChamilsaan - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tPCredits - - - 2 - - - linkBoganhobo - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tPCredits - - - 3 - - - tLPTranslators - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tPCredits - - - 4 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="lbuk" Row="18" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbUkrainianT" Row="18" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbid" Row="17" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbIndonesianT" Row="17" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbhu" Row="16" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbHungarianT" Row="16" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbel" Row="15" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbGreekT" Row="15" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbfi" Row="14" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbFinnishT" Row="14" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbcs" Row="13" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbCzechT" Row="13" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbpt" Row="12" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbPortugueseT" Row="12" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbes" Row="11" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbSpanishT" Row="11" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbpl" Row="10" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbPolishT" Row="10" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbde" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbGermanT" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbItalianT" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbitIT" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbruRU" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbRussianT" Row="2" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbroRO" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbRomanianT" Row="3" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbtr" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbTurkishT" Row="4" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbzhHans" Row="5" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbChineseST" Row="5" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbzhHant" Row="6" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbChineseTT" Row="6" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbar" Row="7" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbArabicT" Row="7" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbhe" Row="8" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbHebrewT" Row="8" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbfrFR" Row="9" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbFrenchT" Row="9" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0" /><Rows Styles="Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Absolute,16,Absolute,16,Absolute,16,Absolute,16,Absolute,16,Absolute,16,Absolute,16" /></TableLayoutSettings> - - - lbTranslators - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tPCredits - - - 5 - - - linkSourceCode - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tPCredits - - - 7 - - - lbLinkText - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tPCredits - - - 8 - - - 4, 22 - - - 3, 3, 3, 3 - - - 559, 451 - - - 1 - - - Credits - - - tPCredits - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tCAbout - - - 1 - - - True - - - 30, 0 - - - True - - - 227, 18 - - - 23 - - - 1DnMJwjdd7JRfHJap2mmTmADYm38SzR2z9 - - - btcTextBox - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel1 - - - 0 - - - NoControl - - - 0, 0 - - - 31, 17 - - - 24 - - - BTC: - - - label1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel1 - - - 1 - - - 3, 3 - - - 308, 17 - - - 29 - - - panel1 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel1 - - - 0 - - - Left, Right - - - 31, 0 - - - 226, 13 - - - 29 - - - La5mniW7SFMH2RhqDgUty3RwkBSYbjbnJ6 - - - ltcTextBox - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel2 - - - 0 - - - True - - - 0, 0 - - - 30, 13 - - - 26 - - - LTC: - - - label2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel2 - - - 1 - - - 3, 23 - - - 3, 0, 3, 3 - - - 308, 16 - - - 28 - - - panel2 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel1 - - - 1 - - - 3, 59 - - - 3, 0, 3, 3 - - - 74, 14 - - - 25 - - - MakerSupport - - - makerSupportLinkLabel - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel1 - - - 3 - - - Fill - - - TopDown - - - 3, 3 - - - 553, 459 - - - 27 - - - flowLayoutPanel1 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - coinTP - - - 0 - - - 4, 22 - - - 3, 3, 3, 3 - - - 559, 465 - - - 2 - - - Send Coin - - - coinTP - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tCAbout - - - 2 - - - Fill - - - 0, 36 - - - 567, 491 - - - 22 - - - tCAbout - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - Top - - - NoControl - - - 3, 3 - - - 536, 464 - - - 3 - - - Hide DS4 Controller: Hides the DS4's regular input (Dinput) from other programs, check if you are getting double input in games or R2 pauses games -Click left side of touchpad: Left Touch -Click right side of touchpad: Right Touch -Click touchpad with 2 fingers: Multitouch -Click upper part of touchpad: Upper Touch -PS + Options or hold PS for 10 secs: Disconnect Controller (Only on Bluetooth) -Touch Touchpad + PS: Turn off touchpad movement (clicking still works) -Pad click on lower right: Right click (Best used when right side is used as a mouse button) -Two fingers up/down on touchpad*: Scroll Up/Down -Tap then hold touchpad*: Left mouse drag -2 finger touchpad swipe left or right: Cycle through profiles -Shift Modifer: Hold an action to use another set of controls -When mapping keyboard and mouse: -Toggle: The key will remain in a "held down" state until pressed again -Macro: Assign multiple keys to one input -Scan Code: Keys are interpreted differently. May be needed for certain games -*If enabled - - - lbHotkeys - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tPHotkeys - - - 0 - True @@ -913,492 +480,6 @@ Scan Code: Keys are interpreted differently. May be needed for certain games 2 - - lbuk - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 0 - - - lbUkrainianT - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 1 - - - lbid - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 2 - - - lbIndonesianT - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 3 - - - lbhu - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 4 - - - lbHungarianT - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 5 - - - lbel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 6 - - - lbGreekT - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 7 - - - lbfi - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 8 - - - lbFinnishT - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 9 - - - lbcs - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 10 - - - lbCzechT - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 11 - - - lbpt - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 12 - - - lbPortugueseT - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 13 - - - lbes - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 14 - - - lbSpanishT - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 15 - - - lbpl - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 16 - - - lbPolishT - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 17 - - - lbde - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 18 - - - lbGermanT - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 19 - - - lbItalianT - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 20 - - - lbitIT - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 21 - - - lbruRU - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 22 - - - lbRussianT - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 23 - - - lbroRO - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 24 - - - lbRomanianT - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 25 - - - lbtr - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 26 - - - lbTurkishT - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 27 - - - lbzhHans - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 28 - - - lbChineseST - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 29 - - - lbzhHant - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 30 - - - lbChineseTT - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 31 - - - lbar - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 32 - - - lbArabicT - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 33 - - - lbhe - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 34 - - - lbHebrewT - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 35 - - - lbfrFR - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 36 - - - lbFrenchT - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tLPTranslators - - - 37 - - - Bottom - - - 3, 134 - - - 19 - - - 553, 301 - - - 19 - - - tLPTranslators - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tPCredits - - - 4 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="lbuk" Row="18" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbUkrainianT" Row="18" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbid" Row="17" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbIndonesianT" Row="17" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbhu" Row="16" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbHungarianT" Row="16" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbel" Row="15" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbGreekT" Row="15" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbfi" Row="14" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbFinnishT" Row="14" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbcs" Row="13" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbCzechT" Row="13" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbpt" Row="12" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbPortugueseT" Row="12" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbes" Row="11" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbSpanishT" Row="11" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbpl" Row="10" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbPolishT" Row="10" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbde" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbGermanT" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbItalianT" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbitIT" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbruRU" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbRussianT" Row="2" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbroRO" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbRomanianT" Row="3" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbtr" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbTurkishT" Row="4" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbzhHans" Row="5" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbChineseST" Row="5" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbzhHant" Row="6" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbChineseTT" Row="6" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbar" Row="7" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbArabicT" Row="7" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbhe" Row="8" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbHebrewT" Row="8" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbfrFR" Row="9" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbFrenchT" Row="9" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0" /><Rows Styles="Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Absolute,16,Absolute,16,Absolute,16,Absolute,16,Absolute,16,Absolute,16,Absolute,16" /></TableLayoutSettings> - True @@ -1406,7 +487,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 2, 276 + 2, 288 2, 0, 2, 0 @@ -1439,7 +520,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 147, 276 + 147, 288 2, 0, 2, 0 @@ -1472,7 +553,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 2, 260 + 2, 272 2, 0, 2, 0 @@ -1505,7 +586,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 147, 260 + 147, 272 2, 0, 2, 0 @@ -1538,7 +619,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 2, 244 + 2, 256 2, 0, 2, 0 @@ -1571,7 +652,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 147, 244 + 147, 256 2, 0, 2, 0 @@ -1604,7 +685,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 2, 228 + 2, 240 2, 0, 2, 0 @@ -1637,7 +718,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 147, 228 + 147, 240 2, 0, 2, 0 @@ -1670,7 +751,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 2, 212 + 2, 224 2, 0, 2, 0 @@ -1703,7 +784,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 147, 212 + 147, 224 2, 0, 2, 0 @@ -1736,7 +817,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 2, 196 + 2, 208 2, 0, 2, 0 @@ -1769,7 +850,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 147, 196 + 147, 208 2, 0, 2, 0 @@ -1802,7 +883,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 2, 180 + 2, 192 2, 0, 2, 0 @@ -1835,7 +916,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 147, 180 + 147, 192 2, 0, 2, 0 @@ -1865,7 +946,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games True - 2, 165 + 2, 176 2, 0, 2, 0 @@ -1895,7 +976,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games True - 147, 165 + 147, 176 2, 0, 2, 0 @@ -1925,7 +1006,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games True - 2, 150 + 2, 160 2, 0, 2, 0 @@ -1955,7 +1036,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games True - 147, 150 + 147, 160 2, 0, 2, 0 @@ -2024,7 +1105,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games 148, 0 - 402, 15 + 402, 16 13 @@ -2054,10 +1135,10 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 148, 15 + 148, 16 - 402, 15 + 402, 16 13 @@ -2084,7 +1165,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 3, 15 + 3, 16 74, 13 @@ -2114,7 +1195,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 3, 30 + 3, 32 120, 13 @@ -2147,10 +1228,10 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 148, 30 + 148, 32 - 402, 15 + 402, 16 13 @@ -2177,7 +1258,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 3, 45 + 3, 48 95, 13 @@ -2210,10 +1291,10 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 148, 45 + 148, 48 - 402, 15 + 402, 16 17 @@ -2240,7 +1321,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 3, 60 + 3, 64 81, 13 @@ -2273,10 +1354,10 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 148, 60 + 148, 64 - 402, 15 + 402, 16 19 @@ -2303,7 +1384,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 3, 75 + 3, 80 139, 13 @@ -2333,7 +1414,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 148, 75 + 148, 80 89, 13 @@ -2363,7 +1444,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 3, 90 + 3, 96 138, 13 @@ -2393,7 +1474,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 148, 90 + 148, 96 86, 13 @@ -2423,7 +1504,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 3, 105 + 3, 112 75, 13 @@ -2453,7 +1534,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 148, 105 + 148, 112 72, 13 @@ -2483,7 +1564,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 3, 120 + 3, 128 81, 13 @@ -2513,7 +1594,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 148, 120 + 148, 128 33, 13 @@ -2540,7 +1621,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games True - 2, 135 + 2, 144 2, 0, 2, 0 @@ -2573,7 +1654,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 147, 135 + 147, 144 2, 0, 2, 0 @@ -2599,6 +1680,36 @@ Scan Code: Keys are interpreted differently. May be needed for certain games 37 + + Bottom + + + 3, 139 + + + 19 + + + 553, 310 + + + 19 + + + tLPTranslators + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPCredits + + + 4 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="lbuk" Row="18" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbUkrainianT" Row="18" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbid" Row="17" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbIndonesianT" Row="17" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbhu" Row="16" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbHungarianT" Row="16" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbel" Row="15" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbGreekT" Row="15" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbfi" Row="14" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbFinnishT" Row="14" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbcs" Row="13" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbCzechT" Row="13" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbpt" Row="12" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbPortugueseT" Row="12" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbes" Row="11" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbSpanishT" Row="11" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbpl" Row="10" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbPolishT" Row="10" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbde" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbGermanT" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbItalianT" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbitIT" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbruRU" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbRussianT" Row="2" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbroRO" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbRomanianT" Row="3" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbtr" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbTurkishT" Row="4" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbzhHans" Row="5" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbChineseST" Row="5" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbzhHant" Row="6" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbChineseTT" Row="6" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbar" Row="7" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbArabicT" Row="7" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbhe" Row="8" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbHebrewT" Row="8" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="lbfrFR" Row="9" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="lbFrenchT" Row="9" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0" /><Rows Styles="Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Percent,8.333333,Absolute,16,Absolute,16,Absolute,16,Absolute,16,Absolute,16,Absolute,16,Absolute,16" /></TableLayoutSettings> + Bottom, Left @@ -2672,7 +1783,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games NoControl - 3, 435 + 3, 449 103, 13 @@ -2695,6 +1806,257 @@ Scan Code: Keys are interpreted differently. May be needed for certain games 8 + + 4, 22 + + + 3, 3, 3, 3 + + + 559, 465 + + + 1 + + + Credits + + + tPCredits + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tCAbout + + + 1 + + + flowLayoutPanel1 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + coinTP + + + 0 + + + 4, 22 + + + 3, 3, 3, 3 + + + 559, 465 + + + 2 + + + Send Coin + + + coinTP + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tCAbout + + + 2 + + + Fill + + + 0, 36 + + + 567, 491 + + + 22 + + + tCAbout + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + Top + + + NoControl + + + 3, 3 + + + 536, 464 + + + 3 + + + Hide DS4 Controller: Hides the DS4's regular input (Dinput) from other programs, check if you are getting double input in games or R2 pauses games +Click left side of touchpad: Left Touch +Click right side of touchpad: Right Touch +Click touchpad with 2 fingers: Multitouch +Click upper part of touchpad: Upper Touch +PS + Options or hold PS for 10 secs: Disconnect Controller (Only on Bluetooth) +Touch Touchpad + PS: Turn off touchpad movement (clicking still works) +Pad click on lower right: Right click (Best used when right side is used as a mouse button) +Two fingers up/down on touchpad*: Scroll Up/Down +Tap then hold touchpad*: Left mouse drag +2 finger touchpad swipe left or right: Cycle through profiles +Shift Modifer: Hold an action to use another set of controls +When mapping keyboard and mouse: +Toggle: The key will remain in a "held down" state until pressed again +Macro: Assign multiple keys to one input +Scan Code: Keys are interpreted differently. May be needed for certain games +*If enabled + + + lbHotkeys + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tPHotkeys + + + 0 + + + True + + + textBox2 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel1 + + + 0 + + + makerSupportLinkLabel + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel1 + + + 2 + + + Fill + + + TopDown + + + 3, 3 + + + 553, 459 + + + 27 + + + flowLayoutPanel1 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + coinTP + + + 0 + + + 6, 4 + + + 6, 4, 6, 2 + + + True + + + 547, 85 + + + 32 + + + Bitcoin: 1DnMJwjdd7JRfHJap2mmTmADYm38SzR2z9 +Dogecoin: D9fhbXp9bCHEhuS8vX1BmVu6t7Y2nVNUCK +Litecoin: La5mniW7SFMH2RhqDgUty3RwkBSYbjbnJ6 +Monero: 49RvRMiMewaeez1Y2auxHmfMaAUYfhUpBem4ohzRJd9b5acPcxzh1icjnhZfjnYd1S7NQ57reQ7cP1swGre3rpfzUgJhEB7 + + + + textBox2 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel1 + + + 0 + + + 3, 108 + + + 3, 0, 3, 3 + + + 74, 14 + + + 25 + + + MakerSupport + + + makerSupportLinkLabel + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel1 + + + 2 + True