: : 미유의 개인사정

뒤로 검색

karabiner에서 shift+esc=~ 으로 매핑

2020/03/05 13:59

아마존에서 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"]
 }]
 }]
 }
 ]
}
이 페이지는 Textcube 1.10.10 : Tempo primo 로 구동됩니다 데스크탑 화면