远程桌面的键盘映射 复制本地路径 | 在线编辑 平时我用 PowerToys 进行 Caps 映射 Ctrl,但是有些远程桌面软件无法起作用。这种情况只能使用 AutoHotKey,脚本如下,最好两个电脑都装上,只测试了 UU 远程。 #Requires AutoHotkey v2.0 #SingleInstance Force SetCapsLockState "AlwaysOff" CapsLock::Ctrl Was this page helpful? Thanks! You can leave some advices in the comment section below. Comments