레오폴드 660은 스프트하고 esc키를 누르면 되는데 애는 이게 안되서 karabiner의 힘을 빌렸다.
아주 잘됨~
vi ~/.config/karabiner/assets/complex_modifications/tilde.json
{ "title": "tilde converter - blog.miyu.pe.kr", "rules": [ { "description": "shift+esc to tilde+shift", "manipulators": [{ "type": "basic", "from": { "key_code": "escape", "modifiers": { "mandatory": [ "shift" ] } }, "to": [{ "key_code": "grave_accent_and_tilde", "modifiers": ["shift"] }] }] } ] }