forked from aly/qstbak
muffin v7.4.18
This commit is contained in:
parent
53aa9fdee8
commit
f82b9ce2a2
50 changed files with 142364 additions and 230361 deletions
|
|
@ -130,10 +130,8 @@ internal static class Dive
|
|||
List<List<nint>> list = new List<List<nint>>(num);
|
||||
CollectionsMarshal.SetCount(list, num);
|
||||
Span<List<nint>> span = CollectionsMarshal.AsSpan(list);
|
||||
int num2 = 0;
|
||||
span[num2] = GetKeysToPress(key, keyModifier);
|
||||
num2++;
|
||||
span[num2] = GetKeysToPress(key2, keyModifier2);
|
||||
span[0] = GetKeysToPress(key, keyModifier);
|
||||
span[1] = GetKeysToPress(key2, keyModifier2);
|
||||
List<nint> list2 = (from x in list
|
||||
where x != null
|
||||
select (x)).MinBy((List<nint> x) => x.Count);
|
||||
|
|
@ -144,12 +142,12 @@ internal static class Dive
|
|||
foreach (nint item in list2)
|
||||
{
|
||||
_keysToPress.Enqueue((256u, item));
|
||||
for (int num3 = 0; num3 < 15; num3++)
|
||||
for (int num2 = 0; num2 < 15; num2++)
|
||||
{
|
||||
_keysToPress.Enqueue((0u, 0));
|
||||
}
|
||||
}
|
||||
for (int num4 = 0; num4 < 5; num4++)
|
||||
for (int num3 = 0; num3 < 5; num3++)
|
||||
{
|
||||
_keysToPress.Enqueue((0u, 0));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue