6 ms·
Would it be possible to make the text inside the Quicklook window selectable? I often just want to quickly copy something from a file, and Quicklook would be t
by matthijs 14y ago
Would it be possible to make the text inside the Quicklook window selectable?
I often just want to quickly copy something from a file, and Quicklook would be the fastest way to do so.
- deleted 14y ago[deleted]
- Watabou 14y agoYes there is a way. Open up terminal and type this in: defaults write com.apple.finder QLEnableTextSelection -bool true Then restart the Finder by typing in this into the Terminal: killall Finder
- Groxx 14y agoWhy isn't this the default...? Many thanks :)
- johnpowell 14y agodefaults write com.apple.finder QLEnableTextSelection -bool TRUE; killall Finder
- rover 14y agoawesome !