You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This one is trickier because it's not a combination of a modifier and a standard key. I would have to trigger two separate key presses (RIGHT and then BACKSPACE) in separate keyboard scans for it to work.
The text was updated successfully, but these errors were encountered:
Related to `t.SetApartmentState(ApartmentState.STA)` and System.Windows.Input from WPF. Use Form MouseUp/Down instead for "native" Windows.Forms input.
- Fill keyboard buffer with the supported full 10 bytes to improve performance.
- Use Task.Delay while waiting for BASIC to process instead of Thread.Sleep, this makes sure the windows doesn't lock up while pasting.
- Moved Ctrl+V handling into KeyDown to prevent interreference with new keyboard scanning routine.
The text was updated successfully, but these errors were encountered: