Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- h6000ii
- tm-ac1900
- 골프 스윙
- Nas
- webmin
- 마클미러
- EBS
- iomega
- omv
- parallel to usb
- omv5
- SAMBA
- webdav
- proftpd
- traefik2
- BCM94352Z
- macvlan
- 모하비
- wrt54g
- debian9
- ebs 녹음
- openmediavault
- nginx
- Stretch
- 바디스윙
- 나인봇 미니 충전
- uboot
- pihole
- 커널 5.13.8
- AC68U
Archives
- Today
- Total
해피 투게더
MAC MINI 추천 앱 본문
사운드
https://staticz.com/soundcontrol/
압축
brew 설치
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
raycast
창관리도 된다
동영상 플레이
appcleaner
https://freemacsoft.net/appcleaner/
한영변환
https://github.com/amarsyla/hidutil-key-remapping-generator
현제 유저만 설정해줄 때
nano ~/duckdns/userkeymapping.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.local.KeyRemapping</string>
<key>ProgramArguments</key>
<array>
<string>/usr/bin/hidutil</string>
<string>property</string>
<string>--set</string>
<string>{"UserKeyMapping":[
{
"HIDKeyboardModifierMappingSrc": 0x7000000E7,
"HIDKeyboardModifierMappingDst": 0x70000006D
}
]}</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
mv ~/duckdns/userkeymapping.plist ~/Library/LaunchAgents/userkeymapping.plist
하고 리붓하고 설정/키보드/숏컷/인풋소스 를 오른쪽 커맨드로 할당하면 한영전환키로 사용 가능(f18 로 맵핑한것)