ds-voix

Results 2 issues of ds-voix

Hello, Your virtual keyboard works excellent, but in [xswitcher](https://github.com/ds-voix/xswitcher) I have to reproduce keyboard events 1:1. (To retype the same in new layout). I'd simply wrapped the downKey(), upKey() and...

OpenSSH client can transparently use ssh proxy. I can write in "/etc/ssh/ssh_config" something like this: ``` Host *.xxx.local ProxyJump [email protected] ``` And now, ssh sets up connections to xxx.local using...