mirror of
https://github.com/jahruz67/wisp-open.git
synced 2026-08-08 18:14:08 +00:00
[PR #7] [MERGED] Disable Linux in-app global hotkeys and switch to desktop custom-shortcut command #7
Reference in New Issue
Block a user
📋 Pull Request Information
Original PR: https://github.com/jahruz67/wisp-open/pull/7
Author: @jahruz67
Created: 7/15/2026
Status: ✅ Merged
Merged: 7/15/2026
Merged by: @jahruz67
Base:
main← Head:codex/detect-custom-shortcut-in-app📝 Commits (1)
1e9862fRemove settings preview page📊 Changes
13 files changed (+73 additions, -694 deletions)
View changed files
📝
README.md(+2 -6)📝
app.go(+36 -76)📝
frontend/index.html(+13 -5)📝
frontend/src/main.js(+5 -1)📝
go.mod(+0 -1)📝
go.sum(+0 -2)📝
internal/xhotkey/hotkey_linux.go(+3 -4)📝
internal/xhotkey/hotkey_linux_platform.go(+1 -17)➖
internal/xhotkey/hotkey_linux_portal.go(+0 -549)📝
internal/xhotkey/hotkey_linux_test.go(+8 -28)📝
internal/xhotkey/hotkey_linux_types.go(+1 -1)📝
internal/xhotkey/hotkey_nocgo_test.go(+1 -1)📝
scripts/build-linux.sh(+3 -3)📄 Description
Motivation
Description
Registerreturn an explanatory error and simplifyingUnregister, and remove the portal backend implementation andgodbus/dbusdependency fromgo.mod.SaveSettingsto ignore in-app shortcut recording on Linux while preserving behavior on other OSes (app.gochanges).Linux System Shortcutcommand shown in Settings, and updateREADME.mdandscripts/build-linux.shmessaging to document the new workflow.internal/xhotkey/hotkey_linux_test.go) and update related test comments.Testing
TestHotkeyLinuxUsesDesktopShortcutFallbackininternal/xhotkey, which passed and confirmedRegisterreturns the expected error.go test ./...across the repository and the test suite completed successfully.Codex Task
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.