V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  weiyouwozuiku  ›  全部回复第 1 页 / 共 1 页
回复总数  2
67 天前
回复了 zys0373 创建的主题 macOS 关于 Mac OS 通用控制 输入法切换的 Bug
我的方案是在设置中设置 fn 为中英文切换,karabiner 将 shift 的单点操作换成 fn
这是配置文件:
'''
{
"description": "Use left shift to Change to/from English input. ( Need to enable MacOS built in Option: Use Fn Key to switch to and from ABC.)",
"manipulators": [
{
"from": {
"key_code": "left_shift"
},
"to": [
{
"key_code": "left_shift"
}
],
"to_if_alone": [
{
"key_code": "fn"
}
],
"type": "basic"
}
]
}
'''
2023-04-07 16:27:35 +08:00
回复了 Andor_Chen 创建的主题 推广 送几本“通透”的《流畅的 Python (第 2 版)》
我想试试
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   3172 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 17ms · UTC 11:22 · PVG 19:22 · LAX 04:22 · JFK 07:22
Developed with CodeLauncher
♥ Do have faith in what you're doing.