|
- {
- "title": "ターミナル設定 https://qiita.com/ottijp/items/392783cef49d3eafca14",
- "rules": [
- {
- "description": "かなの迂回",
- "manipulators": [
- {
- "type": "basic",
- "from": {
- "key_code": "lang1",
- "modifiers": {
- "mandatory": [],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "f8",
- "modifiers": [
- "fn"
- ]
- }
- ],
- "conditions": [
- {
- "type": "frontmost_application_if",
- "bundle_identifiers": [
- "^com\\.apple\\.Terminal$"
- ]
- }
- ]
- }
- ]
- },
- {
- "description": "英数の迂回",
- "manipulators": [
- {
- "type": "basic",
- "from": {
- "key_code": "lang2",
- "modifiers": {
- "mandatory": [],
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "f7",
- "modifiers": [
- "fn"
- ]
- }
- ],
- "conditions": [
- {
- "type": "frontmost_application_if",
- "bundle_identifiers": [
- "^com\\.apple\\.Terminal$"
- ]
- }
- ]
- }
- ]
- }
- ]
- }
|