mirror of
https://github.com/jahruz67/wisp-open.git
synced 2026-08-08 18:14:08 +00:00
[PR #5] [MERGED] Add Linux 'press' helper and UI for system hotkey command (Wayland-friendly) #5
Reference in New Issue
Block a user
📋 Pull Request Information
Original PR: https://github.com/jahruz67/wisp-open/pull/5
Author: @jahruz67
Created: 5/20/2026
Status: ✅ Merged
Merged: 5/20/2026
Merged by: @jahruz67
Base:
main← Head:codex/refactor-linux-global-hotkey-system-ta30lb📝 Commits (2)
c4739dcRemove stale shortcut recorder code from built frontend asset02d26ceMerge branch 'main' into codex/refactor-linux-global-hotkey-system-ta30lb📄 Description
Motivation
Description
linux_press_daemon.gothat listens on127.0.0.1:9876and exposes a/pressendpoint which debounces pairedStartRecording/StopRecordingcalls; added a non-Linux stublinux_press_daemon_stub.goand wired startup withstartLinuxPressDaemon.linux_press_commandandlinux_press_modeviaGetSettingsand disabled directshortcutediting on Linux inSaveSettingswhile preserving hotkey behavior on other platforms.frontend/src/main.js,frontend/index.html,frontend/dist/*) to show a new Linux section with a read-onlylinuxPressCommandinput and aCopyaction implemented ascopyLinuxPressCommandto copy the command to clipboard.Testing
go build ./...on Linux and non-Linux targets, and the builds completed successfully.Codex Task
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.