无比顺滑:在 Windows 11 中使用 Magic Trackpad 3

文章目录

今天不得不用我的游戏机(Windows 11)工作一天,然而我已经无法习惯没有触控板的工作。

所以,让我的 Magic Trackpad 3 工作在 Windows 11 上就至关重要。

事实证明,这体验和 macOS 几乎一模一样。

蓝牙和触控板

  1. 安装 mac-precision-touchpad

https://github.com/imbushuo/mac-precision-touchpad

GitHub 页面

按文档建议,使用 choco 安装:

1choco install mac-precision-touchpad

由于我的电脑是 Windows 11,一定会遇到这个问题:

mac-precision-touchpad v0.2105.3979 [Approved] mac-precision-touchpad package files install completed. Performing other installation steps. The package mac-precision-touchpad wants to run 'chocolateyInstall.ps1'. Note: If you don't run this script, the installation will fail. Note: To confirm automatically next time, use '-y' or consider: choco feature enable -n allowGlobalConfirmation Do you want to run the script?([Y]es/[A]ll - yes to all/[N]o/[P]rint): y

ERROR: Cannot be installed on this version of Windows. Requires Windows 10 x64. The install of mac-precision-touchpad was NOT successful. Error while running 'C:\ProgramData\chocolatey\lib\mac-precision-touchpad\tools\chocolateyInstall.ps1'.

  1. 解决问题

编辑这个文件:

1C:\ProgramData\chocolatey\lib\mac-precision-touchpad\tools\chocolateyInstall.ps1

注释或者删除这一段:

1# Check OS version - only works on Windows 10
2Write-Debug "OS Name: $($env:OS_NAME)"
3if ($env:OS_NAME -ne "Windows 11") {
4    throw "Cannot be installed on this version of Windows. Requires Windows 10 x64."
5}

使用管理员权限运行 Windows 终端,使用 PowerShell 执行:

1cd C:\ProgramData\chocolatey\lib-bad\mac-precision-touchpad\0.2105.3979\tools
2chocolateyInstall.ps1
  1. 开启蓝牙,搜索妙控板并连接

Magic Trackpad 3 那个鼠标设备就是妙控板。

c438145f0076c574ef208bb820373a20.png

然后就可以在游戏机上愉快地工作了。


顺便说一句,Lightning 接口,送编织线的深空灰 Magic Trackpad 在 macOS 上也被识别为 3 代。但它的型号 A1535 好像是和 2 代的芯片一样,但外观变成了磨砂效果。