mirror of
https://github.com/niellun/FastCarPlay.git
synced 2026-06-07 09:38:25 +02:00
Option to send key presses from external app via named pipes
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user