Claude DesktopのOption+Space(クイックエントリー)を使用する際、日本語IMEの変換確定のEnterキーで誤ってメッセージが送信されてしまう問題を解決するKarabiner-Elementsの設定です。
{
"title": "Claude Desktop IME Fix for Japanese Input",
"rules": [| 'use strict'; | |
| function getInstance(consumer_key, consumer_secret) { | |
| return new TwitterWebService_(consumer_key, consumer_secret); | |
| } | |
| var TwitterWebService_ = function (consumer_key, consumer_secret) { | |
| this.consumer_key = consumer_key; | |
| this.consumer_secret = consumer_secret; | |
| } |
| { | |
| "red": { | |
| "50": "#ffebee", | |
| "100": "#ffcdd2", | |
| "200": "#ef9a9a", | |
| "300": "#e57373", | |
| "400": "#ef5350", | |
| "500": "#f44336", | |
| "600": "#e53935", | |
| "700": "#d32f2f", |