Jan Trefil
cd77a50cbb
Add "Donations" section
2023-08-31 20:18:21 +02:00
Jan Trefil
29e357da5e
Clarify readme
2023-06-21 21:30:11 +02:00
Jan Trefil
d93a19d668
Add test instructions to README
2023-05-13 18:56:44 +02:00
Jan Trefil
c01356e56c
Add "Manual installation" section
2023-04-22 14:17:37 +02:00
Jan Trefil
3a00068d13
README polish
2023-04-21 21:21:40 +02:00
Jan Trefil
398a1d73b7
Clarify limitations
2023-04-19 23:10:23 +02:00
Jan Trefil
f248fa75fa
Add configuration instructions
2023-04-19 22:10:41 +02:00
Jan Trefil
f104414560
Remove mentions of windows
2023-04-18 22:28:30 +02:00
Jan Trefil
8909fd4711
Fix old stuff in readme
2023-04-18 20:41:58 +02:00
htrefil
2d45ae6e5a
Merge pull request #21 from h4ssi/switch-to-uac-desktop-and-retry-send-input
...
Retry `SendInput` after switching desktops upon initial failure
2023-04-16 11:50:51 +02:00
Florian Hassanen
a20198875a
Retry SendInput
after switching desktops upon initial failure
...
When Windows UAC is active, `SendInput` fails because "the UAC desktop
is in focus" (blocking events on the original desktop).
As a initial work around for this use case, the desktop is switched and
the `SendInput` is retried.
To be able to do this, the process needs to run with sufficient
privileges to access the UAC desktop.
There are several ways to do this.
One example is the `psexec` tool (you may need to use absolute paths -
even in the config):
```
psexec -sid client ...
```
I am not sure whether this simple "retry once" strategy is sufficient
or a more sophisticated approach is required.
2021-02-25 00:34:02 +01:00
Norman Hooper
2069399cfd
Add more details to installation instructions
2021-01-31 20:30:47 +02:00
Norman Hooper
b95ba5ffb4
Add Clang/LLVM to requirements
2021-01-31 15:03:27 +02:00
Norman Hooper
e6a0bc8a20
Note for Debian derivatives
2021-01-31 14:43:04 +02:00
htrefil
bf133665eb
Clarify TLS dependencies in README
2021-01-17 13:53:42 +01:00
htrefil
f8a86ef4d1
Fix certificate-gen invocation example in README
2021-01-17 13:51:15 +01:00
htrefil
e4c09a9abf
Update README
2020-11-14 13:23:37 +01:00
htrefil
8766dec86d
Fix README
2020-11-09 19:26:54 +01:00
htrefil
7eac8bfbc1
Update README
2020-11-04 22:04:21 +01:00
htrefil
8f2aad72d7
Add systemd service files
2020-10-31 17:18:12 +01:00
htrefil
1b99d2011d
Update README
2020-10-31 17:12:09 +01:00
htrefil
ecdb086168
Update README
2020-10-30 19:48:33 +01:00
htrefil
3eee67cb57
Add license
2020-10-29 22:21:09 +01:00
htrefil
a9f15df26d
Add README
2020-10-29 22:19:44 +01:00