Option to send key presses from external app via named pipes

This commit is contained in:
Niellun
2025-11-03 19:09:27 +02:00
parent c83f00e7bf
commit 765a437f1d
5 changed files with 107 additions and 1 deletions
+2
View File
@@ -49,6 +49,8 @@ public:
static inline Setting<int> keyEnter{"key-enter", 0};
static inline Setting<int> keyBack{"key-back", 0};
static inline Setting<int> keyHome{"key-home", 0};
static inline Setting<std::string> keyPipe{"key-pipe-path", ""};
// Debug section
static inline Setting<int> protocolDebug{"protocol-debug", 0};