해피 투게더

MAC MINI 추천 앱 본문

장난감

MAC MINI 추천 앱

보아요 2021. 12. 14. 10:17

사운드

https://staticz.com/soundcontrol/

 


압축

https://www.keka.io/en/

 

Keka - the macOS file archiver

Still too big... If the files are really huge and they do not fit your mail or server, just split them into pieces. Don't worry, they will still expand to produce your original file :)

www.keka.io

 

brew 설치

 

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

 

raycast

https://www.raycast.com

창관리도 된다

 

동영상 플레이

https://iina.io/

 

IINA - The modern media player for macOS

Plays anything. Powered by the open source media player mpv, IINA can play almost every media file you have. With the support of youtube-dl and our browser extensions, you can also play a variety of online streams in IINA via one click.

iina.io

appcleaner

https://freemacsoft.net/appcleaner/

 

AppCleaner

© 2021 FreeMacSoft. All rights reserved.

freemacsoft.net

한영변환

https://github.com/amarsyla/hidutil-key-remapping-generator

 

GitHub - amarsyla/hidutil-key-remapping-generator: Simple tool to generate HIDUTIL key remapping configurations for MacOS

Simple tool to generate HIDUTIL key remapping configurations for MacOS - GitHub - amarsyla/hidutil-key-remapping-generator: Simple tool to generate HIDUTIL key remapping configurations for MacOS

github.com

현제 유저만 설정해줄 때

 

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 로 맵핑한것)