Notion ã« åã®ãã¼ã¸
ãæ¬¡ã®ãã¼ã¸
ã«é·ç§»ããã·ã§ã¼ãã«ãããã¼ããã
å¥ã®ã·ã§ã¼ãã«ãããã¼ã«å¤ããããªã£ãã®ã§ Karabiner-Elements ã§è¨å®ã夿´ãã
~/.config/karabiner/karabiner.json
ã«ä»¥ä¸ã® JSON ã追å ã㦠option + n
, option + p
ã§é·ç§»ã§ããããã«ãã 1
{ "description": "notion cmd+shift+k", "manipulators": [ { "conditions": [ { "bundle_identifiers": [ "^notion\\.id$" ], "type": "frontmost_application_if" } ], "from": { "key_code": "p", "modifiers": { "mandatory": [ "option" ] } }, "to": [ { "key_code": "k", "modifiers": [ "control", "shift" ] } ], "type": "basic" } ] }, { "description": "notion cmd+shift+j", "manipulators": [ { "conditions": [ { "bundle_identifiers": [ "^notion\\.id$" ], "type": "frontmost_application_if" } ], "from": { "key_code": "n", "modifiers": { "mandatory": [ "option" ] } }, "to": [ { "key_code": "j", "modifiers": [ "control", "shift" ] } ], "type": "basic" } ] },