ユーザ用ツール

サイト用ツール


karabiner

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
karabiner [2026/03/13 08:55] – 削除 nullponkarabiner [2026/03/13 09:10] (現在) – typo nullpon
行 1: 行 1:
 +<markdown>
 +# karabiner-Elements
  
 +macOS向けのキーリマップ・カスタマイズツール
 +
 +- [Karabiner-Elements(karabiner-elements.pqrs.org)](https://karabiner-elements.pqrs.org/)
 +
 +## Examples for Complex Modifications 
 +
 +```json
 +{
 +  "description": "ESCを押したら強制的にIMEをオフにする(iTerm2、VSCode限定)",
 +  "manipulators": [
 +    {
 +      "conditions": [
 +        {
 +          "bundle_identifiers": [
 +            "^com\\.googlecode\\.iterm2$",
 +            "^com\\.m
 +            <icrosoft\\.VSCode$"
 +          ],
 +          "type": "frontmost_application_if"
 +        }
 +      ],
 +      "description": "iTerm2, vscodeでESC押したときに日本語入力を英数に切り替える。",
 +      "from": { "key_code": "escape" },
 +      "to": [{ "key_code": "escape" }],
 +      "to_if_alone": [{ "key_code": "japanese_eisuu" }],
 +      "type": "basic"
 +    }
 +  ]
 +}
 +```
 +</markdown>
karabiner.1773392108.txt.gz · 最終更新: by nullpon