차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판이전 판다음 판 | 이전 판 | ||
tech:quicklook [2015/02/17 16:22] – V_L | tech:quicklook [2016/07/12 00:56] (현재) – 바깥 편집 127.0.0.1 | ||
---|---|---|---|
줄 1: | 줄 1: | ||
+ | {{tag> | ||
====== Quicklook ====== | ====== Quicklook ====== | ||
줄 5: | 줄 6: | ||
* /Macintosh HD/ | * /Macintosh HD/ | ||
* / | * / | ||
- | |||
플러그인을 QuickLook 폴더에 넣어두는 것만으로도 곧바로 플러그인이 활성화되나, | 플러그인을 QuickLook 폴더에 넣어두는 것만으로도 곧바로 플러그인이 활성화되나, | ||
줄 15: | 줄 15: | ||
기본 상태로 복원하는 명령어 | 기본 상태로 복원하는 명령어 | ||
defaults delete com.apple.finder QLEnableTextSelection; | defaults delete com.apple.finder QLEnableTextSelection; | ||
+ | |||
+ | | ||
+ | |||
+ | defaults write -g QLPanelAnimationDuration -float 0;killall Finder | ||
+ | 다시 OS X 기본 상태로 복구하는 명령어는 다음과 같다. | ||
+ | |||
+ | defaults delete -g QLPanelAnimationDuration; | ||
+ | |||
+ | |||
By default, only the first directory listed above should have any plug-ins in it. The other directories should contain third-party plug-ins supplied by developers to support their applications. Apple' | By default, only the first directory listed above should have any plug-ins in it. The other directories should contain third-party plug-ins supplied by developers to support their applications. Apple' | ||
줄 36: | 줄 45: | ||
====qlImageSize==== | ====qlImageSize==== | ||
이미지의 확장자와 (픽셀) 크기, 그리고 용량을 바로 확인할 수 있는 기능을 제공한다 | 이미지의 확장자와 (픽셀) 크기, 그리고 용량을 바로 확인할 수 있는 기능을 제공한다 | ||
+ | https:// | ||
http:// | http:// | ||
- | {{tag> | + |