mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 01:39:17 +01:00
b4a6249fa3
Significant CPU usage decrease by reworking how single instances work, on a mobile i7 for example with a single controller connected usage went from 4-6% to .5-1.5%. With no controllers connected the usage went from 2.5-4.5% to 0%! As mentioned before, single instances has been reworked, so trying to relaunch DS4W more reliably opens the previous instance Fixed Shift modifier not working if main controls were not modified Fixed Tilt Left for Shift modifier Fixed default text of shift controls Remove touchpad movement notification when swipe for controls is enabled Can test the rumble motors separately via Heavy and Light Truly implemented Flush HID (I think) Slight change in profiles, when loading profiles in for the first time in this new version, there may be a slight delay Updated French Translations Removed mouse moving as an option for touch swipes controls, as they weren't implemented nor have a purpose to be
406 lines
17 KiB
C#
406 lines
17 KiB
C#
namespace DS4Windows
|
|
{
|
|
partial class Hotkeys
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Hotkeys));
|
|
this.btnDone = new System.Windows.Forms.Button();
|
|
this.linkElectro = new System.Windows.Forms.LinkLabel();
|
|
this.linkJays2Kings = new System.Windows.Forms.LinkLabel();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.lbAbout = new System.Windows.Forms.Label();
|
|
this.linkInhexSTER = new System.Windows.Forms.LinkLabel();
|
|
this.linkJhebbel = new System.Windows.Forms.LinkLabel();
|
|
this.label23 = new System.Windows.Forms.Label();
|
|
this.label26 = new System.Windows.Forms.Label();
|
|
this.label27 = new System.Windows.Forms.Label();
|
|
this.label25 = new System.Windows.Forms.Label();
|
|
this.label29 = new System.Windows.Forms.Label();
|
|
this.label28 = new System.Windows.Forms.Label();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label19 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label22 = new System.Windows.Forms.Label();
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
this.label24 = new System.Windows.Forms.Label();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.label30 = new System.Windows.Forms.Label();
|
|
this.label31 = new System.Windows.Forms.Label();
|
|
this.label32 = new System.Windows.Forms.Label();
|
|
this.label33 = new System.Windows.Forms.Label();
|
|
this.lLChangelog = new System.Windows.Forms.LinkLabel();
|
|
this.linkDonate = new System.Windows.Forms.LinkLabel();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnDone
|
|
//
|
|
resources.ApplyResources(this.btnDone, "btnDone");
|
|
this.btnDone.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnDone.Name = "btnDone";
|
|
this.btnDone.UseVisualStyleBackColor = true;
|
|
this.btnDone.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// linkElectro
|
|
//
|
|
resources.ApplyResources(this.linkElectro, "linkElectro");
|
|
this.linkElectro.Name = "linkElectro";
|
|
this.linkElectro.TabStop = true;
|
|
this.linkElectro.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
|
//
|
|
// linkJays2Kings
|
|
//
|
|
resources.ApplyResources(this.linkJays2Kings, "linkJays2Kings");
|
|
this.linkJays2Kings.Name = "linkJays2Kings";
|
|
this.linkJays2Kings.TabStop = true;
|
|
this.linkJays2Kings.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
|
|
//
|
|
// label2
|
|
//
|
|
resources.ApplyResources(this.label2, "label2");
|
|
this.label2.Name = "label2";
|
|
//
|
|
// lbAbout
|
|
//
|
|
resources.ApplyResources(this.lbAbout, "lbAbout");
|
|
this.lbAbout.Name = "lbAbout";
|
|
//
|
|
// linkInhexSTER
|
|
//
|
|
resources.ApplyResources(this.linkInhexSTER, "linkInhexSTER");
|
|
this.linkInhexSTER.Name = "linkInhexSTER";
|
|
this.linkInhexSTER.TabStop = true;
|
|
this.linkInhexSTER.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkInhexSTER_LinkClicked);
|
|
//
|
|
// linkJhebbel
|
|
//
|
|
resources.ApplyResources(this.linkJhebbel, "linkJhebbel");
|
|
this.linkJhebbel.Name = "linkJhebbel";
|
|
this.linkJhebbel.TabStop = true;
|
|
this.linkJhebbel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkJhebbel_LinkClicked);
|
|
//
|
|
// label23
|
|
//
|
|
resources.ApplyResources(this.label23, "label23");
|
|
this.label23.Name = "label23";
|
|
//
|
|
// label26
|
|
//
|
|
resources.ApplyResources(this.label26, "label26");
|
|
this.label26.Name = "label26";
|
|
//
|
|
// label27
|
|
//
|
|
resources.ApplyResources(this.label27, "label27");
|
|
this.label27.Name = "label27";
|
|
//
|
|
// label25
|
|
//
|
|
resources.ApplyResources(this.label25, "label25");
|
|
this.label25.Name = "label25";
|
|
//
|
|
// label29
|
|
//
|
|
resources.ApplyResources(this.label29, "label29");
|
|
this.label29.Name = "label29";
|
|
//
|
|
// label28
|
|
//
|
|
resources.ApplyResources(this.label28, "label28");
|
|
this.label28.Name = "label28";
|
|
//
|
|
// label14
|
|
//
|
|
resources.ApplyResources(this.label14, "label14");
|
|
this.label14.Name = "label14";
|
|
//
|
|
// label8
|
|
//
|
|
resources.ApplyResources(this.label8, "label8");
|
|
this.label8.Name = "label8";
|
|
//
|
|
// label16
|
|
//
|
|
resources.ApplyResources(this.label16, "label16");
|
|
this.label16.Name = "label16";
|
|
//
|
|
// label15
|
|
//
|
|
resources.ApplyResources(this.label15, "label15");
|
|
this.label15.Name = "label15";
|
|
//
|
|
// label4
|
|
//
|
|
resources.ApplyResources(this.label4, "label4");
|
|
this.label4.Name = "label4";
|
|
//
|
|
// label7
|
|
//
|
|
resources.ApplyResources(this.label7, "label7");
|
|
this.label7.Name = "label7";
|
|
//
|
|
// label21
|
|
//
|
|
resources.ApplyResources(this.label21, "label21");
|
|
this.label21.Name = "label21";
|
|
//
|
|
// label13
|
|
//
|
|
resources.ApplyResources(this.label13, "label13");
|
|
this.label13.Name = "label13";
|
|
//
|
|
// label3
|
|
//
|
|
resources.ApplyResources(this.label3, "label3");
|
|
this.label3.Name = "label3";
|
|
//
|
|
// label12
|
|
//
|
|
resources.ApplyResources(this.label12, "label12");
|
|
this.label12.Name = "label12";
|
|
//
|
|
// label9
|
|
//
|
|
resources.ApplyResources(this.label9, "label9");
|
|
this.label9.Name = "label9";
|
|
//
|
|
// label19
|
|
//
|
|
resources.ApplyResources(this.label19, "label19");
|
|
this.label19.Name = "label19";
|
|
//
|
|
// label10
|
|
//
|
|
resources.ApplyResources(this.label10, "label10");
|
|
this.label10.Name = "label10";
|
|
//
|
|
// label11
|
|
//
|
|
resources.ApplyResources(this.label11, "label11");
|
|
this.label11.Name = "label11";
|
|
//
|
|
// label18
|
|
//
|
|
resources.ApplyResources(this.label18, "label18");
|
|
this.label18.Name = "label18";
|
|
//
|
|
// label6
|
|
//
|
|
resources.ApplyResources(this.label6, "label6");
|
|
this.label6.Name = "label6";
|
|
//
|
|
// label5
|
|
//
|
|
resources.ApplyResources(this.label5, "label5");
|
|
this.label5.Name = "label5";
|
|
//
|
|
// label17
|
|
//
|
|
resources.ApplyResources(this.label17, "label17");
|
|
this.label17.Name = "label17";
|
|
//
|
|
// label1
|
|
//
|
|
resources.ApplyResources(this.label1, "label1");
|
|
this.label1.Name = "label1";
|
|
//
|
|
// label22
|
|
//
|
|
resources.ApplyResources(this.label22, "label22");
|
|
this.label22.Name = "label22";
|
|
//
|
|
// label20
|
|
//
|
|
resources.ApplyResources(this.label20, "label20");
|
|
this.label20.Name = "label20";
|
|
//
|
|
// label24
|
|
//
|
|
resources.ApplyResources(this.label24, "label24");
|
|
this.label24.Name = "label24";
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
|
this.tableLayoutPanel1.Controls.Add(this.label20, 0, 10);
|
|
this.tableLayoutPanel1.Controls.Add(this.label22, 1, 10);
|
|
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 6);
|
|
this.tableLayoutPanel1.Controls.Add(this.label17, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.label5, 1, 6);
|
|
this.tableLayoutPanel1.Controls.Add(this.label6, 1, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.label18, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.label11, 1, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.label10, 0, 8);
|
|
this.tableLayoutPanel1.Controls.Add(this.label19, 0, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.label9, 1, 8);
|
|
this.tableLayoutPanel1.Controls.Add(this.label12, 1, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.label3, 0, 9);
|
|
this.tableLayoutPanel1.Controls.Add(this.label21, 0, 4);
|
|
this.tableLayoutPanel1.Controls.Add(this.label7, 1, 9);
|
|
this.tableLayoutPanel1.Controls.Add(this.label4, 0, 7);
|
|
this.tableLayoutPanel1.Controls.Add(this.label15, 0, 5);
|
|
this.tableLayoutPanel1.Controls.Add(this.label16, 1, 4);
|
|
this.tableLayoutPanel1.Controls.Add(this.label8, 1, 7);
|
|
this.tableLayoutPanel1.Controls.Add(this.label14, 1, 5);
|
|
this.tableLayoutPanel1.Controls.Add(this.label30, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.label31, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.label32, 0, 11);
|
|
this.tableLayoutPanel1.Controls.Add(this.label13, 0, 12);
|
|
this.tableLayoutPanel1.Controls.Add(this.label24, 0, 13);
|
|
this.tableLayoutPanel1.Controls.Add(this.label26, 0, 15);
|
|
this.tableLayoutPanel1.Controls.Add(this.label25, 0, 14);
|
|
this.tableLayoutPanel1.Controls.Add(this.label29, 1, 15);
|
|
this.tableLayoutPanel1.Controls.Add(this.label28, 1, 14);
|
|
this.tableLayoutPanel1.Controls.Add(this.label27, 1, 13);
|
|
this.tableLayoutPanel1.Controls.Add(this.label33, 1, 11);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
//
|
|
// label30
|
|
//
|
|
resources.ApplyResources(this.label30, "label30");
|
|
this.label30.Name = "label30";
|
|
//
|
|
// label31
|
|
//
|
|
resources.ApplyResources(this.label31, "label31");
|
|
this.label31.Name = "label31";
|
|
//
|
|
// label32
|
|
//
|
|
resources.ApplyResources(this.label32, "label32");
|
|
this.label32.Name = "label32";
|
|
//
|
|
// label33
|
|
//
|
|
resources.ApplyResources(this.label33, "label33");
|
|
this.label33.Name = "label33";
|
|
//
|
|
// lLChangelog
|
|
//
|
|
resources.ApplyResources(this.lLChangelog, "lLChangelog");
|
|
this.lLChangelog.Name = "lLChangelog";
|
|
this.lLChangelog.TabStop = true;
|
|
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);
|
|
//
|
|
// Hotkeys
|
|
//
|
|
this.AcceptButton = this.btnDone;
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.btnDone;
|
|
this.Controls.Add(this.linkDonate);
|
|
this.Controls.Add(this.lLChangelog);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Controls.Add(this.linkJhebbel);
|
|
this.Controls.Add(this.linkInhexSTER);
|
|
this.Controls.Add(this.linkJays2Kings);
|
|
this.Controls.Add(this.linkElectro);
|
|
this.Controls.Add(this.label23);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.btnDone);
|
|
this.Controls.Add(this.lbAbout);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "Hotkeys";
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btnDone;
|
|
private System.Windows.Forms.LinkLabel linkElectro;
|
|
private System.Windows.Forms.LinkLabel linkJays2Kings;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label lbAbout;
|
|
private System.Windows.Forms.LinkLabel linkInhexSTER;
|
|
private System.Windows.Forms.LinkLabel linkJhebbel;
|
|
private System.Windows.Forms.Label label23;
|
|
private System.Windows.Forms.Label label26;
|
|
private System.Windows.Forms.Label label27;
|
|
private System.Windows.Forms.Label label25;
|
|
private System.Windows.Forms.Label label29;
|
|
private System.Windows.Forms.Label label28;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label16;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label21;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label19;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label18;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label22;
|
|
private System.Windows.Forms.Label label20;
|
|
private System.Windows.Forms.Label label24;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Label label30;
|
|
private System.Windows.Forms.Label label31;
|
|
private System.Windows.Forms.LinkLabel lLChangelog;
|
|
private System.Windows.Forms.LinkLabel linkDonate;
|
|
private System.Windows.Forms.Label label32;
|
|
private System.Windows.Forms.Label label33;
|
|
}
|
|
} |