sindresorhus / quick-look-plugins

List of useful Quick Look plugins for developers
18.08k stars 534 forks source link

Text selection doesn't work on OS X 10.11 #34

Closed gaoryrt closed 9 years ago

gaoryrt commented 9 years ago

Run this in your terminal to allow text selection in the Quick Look window:

defaults write com.apple.finder QLEnableTextSelection -bool true && killall Finder

cannot support OS X El Capitan

sindresorhus commented 9 years ago

Apple changed how it works in 10.11. Nothing I can do anything about.

Also see: https://github.com/mathiasbynens/dotfiles/issues/580.

gaoryrt commented 9 years ago

okay
thx for reply