详情介绍
Deskflow电脑端是一款免费且开源的多设备键盘鼠标共享工具。通过它,用户只需将鼠标指针从一台计算机屏幕边缘移出至另一台计算机屏幕,就能轻松实现跨设备的光标跳转与控制,仿佛所有设备组成了一个无缝衔接的大桌面。其功能丰富,还允许用户自定义快捷键操作,快速切换控制设备。此外,它还具备加密功能,有效保护用户的主要信息如密码等。总之,Deskflow以其便捷性、高效性和安全性,为用户打造了一个更加流畅、高效的多设备协同工作环境。
软件特色
支持跨平台操作,允许用户通过一套键盘和鼠标控制多台计算机,实现无缝工作
支持剪贴板共享、实验性Wayland支持
多设备控制:通过一套键盘和鼠标控制多台计算机
剪贴板共享:支持在不同设备之间共享剪贴板内容
屏幕边缘切换:通过移动鼠标到屏幕边缘切换控制设备
热键支持:支持自定义热键进行快速切换
简单配置:通过图形界面简单配置设备布局和相对位置
软件亮点
1. 多设备无缝操作:
只需一套键鼠,即可轻松操控多台设备。当鼠标光标滑动到屏幕边缘时,系统将自动切换至另一台设备,操作流畅自然。
2. 跨平台兼容性:
Deskflow支持主流操作系统,如Windows、macOS、Linux等,甚至还包括一些Unix系系统(如FreeBSD)。
3. 剪贴板共享:
您可以在跨设备间直接复制粘贴文字、图片和文件,实现高效便捷的文件传输。
4. 安全传输保障:
系统默认开启TLS加密,确保您的数据在传输过程中的安全。
5. 开源与可定制性:
Deskflow完全免费且开源,允许您根据个人需求调整配置,甚至开发出符合自己工作习惯的个性化功能。
若想深入了解并使用Deskflow,您可以查看我们的安装与操作指南。
软件安装图示
1、在本站点下载软件安装压缩包,解压并运行.exe安装程序
2、按照提示完成安装,本软件安装过程相当简单,此处只做图示,不做文字介绍了
deskflow基础使用说明
来到软件的主界面,左边是“创建房间”,右键是“加入房间”。
在创建房间后,在局域网下的其他设备输入IP地址加入。
如果局域网络没有做隔离(路由器、防火墙、安全防御软件等等),此时就能正常连接了,但是在测试的时候,发现很有可能会提示TLS相关的问题,在需要连接的设备的设置里,把这个选项关闭即可。
连接成功之后,会弹出一个窗口让你选择摆放位置,拖动到现实中对应的位置就行了。
这样在鼠标移动到窗口边缘的时候,就会出现在另一台电脑上了。
剪贴板也能跨设备正常使用,官方在项目介绍里也提到了,这个工具的剪贴板是基础功能。
在鼠标焦点的设备,用键盘输入也会直接激活对应电脑的输入法。
如果有兴趣,也可以为设备配置一些单独的高级设置。
设备多的话,也可以设置快捷键操作,按下设定好的键,就可以快速在多台设备里“游龙”。
有了这个,就不怕切换设备使用很麻烦了。
更新日志
v1.22.0
Change Summary
Remove the broken drag and drop support
Improve the windows daemon
Use Deskflow-server.conf for the external server config name
Code base is now 60% less smelly
Fix issues around the dialog shown when you first connect a server / client.
Known Issues
#8641 the core service will not start if the gui is start minimized.
What's Changed
ci: force osxSysroot for osx13 builds by @sithlord48 in #8469
fix: Show first server start message only when start was successful by @nbolton in #8467
fixes #8463 do not assume C for root by @sithlord48 in #8464
fix: Remove unnecessary log line endings and trimming by @nbolton in #8457
fix: Add missing menu accelerators by @sithlord48 in #8471
No assert clipboard by @sithlord48 in #8462
fix: Default external server config name should be *-server.conf by @sithlord48 in #8487
fix: Use QTextStream to write to stdout and stderr by @nbolton in #8490
feat(daemon): Friendly message on daemon connection error by @nbolton in #8493
Improve Windows daemon retry mechanism and related logging by @nbolton in #8495
Change Qt mirror (download.qt.io is down/flakey) by @nbolton in #8500
refactor: do not save empty RemoteHost line by @sithlord48 in #8497
ci: add builder for fedora 42 by @Lochnair in #8515
fix: user can not start in client mode without a remote host by @sithlord48 in #8509
Remove unused old test mocks by @sithlord48 in #8510
Remove more code for inverse connection by @sithlord48 in #8511
ci: Adjust back to main flatpak builder by @sithlord48 in #8514
ci: add osxSysroot to mac os14 job by @sithlord48 in #8519
Save the host name if the lineEdit is not empty by @sithlord48 in #8518
Rm switchon desk by @sithlord48 in #8454
fix: firstshown called on every re open by @sithlord48 in #8523
chore: Increase log level for noisy empty lang code log line by @nbolton in #8528
build: Replace CMAKE_SYSTEM_PROCESSOR with BUILD_ARCHITECTURE by @sithlord48 in #8524
chore: remove unused TLSCertificate::getCertificatePath by @sithlord48 in #8533
docs(readme): Add contrib link and badges to README.md by @nbolton in #8536
docs: Create CONTRIBUTING.md by @nbolton in #8537
fix: add reuse info to **.md by default by @sithlord48 in #8540
ensure client, server and core use correct setting path by @sithlord48 in #8535
chore: Use override for override methods by @sithlord48 in #8550
Sonar cleanup default case should be first or last case in switch statements by @sithlord48 in #8548
fix: incorrect paths for the server configs shown in help message by @sithlord48 in #8532
ci: use normal built in vcpkg cache by @sithlord48 in #8541
refactor: remove old mac os version checks by @sithlord48 in #8502
Use nullptr where possible by @sithlord48 in #8549
Sonar cleanup use auto by @sithlord48 in #8547
Retry mechanism for Windows Daemon IPC client by @nbolton in #8508
chore: Silence two compiler signedness warnings by @whot in #8553
ei: Drain all events sitting in our pipe by @whot in #8556
Fix: Cursor stuck off server screen (Wayland, attempt) by @mrnicegyu11 in #8503
Sonar issues use default methods by @sithlord48 in #8561
docs: Improve readability of readme by @nbolton in #8558
ci: switch to sithlord48/vcpkg-action by @sithlord48 in #8565
Deskflow-gui add reset option by @sithlord48 in #8563
Tidy up windows code smells missed by sonarscan by @sithlord48 in #8564
Tidy up macos code smells missed by sonarscan by @sithlord48 in #8566
Better detect windows Arm64 on both CI and local builds by @sithlord48 in #8567
Port event queue by @sithlord48 in #8562
Remove drag and drop support by @sithlord48 in #8569
feat: add Initial Qt Tests items by @sithlord48 in #8413
Fix code smells in GUI by @tcanabrava in #8580
sync arch package depends those used on arch by @sithlord48 in #8581
Further improve testing by @sithlord48 in #8585
refactor: make sure settings dialog pushes all options to the top by @sithlord48 in #8591
Port Fingerprint info to use Qt by @sithlord48 in #8584
Resolve deprecated-enum-float-conversion compiler warnings by @samumbach in #8595
Port more test to Qt Test by @sithlord48 in #8586
Do not use SHA1 by @sithlord48 in #8594
fix settings modifiers initilization, move initization to header by @sithlord48 in #8596
fix: Show first server start message only in server mode by @nbolton in #8600
Remove unused MinimalApp Class by @sithlord48 in #8602
Directy use of console output in logOutputters by @sithlord48 in #8603
fix: Disable the save button when config not writable by @nbolton in #8592
fix: lockup if first run message is up and a client connects by @sithlord48 in #8601
ci: Simplify our Install Dependencies action by @sithlord48 in #8608
More Sonar cleanup by @sithlord48 in #8607
Fix broken link "built it" in README by @Marenz in #8615
Sonar cleanup 2 by @sithlord48 in #8610
Remove Ifdef around iso_level5 by @sithlord48 in #8612
Consolidate arch strings by @sithlord48 in #8617
Log Error and stop the core process if print database is not writable by @sithlord48 in #8613
Sonar cleanup 3 by @sithlord48 in #8616
Sonar cleanup 4 by @sithlord48 in #8619
IL Backport: Use some std::unique_prt in event Queue by @sithlord48 in #8622
build: add qt6-svg to arch package depends by @sithlord48 in #8627
Wix installer use BUILD_ARCHITECTURE to figure out regkey to look for msvc_redist by @sithlord48 in #8629
fix: avoid leaking build paths in manpages by @ykasap in #8631
IL backport: Cleanup Error handling by @sithlord48 in #8623
Update flatpak depends by @sithlord48 in #8635
chore: release 1.22.0 by @sithlord48 in #8636
New Contributors
@Lochnair made their first contribution in #8515
@whot made their first contribution in #8553
@mrnicegyu11 made their first contribution in #8503
@tcanabrava made their first contribution in #8580
@samumbach made their first contribution in #8595
@Marenz made their first contribution in #8615
Full Changelog: v1.21.2...v1.22.0
下载地址
人气软件
相关文章
-
Deskflow电脑版(键盘鼠标共享工具) v1.22.0 英文绿色免费版
Deskflow电脑端是一款免费且开源的多设备键盘鼠标共享工具,通过Deskflow,您的键盘和鼠标可以在多台设备间自由切换,功能堪比“软件版KVM切换器”...
-
灵动鼠标连点器 v1.5.20.1 官方安装版
灵动鼠标连点器支持鼠标自动连点、完整鼠标宏运行以及录制不限次数等欢迎下载,...
-
Deskflow(键盘鼠标共享工具) v1.22.0 英文免费安装版
Deskflow电脑端是一款免费且开源的多设备键盘鼠标共享工具,通过Deskflow,您的键盘和鼠标可以在多台设备间自由切换,功能堪比“软件版KVM切换器”...
-
InputShare 跨设备控制工具 v0.5.1 绿色免费版
InputShare 是一款免费开源的跨设备控制工具,让你用 Windows 电脑上的鼠标键盘直接操控安卓设备。支持 Wi-Fi 无线连接、剪贴板同步、无需额外硬件,欢迎需要的朋友下载使...
-
易兴鼠标连点器 v1.1.11.0 官方安装版
兴鼠标连点器是一款电脑端使用的鼠标连点工具,支持一键设置,精准控制点击频率和次数,软件功能包括鼠标自动连点、录制鼠标键盘操作、游戏辅助、办公自动化等,用户可以通过脚...
-
Mobapad(魔派助手手柄应用) v1.0.0 免费安装版
魔派助手电脑版是一款专为用户打造的手柄操作工具,旨在帮助用户更好地使用手柄进行游戏操作,这款软件具有简单易用的特点,即使是初次接触手柄的用户也能够快速上手,通过直...
下载声明
☉ 解压密码:www.jb51.net 就是本站主域名,希望大家看清楚,[ 分享码的获取方法 ]可以参考这篇文章
☉ 推荐使用 [ 迅雷 ] 下载,使用 [ WinRAR v5 ] 以上版本解压本站软件。
☉ 如果这个软件总是不能下载的请在评论中留言,我们会尽快修复,谢谢!
☉ 下载本站资源,如果服务器暂不能下载请过一段时间重试!或者多试试几个下载地址
☉ 如果遇到什么问题,请评论留言,我们定会解决问题,谢谢大家支持!
☉ 本站提供的一些商业软件是供学习研究之用,如用于商业用途,请购买正版。
☉ 本站提供的Deskflow(键盘鼠标共享工具) v1.22.0 英文免费安装版资源来源互联网,版权归该下载资源的合法拥有者所有。