Posted
Filed under 맥 (mac)
아마존에서 dierya dk66 키보드를 구매했는데 이게 ~ 키를 누르려면 3개의 키를 조합해야한다.
레오폴드 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"]
 }]
 }]
 }
 ]
}
2020/03/05 13:59 2020/03/05 13:59