V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  jijifujiji  ›  全部回复第 2 页 / 共 2 页
回复总数  22
1  2  
2019 年 10 月 22 日
回复了 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 日
回复了 Sylv 创建的主题 macOS Karabiner-Elements 配置:输入法一键切换 & CapsLock 等改键
楼主我想问下 macbook 在系统里面设置快捷键的时候 是怎么把那个设置为 F18 的呀
我这边只有能按出的键位或者组合键才可以设置
1  2  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   4345 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 11ms · UTC 05:34 · PVG 13:34 · LAX 22:34 · JFK 01:34
♥ Do have faith in what you're doing.