mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-11-14 23:57:07 +00:00
✨ Add finder FXDefaultSearchScope command
This commit is contained in:
parent
8c4289b943
commit
f424780271
1 changed files with 16 additions and 0 deletions
16
defaults.yml
16
defaults.yml
|
@ -424,6 +424,22 @@ categories:
|
|||
text: Do not keep folders on top
|
||||
versions: [Monterey, Big Sur]
|
||||
after: killall Finder
|
||||
- key: FXDefaultSearchScope
|
||||
domain: com.apple.finder
|
||||
title: Default search scope
|
||||
description: Set the default search scope when performing a search
|
||||
param:
|
||||
type: string
|
||||
examples:
|
||||
- text: Search the current folder
|
||||
value: SCcf
|
||||
- text: Use the previous search scope
|
||||
value: SCsp
|
||||
- text: Search this Mac
|
||||
default: true
|
||||
value: SCev
|
||||
versions: [Monterey, Big Sur]
|
||||
after: killall Finder
|
||||
- key: FXEnableExtensionChangeWarning
|
||||
domain: com.apple.finder
|
||||
title: Changing file extension warning
|
||||
|
|
Loading…
Reference in a new issue