Tratoschek
Tratoschek
A bonus would be, that the user somewhere can choose the layout at startup. Usecase: Consider a multiuser system, where some user prefer normal qwerty and another something like dvorak....
done: https://github.com/sddm/sddm/issues/482
Unfortunately FFmpeg has only support for using Jack as [input](https://ffmpeg.org/ffmpeg-devices.html#jack) not output.
Fix in the actual file: ``` diff --git a/pycsp/parallel/ossocket.py b/pycsp/parallel/ossocket.py index 36281bd..43c3b4e 100644 --- a/pycsp/parallel/ossocket.py +++ b/pycsp/parallel/ossocket.py @@ -32,7 +32,7 @@ if os.name != "nt": ip = socket.inet_ntoa(fcntl.ioctl( s.fileno(), 0x8915,...