refactor: modularize text injection with a factory and dedicated backend implementations, including a new Wayland clipboard option.
This commit is contained in:
@@ -76,7 +76,7 @@ public static class DaemonService
|
||||
configManager,
|
||||
recorder,
|
||||
notifications,
|
||||
new TextInjector(notifications),
|
||||
TextInjectorFactory.Create(config.TypingBackend, notifications),
|
||||
new HistoryManager(),
|
||||
new ClipboardManager(notifications),
|
||||
stateTracker
|
||||
|
||||
Reference in New Issue
Block a user