1
0

feat: Add FFmpeg audio recording and ydotool typing backends, making them configurable.

This commit is contained in:
2026-02-28 15:58:45 +01:00
parent 96ccf0ea9a
commit 3ceecbe5ee
6 changed files with 149 additions and 4 deletions

View File

@@ -34,6 +34,7 @@ public static class Constants
public const string ProcessKill = "kill";
public const string TypeX11 = "xdotool";
public const string TypeWayland = "wtype";
public const string TypeYdotool = "ydotool";
public const string Notify = "notify-send";
public const string PlaySound = "paplay";
public const string ClipboardX11 = "xclip";