fyeeme

fyeeme

V2EX member #437094, joined on 2019-08-20 20:55:57 +08:00
Per fyeeme's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
fyeeme's recent replies
抽一个幸运奖
Jan 5
Replied to a topic by faoisdjioga macOS macos 切换输入法有时候不好用
# 1. 创建 LaunchAgent 配置文件
cat << 'EOF' > ~/Library/LaunchAgents/com.local.CapsLockNoDelay.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.local.CapsLockNoDelay</string>
<key>ProgramArguments</key>
<array>
<string>/usr/bin/hidutil</string>
<string>property</string>
<string>--set</string>
<string>{"CapsLockDelayOverride":0}</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
EOF

# 2. 确保目录存在并加载配置
mkdir -p ~/Library/LaunchAgents
launchctl unload ~/Library/LaunchAgents/com.local.CapsLockNoDelay.plist 2>/dev/null
launchctl load ~/Library/LaunchAgents/com.local.CapsLockNoDelay.plist

echo "✅ Caps Lock 延迟消除补丁已安装完成,重启后依然有效!"

重启也可以生效
掉漆后丑不说,还很硌手
补一下图
Apr 24, 2025
Replied to a topic by feel5230 macOS 微信 Mac 4.0 版本的玄幻操作
不好意思,上面是测试,img 的,确实可以发送
Apr 24, 2025
Replied to a topic by feel5230 macOS 微信 Mac 4.0 版本的玄幻操作
<img url="" />

![img]( )
Feb 19, 2025
Replied to a topic by yunhaiming Apple macOS, 14 寸的 M1Pro 要不要升级 15.3.1
建议升级, 如果用外接显示器,13 、14 很容易发热,但是 15 好很多( macbook Pro M1 )
Aug 6, 2022
Replied to a topic by ElsaGranger macOS VMware Fusion Tech Preview 22H2 更新了
@cocoking 安装安装手册可以了,就是过程有点曲折,现在不需要 remote desktop 了
Aug 5, 2022
Replied to a topic by aptupdate macOS 意外发现 macOS 自带的词典还挺好用。
@butanediol2d 也发我一份吧 [email protected]
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   4151 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 11ms · UTC 10:11 · PVG 18:11 · LAX 03:11 · JFK 06:11
♥ Do have faith in what you're doing.