V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  jijifujiji  ›  全部回复第 2 页 / 共 2 页
回复总数  22
1  2  
2019-10-22 23:35:55 +08:00
回复了 Sylv 创建的主题 macOS Karabiner-Elements 配置:输入法一键切换 & CapsLock 等改键
@Sylv 谢谢楼主🙏,搞好了
我还有个问题想问下楼主,就是 我想把切换窗口的 command + tab 替换成 option + tab 应该怎么搞,我照着例子胡乱改了下,不好用,楼主知道正确的应该怎么弄吗
{
"description": "Change Alt + tab to Command + tab",
"manipulators": [
{
"from": {
"simultaneous": [
{
"key_code": "left_option"
},
{
"key_code": "tab"
}
],
"modifiers": {
// "mandatory": [
// "command",
// ],
"optional": [
"any"
]
}
},
"to": [
{
// "key_code": "tab",
"simultaneous": [
{
"key_code": "command"
},
{
"key_code": "tab"
}
],
// "modifiers": [
// "command",
// ]
}
],
"type": "basic"
}
]
}
2019-10-18 18:03:19 +08:00
回复了 Sylv 创建的主题 macOS Karabiner-Elements 配置:输入法一键切换 & CapsLock 等改键
楼主我想问下 macbook 在系统里面设置快捷键的时候 是怎么把那个设置为 F18 的呀
我这边只有能按出的键位或者组合键才可以设置
1  2  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2228 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 11ms · UTC 03:48 · PVG 11:48 · LAX 20:48 · JFK 23:48
Developed with CodeLauncher
♥ Do have faith in what you're doing.