瀏覽代碼

Add karabiner

master
10sr 4 年之前
父節點
當前提交
763828ea0b
簽署人: 10sr GPG Key ID: 7BEC428194130EB2
共有 1 個文件被更改,包括 59 次插入0 次删除
  1. +59
    -0
      mac/karabiner/terminal-disable.json

+ 59
- 0
mac/karabiner/terminal-disable.json 查看文件

@@ -0,0 +1,59 @@
{
"title": "ターミナル設定 https://qiita.com/ottijp/items/392783cef49d3eafca14",
"rules": [
{
"description": "かなの無効化",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "lang1",
"modifiers": {
"mandatory": [],
"optional": []
}
},
"conditions": [
{
"type": "frontmost_application_if",
"bundle_identifiers": [
"^com\\.apple\\.Terminal$"
]
}
]
}
]
},
{
"description": "英数の迂回",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "lang2",
"modifiers": {
"mandatory": [],
"optional": []
}
},
"to": [
{
"key_code": "c",
"modifiers": [
"left_control"
]
}
],
"conditions": [
{
"type": "frontmost_application_if",
"bundle_identifiers": [
"^com\\.apple\\.Terminal$"
]~~
}
]
}
]
}
]
}

Loading…
取消
儲存