Added a command to enable QuickLook text selection

This commit is contained in:
Hummer12007 2015-10-18 13:32:16 +03:00
parent bd60cf9e11
commit d2deb6e696

View File

@ -843,6 +843,10 @@ launchctl load -w /System/Library/LaunchAgents/com.apple.notificationcenterui.pl
```bash
qlmanage -p /path/to/file
```
#### Enable Text Selection and Copying in QuickLook
```bash
defaults write com.apple.finder QLEnableTextSelection -bool true
```
### Root User