Closed gaoryrt closed 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
Apple changed how it works in 10.11. Nothing I can do anything about.
Also see: https://github.com/mathiasbynens/dotfiles/issues/580.
okay thx for reply
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