以下の内容はhttps://hamaco.hatenablog.jp/entry/2020/06/18/131007より取得しました。


なんか今朝から Slack で日本語入力しようとして C-j を押すとダウンロードリストが表示されるようになってしまったので ~/.config/karabiner/karabiner.json に下記追記して対応した。PhpStorm のコピペで bundle_identifiers 変えただけ。

{
    "description": "Ctrl-J to Kana on Slack",
    "manipulators": [
        {
            "conditions": [
                {
                    "bundle_identifiers": [
                        "^com\\.tinyspeck\\.slack"
                    ],
                    "type": "frontmost_application_if"
                }
            ],
            "from": {
                "key_code": "j",
                "modifiers": {
                    "mandatory": [
                        "control"
                    ]
                }
            },
            "to": [
                {
                    "key_code": "japanese_kana"
                }
            ],
            "type": "basic"
        }
    ]
},



以上の内容はhttps://hamaco.hatenablog.jp/entry/2020/06/18/131007より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14