Commit 6d1a8a1
Address PR review: drop unused Windows detection and dispose xdotool Process
- Removed Windows branch from IsAutoSubmitModifierPressed (and the
WindowsApplication helper). SimulatePaste/SimulateEnter have no
Windows implementation yet, so detecting Ctrl there just caused a
5s wait-for-release with no follow-up keystroke.
- Wrapped the Linux xdotool Process.Start calls in 'using' to dispose
the returned Process handle.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 5bcbc36 commit 6d1a8a1
2 files changed
Lines changed: 5 additions & 33 deletions
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | | - | |
391 | | - | |
392 | | - | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
| |||
475 | 475 | | |
476 | 476 | | |
477 | 477 | | |
478 | | - | |
| 478 | + | |
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
| |||
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
503 | | - | |
| 503 | + | |
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
| |||
Lines changed: 0 additions & 28 deletions
This file was deleted.
0 commit comments