Add Linux press-trigger daemon hotkey flow

This commit is contained in:
jahruz67
2026-05-19 20:17:10 -07:00
parent e8745f926c
commit 89af7f9841
5 changed files with 135 additions and 38 deletions
+5
View File
@@ -0,0 +1,5 @@
//go:build !linux
package main
func (a *App) startLinuxPressDaemon() {}