mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-03-11 07:23:48 +01:00
Tune PowerControl key repeats
This commit is contained in:
parent
66dba937d0
commit
4d5763f9a6
|
|
@ -19,8 +19,8 @@ namespace PowerControl
|
|||
{
|
||||
public const String Title = "Power Control";
|
||||
public readonly String TitleWithVersion = Title + " v" + Application.ProductVersion.ToString();
|
||||
public const int KeyPressRepeatTime = 300;
|
||||
public const int KeyPressNextRepeatTime = 150;
|
||||
public const int KeyPressRepeatTime = 400;
|
||||
public const int KeyPressNextRepeatTime = 90;
|
||||
|
||||
Container components = new Container();
|
||||
System.Windows.Forms.NotifyIcon notifyIcon;
|
||||
|
|
|
|||
Loading…
Reference in a new issue