Linux 服务端/客户端完整支持#359
Open
JazerJu wants to merge 11 commits into
Open
Conversation
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
sigma-plus
pushed a commit
to sigma-plus/CapsWriter-Offline
that referenced
this pull request
May 16, 2026
从 pr359/linux-support 分支合并 Linux 跨平台支持: - 新增 Linux 快捷键管理器 (linux_key_mapper.py, linux_shortcut_manager.py) - 新增 Linux 托盘支持 (PySide6 QSystemTrayIcon) - 新增 Linux 字体 fallback (toast_constants.py) - 新增 Linux 构建脚本和依赖文件 - shortcut/__init__.py 添加平台路由 - 冲突解决:适配 core/ 路径(我们已将 util/ 重命名为 core/) - 冲突解决:保留 master 的防御性改进(udp_control 等) - 删除已过期的文件(core_client.py 等在 master 重构中已移除) Co-Authored-By: JazerJu <JazerJu@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Linux 服务端/客户端完整支持
在 Ubuntu 22.04 + X11 上实现了 CapsWriter-Offline 的 Linux 完整移植。
变更摘要
linux_key_mapper.py+linux_shortcut_manager.py测试
__init__.py平台路由paste=True走剪贴板上屏,无需 root关联 Issue: #358