소스 검색

Update karabiner

master
10sr 6 년 전
부모
커밋
d89da195d2
로그인 계정: 10sr GPG 키 ID: 7BEC428194130EB2
1개의 변경된 파일28개의 추가작업 그리고 4개의 파일을 삭제
  1. +28
    -4
      mac/karabiner/terminal-disable.json

+ 28
- 4
mac/karabiner/terminal-disable.json 파일 보기

@@ -2,7 +2,7 @@
"title": "ターミナル設定 https://qiita.com/ottijp/items/392783cef49d3eafca14", "title": "ターミナル設定 https://qiita.com/ottijp/items/392783cef49d3eafca14",
"rules": [ "rules": [
{ {
"description": "かなの無効化",
"description": "かなの迂回",
"manipulators": [ "manipulators": [
{ {
"type": "basic", "type": "basic",
@@ -10,9 +10,25 @@
"key_code": "lang1", "key_code": "lang1",
"modifiers": { "modifiers": {
"mandatory": [], "mandatory": [],
"optional": []
"optional": [
"any"
]
} }
}, },
"to": [
{
"key_code": "c",
"modifiers": [
"left_control"
]
},
{
"key_code": "m"
},
{
"key_code": "e"
}
],
"conditions": [ "conditions": [
{ {
"type": "frontmost_application_if", "type": "frontmost_application_if",
@@ -33,7 +49,9 @@
"key_code": "lang2", "key_code": "lang2",
"modifiers": { "modifiers": {
"mandatory": [], "mandatory": [],
"optional": []
"optional": [
"any"
]
} }
}, },
"to": [ "to": [
@@ -42,6 +60,12 @@
"modifiers": [ "modifiers": [
"left_control" "left_control"
] ]
},
{
"key_code": "m"
},
{
"key_code": "d"
} }
], ],
"conditions": [ "conditions": [
@@ -49,7 +73,7 @@
"type": "frontmost_application_if", "type": "frontmost_application_if",
"bundle_identifiers": [ "bundle_identifiers": [
"^com\\.apple\\.Terminal$" "^com\\.apple\\.Terminal$"
]~~
]
} }
] ]
} }


불러오는 중...
취소
저장