o
asmrobot
2019-10-27 c4bd9d8c587bd1401f0fb2f60c34a4964d7afe20
src/RichCreator.Utility/InputControl/HardwareInputControl.cs
@@ -324,9 +324,9 @@
        public void PressKey(bool pressLeftControl, bool pressRightControl, bool pressLeftShift, bool pressRightShift, bool pressLeftAlt, bool pressRightAlt, bool pressLeftGUI, bool pressRightGUI, params HIDCode[] keys)
        {
            PutDown(pressLeftControl, pressRightControl, pressLeftShift, pressRightShift, pressLeftAlt, pressRightAlt, pressLeftGUI, pressRightGUI, keys);
            Thread.Sleep(100);
            Thread.Sleep(RandomUtils.KeyPressDuration);
            PutDown(false, false, false, false, false, false, false, false);
            Thread.Sleep(100);
            Thread.Sleep(RandomUtils.KeyPressDuration);
        }
        /// <summary>