Keyboard Shortcuts…
Everything under System Settings › Keyboard › Keyboard Shortcuts…, as Nix options. Each one is named after the control
you'd click, and set under programs.nix-plist-manager.options in home-manager.
App Shortcuts
Section titled “App Shortcuts”System Settings › Keyboard › Keyboard Shortcuts… › App Shortcuts
Keys for menu items, per app by bundle identifier or "All Applications", by the menu item's title; a title in a submenu is written with its menus, "Format->Font->Bold". Keys are written like "⌘⇧S" (see Keyboard Shortcuts…). Each app listed gets exactly these; apps left out keep theirs, e.g. { "com.apple.TextEdit" = { "Make Plain Text" = "⌘⇧T"; }; }.
applications.systemSettings.keyboard.keyboardShortcuts.appShortcuts.menuItems = { "com.apple.TextEdit" = { "Make Plain Text" = "⌘⇧T"; };};Per app, by bundle identifier (see the example)
Where it's stored and what runs
-
com.apple.universalaccesscom.apple.custommenu.apps -
~/Library/Preferences/<application>NSUserKeyEquivalents
For { com.apple.TextEdit = {"Make Plain Text":"⌘⇧T"}; }:
/usr/bin/defaults write com.apple.TextEdit NSUserKeyEquivalents -dict 'Make Plain Text' '@$t'/usr/bin/osascript -l JavaScript -e 'ObjC.import('\''Foundation'\'');var d = $.NSUserDefaults.alloc.initWithSuiteName("com.apple.universalaccess");var items = ObjC.deepUnwrap(d.arrayForKey("com.apple.custommenu.apps")) || [];var members = {"com.apple.TextEdit":true};Object.keys(members).forEach(function (item) { var at = items.indexOf(item); if (members[item] && at < 0) items.push(item); if (!members[item] && at >= 0) items.splice(at, 1);});d.setObjectForKey($(items), "com.apple.custommenu.apps");d.synchronize;' >/dev/null || echo 'nix-plist-manager: failed: /usr/bin/osascript -l JavaScript -e '\''ObjC.import('\''\'\'''\''Foundation'\''\'\'''\'');var d = $.NSUserDefaults.alloc.initWithSuiteName("com.apple.universalaccess");var items = ObjC.deepUnwrap(d.arrayForKey("com.apple.custommenu.apps")) || [];var members = {"com.apple.TextEdit":true};Object.keys(members).forEach(function (item) { var at = items.indexOf(item); if (members[item] && at < 0) items.push(item); if (!members[item] && at >= 0) items.splice(at, 1);});d.setObjectForKey($(items), "com.apple.custommenu.apps");d.synchronize;'\'' >/dev/null' >&2/usr/bin/defaults -currentHost delete com.apple.universalaccess com.apple.custommenu.apps 2>/dev/null || trueServices
Section titled “Services”System Settings › Keyboard › Keyboard Shortcuts… › Services
Services, on or off, or on with keys such as "⌘⇧T", by the id macOS keeps them under: "<app's bundle identifier> - <menu title> - <method>", e.g. { "com.apple.Terminal - New Terminal at Folder - newTerminalAtFolder" = "⌘⇧T"; }. Services left out are left as they are; nix run .#current lists the ones that were changed in System Settings.
applications.systemSettings.keyboard.keyboardShortcuts.services = { "com.apple.Terminal - New Terminal at Folder - newTerminalAtFolder" = "⌘⇧T";}; Per service id: false, true, or keys like "⌘⇧S"
Where it's stored and what runs
-
pbsNSServicesStatus
For { com.apple.Terminal - New Terminal at Folder - newTerminalAtFolder = "⌘⇧T"; }:
/usr/bin/defaults write pbs NSServicesStatus -dict-add 'com.apple.Terminal - New Terminal at Folder - newTerminalAtFolder' '<dict><key>enabled_context_menu</key><true/><key>enabled_services_menu</key><true/><key>key_equivalent</key><string>@$t</string><key>presentation_modes</key><dict><key>ContextMenu</key><true/><key>ServicesMenu</key><true/></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write pbs NSServicesStatus -dict-add '\''com.apple.Terminal - New Terminal at Folder - newTerminalAtFolder'\'' '\''<dict><key>enabled_context_menu</key><true/><key>enabled_services_menu</key><true/><key>key_equivalent</key><string>@$t</string><key>presentation_modes</key><dict><key>ContextMenu</key><true/><key>ServicesMenu</key><true/></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete pbs NSServicesStatus 2>/dev/null || true/System/Library/CoreServices/pbs -updateAccessibility
Section titled “Accessibility”Live Speech › Cancel speech
Section titled “Live Speech › Cancel speech”System Settings › Keyboard › Keyboard Shortcuts… › Accessibility › Live Speech › Cancel speech
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.accessibility.cancelSpeech = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 228 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 228 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 228 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 228 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uContrast › Decrease contrast
Section titled “Contrast › Decrease contrast”System Settings › Keyboard › Keyboard Shortcuts… › Accessibility › Contrast › Decrease contrast
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.accessibility.decreaseContrast = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 26 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 26 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 26 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 26 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uLive Speech › Hide or show phrases
Section titled “Live Speech › Hide or show phrases”System Settings › Keyboard › Keyboard Shortcuts… › Accessibility › Live Speech › Hide or show phrases
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.accessibility.hideOrShowPhrases = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 229 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 229 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 229 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 229 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uContrast › Increase contrast
Section titled “Contrast › Increase contrast”System Settings › Keyboard › Keyboard Shortcuts… › Accessibility › Contrast › Increase contrast
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.accessibility.increaseContrast = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 25 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 25 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 25 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 25 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uInvert colors
Section titled “Invert colors”System Settings › Keyboard › Keyboard Shortcuts… › Accessibility › Invert colors
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.accessibility.invertColors = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 21 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 21 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 21 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 21 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uLive Speech › Pause or resume speech
Section titled “Live Speech › Pause or resume speech”System Settings › Keyboard › Keyboard Shortcuts… › Accessibility › Live Speech › Pause or resume speech
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.accessibility.pauseOrResumeSpeech = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 227 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 227 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 227 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 227 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uLive Captions › Pause or resume transcription
Section titled “Live Captions › Pause or resume transcription”System Settings › Keyboard › Keyboard Shortcuts… › Accessibility › Live Captions › Pause or resume transcription
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.accessibility.pauseOrResumeTranscription = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 216 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 216 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 216 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 216 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uShow Accessibility controls
Section titled “Show Accessibility controls”System Settings › Keyboard › Keyboard Shortcuts… › Accessibility › Show Accessibility controls
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.accessibility.showAccessibilityControls = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 162 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 162 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 162 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 162 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uLive Captions › Switch between transcribing computer audio and microphone
Section titled “Live Captions › Switch between transcribing computer audio and microphone”System Settings › Keyboard › Keyboard Shortcuts… › Accessibility › Live Captions › Switch between transcribing computer audio and microphone
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.accessibility.switchBetweenTranscribingComputerAudioAndMicrophone = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 218 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 218 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 218 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 218 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uLive Speech › Toggle visibility
Section titled “Live Speech › Toggle visibility”System Settings › Keyboard › Keyboard Shortcuts… › Accessibility › Live Speech › Toggle visibility
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.accessibility.toggleVisibility = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 226 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 226 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 226 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 226 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uLive Captions › Turn keep onscreen on or off
Section titled “Live Captions › Turn keep onscreen on or off”System Settings › Keyboard › Keyboard Shortcuts… › Accessibility › Live Captions › Turn keep onscreen on or off
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.accessibility.turnKeepOnscreenOnOrOff = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 219 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 219 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 219 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 219 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uLive Captions › Turn Live Captions on or off
Section titled “Live Captions › Turn Live Captions on or off”System Settings › Keyboard › Keyboard Shortcuts… › Accessibility › Live Captions › Turn Live Captions on or off
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.accessibility.turnLiveCaptionsOnOrOff = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 215 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 215 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 215 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 215 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uLive Speech › Turn Live Speech on or off
Section titled “Live Speech › Turn Live Speech on or off”System Settings › Keyboard › Keyboard Shortcuts… › Accessibility › Live Speech › Turn Live Speech on or off
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.accessibility.turnLiveSpeechOnOrOff = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 225 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 225 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 225 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 225 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uTurn speak item under the pointer on or off
Section titled “Turn speak item under the pointer on or off”System Settings › Keyboard › Keyboard Shortcuts… › Accessibility › Turn speak item under the pointer on or off
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.accessibility.turnSpeakItemUnderThePointerOnOrOff = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 231 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 231 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 231 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 231 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uTurn speak selection on or off
Section titled “Turn speak selection on or off”System Settings › Keyboard › Keyboard Shortcuts… › Accessibility › Turn speak selection on or off
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.accessibility.turnSpeakSelectionOnOrOff = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 230 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 230 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 230 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 230 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uLive Captions › Turn type to speak on or off
Section titled “Live Captions › Turn type to speak on or off”System Settings › Keyboard › Keyboard Shortcuts… › Accessibility › Live Captions › Turn type to speak on or off
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.accessibility.turnTypeToSpeakOnOrOff = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 217 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 217 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 217 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 217 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uTurn typing feedback on or off
Section titled “Turn typing feedback on or off”System Settings › Keyboard › Keyboard Shortcuts… › Accessibility › Turn typing feedback on or off
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.accessibility.turnTypingFeedbackOnOrOff = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 232 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 232 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 232 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 232 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uTurn VoiceOver on or off
Section titled “Turn VoiceOver on or off”System Settings › Keyboard › Keyboard Shortcuts… › Accessibility › Turn VoiceOver on or off
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.accessibility.turnVoiceOverOnOrOff = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 59 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 59 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 59 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 59 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uApp Shortcuts
Section titled “App Shortcuts”All Applications › Show Help menu
Section titled “All Applications › Show Help menu”System Settings › Keyboard › Keyboard Shortcuts… › App Shortcuts › All Applications › Show Help menu
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.appShortcuts.showHelpMenu = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 98 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 98 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 98 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 98 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uDisplay
Section titled “Display”Decrease display brightness
Section titled “Decrease display brightness”System Settings › Keyboard › Keyboard Shortcuts… › Display › Decrease display brightness
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.display.decreaseDisplayBrightness = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 53 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 53 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 53 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 53 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uIncrease display brightness
Section titled “Increase display brightness”System Settings › Keyboard › Keyboard Shortcuts… › Display › Increase display brightness
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.display.increaseDisplayBrightness = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 54 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 54 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 54 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 54 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uInput Sources
Section titled “Input Sources”Select next source in Input menu
Section titled “Select next source in Input menu”System Settings › Keyboard › Keyboard Shortcuts… › Input Sources › Select next source in Input menu
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.inputSources.selectNextSourceInInputMenu = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 61 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 61 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 61 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 61 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uSelect the previous input source
Section titled “Select the previous input source”System Settings › Keyboard › Keyboard Shortcuts… › Input Sources › Select the previous input source
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.inputSources.selectThePreviousInputSource = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 60 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 60 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 60 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 60 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uKeyboard
Section titled “Keyboard”Change the way Tab moves focus
Section titled “Change the way Tab moves focus”System Settings › Keyboard › Keyboard Shortcuts… › Keyboard › Change the way Tab moves focus
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.keyboard.changeTheWayTabMovesFocus = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 13 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 13 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 13 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 13 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uMove focus to active or next window
Section titled “Move focus to active or next window”System Settings › Keyboard › Keyboard Shortcuts… › Keyboard › Move focus to active or next window
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.keyboard.moveFocusToActiveOrNextWindow = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 9 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 9 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 9 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 9 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uMove focus to next window
Section titled “Move focus to next window”System Settings › Keyboard › Keyboard Shortcuts… › Keyboard › Move focus to next window
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.keyboard.moveFocusToNextWindow = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 27 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 27 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 27 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 27 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uMove focus to status menus
Section titled “Move focus to status menus”System Settings › Keyboard › Keyboard Shortcuts… › Keyboard › Move focus to status menus
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.keyboard.moveFocusToStatusMenus = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 57 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 57 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 57 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 57 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uMove focus to the Dock
Section titled “Move focus to the Dock”System Settings › Keyboard › Keyboard Shortcuts… › Keyboard › Move focus to the Dock
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.keyboard.moveFocusToTheDock = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 8 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 8 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 8 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 8 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uMove focus to the floating window
Section titled “Move focus to the floating window”System Settings › Keyboard › Keyboard Shortcuts… › Keyboard › Move focus to the floating window
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.keyboard.moveFocusToTheFloatingWindow = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 11 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 11 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 11 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 11 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uMove focus to the menu bar
Section titled “Move focus to the menu bar”System Settings › Keyboard › Keyboard Shortcuts… › Keyboard › Move focus to the menu bar
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.keyboard.moveFocusToTheMenuBar = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 7 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 7 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 7 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 7 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uMove focus to the window toolbar
Section titled “Move focus to the window toolbar”System Settings › Keyboard › Keyboard Shortcuts… › Keyboard › Move focus to the window toolbar
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.keyboard.moveFocusToTheWindowToolbar = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 10 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 10 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 10 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 10 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uShow contextual menu
Section titled “Show contextual menu”System Settings › Keyboard › Keyboard Shortcuts… › Keyboard › Show contextual menu
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.keyboard.showContextualMenu = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 159 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 159 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 159 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 159 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uTurn keyboard access on or off
Section titled “Turn keyboard access on or off”System Settings › Keyboard › Keyboard Shortcuts… › Keyboard › Turn keyboard access on or off
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.keyboard.turnKeyboardAccessOnOrOff = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 12 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 12 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 12 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 12 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uLaunchpad & Dock
Section titled “Launchpad & Dock”Turn Dock hiding on/off
Section titled “Turn Dock hiding on/off”System Settings › Keyboard › Keyboard Shortcuts… › Launchpad & Dock › Turn Dock hiding on/off
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.launchpadAndDock.turnDockHidingOnOff = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 52 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 52 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 52 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 52 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uMission Control
Section titled “Mission Control”Game Overlay
Section titled “Game Overlay”System Settings › Keyboard › Keyboard Shortcuts… › Mission Control › Game Overlay
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.missionControl.gameOverlay = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 260 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 260 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 260 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 260 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uMission Control › Move left a Space
Section titled “Mission Control › Move left a Space”System Settings › Keyboard › Keyboard Shortcuts… › Mission Control › Mission Control › Move left a Space
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.missionControl.moveLeftASpace = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 79 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 79 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 79 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 79 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uMission Control › Move right a Space
Section titled “Mission Control › Move right a Space”System Settings › Keyboard › Keyboard Shortcuts… › Mission Control › Mission Control › Move right a Space
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.missionControl.moveRightASpace = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 81 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 81 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 81 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 81 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uQuick Note
Section titled “Quick Note”System Settings › Keyboard › Keyboard Shortcuts… › Mission Control › Quick Note
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.missionControl.quickNote = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 190 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 190 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 190 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 190 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uShow Notification Center
Section titled “Show Notification Center”System Settings › Keyboard › Keyboard Shortcuts… › Mission Control › Show Notification Center
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.missionControl.showNotificationCenter = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 163 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 163 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 163 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 163 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uMission Control › Switch to Desktop 1
Section titled “Mission Control › Switch to Desktop 1”System Settings › Keyboard › Keyboard Shortcuts… › Mission Control › Mission Control › Switch to Desktop 1
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.missionControl.switchToDesktop1 = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 118 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 118 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 118 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 118 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uMission Control › Switch to Desktop 10
Section titled “Mission Control › Switch to Desktop 10”System Settings › Keyboard › Keyboard Shortcuts… › Mission Control › Mission Control › Switch to Desktop 10
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.missionControl.switchToDesktop10 = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 127 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 127 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 127 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 127 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uMission Control › Switch to Desktop 11
Section titled “Mission Control › Switch to Desktop 11”System Settings › Keyboard › Keyboard Shortcuts… › Mission Control › Mission Control › Switch to Desktop 11
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.missionControl.switchToDesktop11 = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 128 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 128 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 128 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 128 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uMission Control › Switch to Desktop 12
Section titled “Mission Control › Switch to Desktop 12”System Settings › Keyboard › Keyboard Shortcuts… › Mission Control › Mission Control › Switch to Desktop 12
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.missionControl.switchToDesktop12 = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 129 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 129 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 129 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 129 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uMission Control › Switch to Desktop 13
Section titled “Mission Control › Switch to Desktop 13”System Settings › Keyboard › Keyboard Shortcuts… › Mission Control › Mission Control › Switch to Desktop 13
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.missionControl.switchToDesktop13 = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 130 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 130 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 130 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 130 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uMission Control › Switch to Desktop 14
Section titled “Mission Control › Switch to Desktop 14”System Settings › Keyboard › Keyboard Shortcuts… › Mission Control › Mission Control › Switch to Desktop 14
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.missionControl.switchToDesktop14 = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 131 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 131 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 131 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 131 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uMission Control › Switch to Desktop 15
Section titled “Mission Control › Switch to Desktop 15”System Settings › Keyboard › Keyboard Shortcuts… › Mission Control › Mission Control › Switch to Desktop 15
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.missionControl.switchToDesktop15 = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 132 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 132 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 132 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 132 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uMission Control › Switch to Desktop 16
Section titled “Mission Control › Switch to Desktop 16”System Settings › Keyboard › Keyboard Shortcuts… › Mission Control › Mission Control › Switch to Desktop 16
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.missionControl.switchToDesktop16 = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 133 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 133 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 133 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 133 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uMission Control › Switch to Desktop 2
Section titled “Mission Control › Switch to Desktop 2”System Settings › Keyboard › Keyboard Shortcuts… › Mission Control › Mission Control › Switch to Desktop 2
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.missionControl.switchToDesktop2 = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 119 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 119 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 119 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 119 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uMission Control › Switch to Desktop 3
Section titled “Mission Control › Switch to Desktop 3”System Settings › Keyboard › Keyboard Shortcuts… › Mission Control › Mission Control › Switch to Desktop 3
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.missionControl.switchToDesktop3 = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 120 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 120 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 120 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 120 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uMission Control › Switch to Desktop 4
Section titled “Mission Control › Switch to Desktop 4”System Settings › Keyboard › Keyboard Shortcuts… › Mission Control › Mission Control › Switch to Desktop 4
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.missionControl.switchToDesktop4 = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 121 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 121 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 121 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 121 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uMission Control › Switch to Desktop 5
Section titled “Mission Control › Switch to Desktop 5”System Settings › Keyboard › Keyboard Shortcuts… › Mission Control › Mission Control › Switch to Desktop 5
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.missionControl.switchToDesktop5 = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 122 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 122 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 122 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 122 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uMission Control › Switch to Desktop 6
Section titled “Mission Control › Switch to Desktop 6”System Settings › Keyboard › Keyboard Shortcuts… › Mission Control › Mission Control › Switch to Desktop 6
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.missionControl.switchToDesktop6 = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 123 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 123 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 123 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 123 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uMission Control › Switch to Desktop 7
Section titled “Mission Control › Switch to Desktop 7”System Settings › Keyboard › Keyboard Shortcuts… › Mission Control › Mission Control › Switch to Desktop 7
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.missionControl.switchToDesktop7 = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 124 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 124 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 124 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 124 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uMission Control › Switch to Desktop 8
Section titled “Mission Control › Switch to Desktop 8”System Settings › Keyboard › Keyboard Shortcuts… › Mission Control › Mission Control › Switch to Desktop 8
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.missionControl.switchToDesktop8 = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 125 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 125 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 125 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 125 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uMission Control › Switch to Desktop 9
Section titled “Mission Control › Switch to Desktop 9”System Settings › Keyboard › Keyboard Shortcuts… › Mission Control › Mission Control › Switch to Desktop 9
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.missionControl.switchToDesktop9 = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 126 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 126 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 126 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 126 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uTurn Do Not Disturb on/off
Section titled “Turn Do Not Disturb on/off”System Settings › Keyboard › Keyboard Shortcuts… › Mission Control › Turn Do Not Disturb on/off
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.missionControl.turnDoNotDisturbOnOff = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 175 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 175 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 175 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 175 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uTurn Stage Manager on/off
Section titled “Turn Stage Manager on/off”System Settings › Keyboard › Keyboard Shortcuts… › Mission Control › Turn Stage Manager on/off
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.missionControl.turnStageManagerOnOff = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 222 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 222 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 222 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 222 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uScreenshots
Section titled “Screenshots”Ask Siri about active window
Section titled “Ask Siri about active window”System Settings › Keyboard › Keyboard Shortcuts… › Screenshots › Ask Siri about active window
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.screenshots.askSiriAboutActiveWindow = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 263 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 263 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 263 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 263 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uAsk Siri about selected area
Section titled “Ask Siri about selected area”System Settings › Keyboard › Keyboard Shortcuts… › Screenshots › Ask Siri about selected area
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.screenshots.askSiriAboutSelectedArea = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 261 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 261 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 261 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 261 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uCopy picture of screen to the clipboard
Section titled “Copy picture of screen to the clipboard”System Settings › Keyboard › Keyboard Shortcuts… › Screenshots › Copy picture of screen to the clipboard
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.screenshots.copyPictureOfScreenToTheClipboard = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 29 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 29 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 29 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 29 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uCopy picture of selected area to the clipboard
Section titled “Copy picture of selected area to the clipboard”System Settings › Keyboard › Keyboard Shortcuts… › Screenshots › Copy picture of selected area to the clipboard
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.screenshots.copyPictureOfSelectedAreaToTheClipboard = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 31 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 31 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 31 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 31 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uSave picture of screen as a file
Section titled “Save picture of screen as a file”System Settings › Keyboard › Keyboard Shortcuts… › Screenshots › Save picture of screen as a file
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.screenshots.savePictureOfScreenAsAFile = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 28 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 28 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 28 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 28 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uSave picture of selected area as a file
Section titled “Save picture of selected area as a file”System Settings › Keyboard › Keyboard Shortcuts… › Screenshots › Save picture of selected area as a file
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.screenshots.savePictureOfSelectedAreaAsAFile = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 30 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 30 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 30 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 30 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uScreenshot and recording options
Section titled “Screenshot and recording options”System Settings › Keyboard › Keyboard Shortcuts… › Screenshots › Screenshot and recording options
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.screenshots.screenshotAndRecordingOptions = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 184 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 184 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 184 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 184 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uSpotlight
Section titled “Spotlight”Show Apps
Section titled “Show Apps”System Settings › Keyboard › Keyboard Shortcuts… › Spotlight › Show Apps
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.spotlight.showApps = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 160 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 160 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 160 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 160 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uShow Finder search window
Section titled “Show Finder search window”System Settings › Keyboard › Keyboard Shortcuts… › Spotlight › Show Finder search window
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.spotlight.showFinderSearchWindow = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 65 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 65 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 65 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 65 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uShow Spotlight search
Section titled “Show Spotlight search”System Settings › Keyboard › Keyboard Shortcuts… › Spotlight › Show Spotlight search
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.spotlight.showSpotlightSearch = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 64 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 64 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 64 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 64 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uWindows
Section titled “Windows”Arrange › Arrange Bottom and Top
Section titled “Arrange › Arrange Bottom and Top”System Settings › Keyboard › Keyboard Shortcuts… › Windows › Arrange › Arrange Bottom and Top
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.windows.arrangeBottomAndTop = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 251 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 251 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 251 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 251 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uArrange › Arrange in Quarters
Section titled “Arrange › Arrange in Quarters”System Settings › Keyboard › Keyboard Shortcuts… › Windows › Arrange › Arrange in Quarters
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.windows.arrangeInQuarters = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 256 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 256 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 256 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 256 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uArrange › Arrange Left and Right
Section titled “Arrange › Arrange Left and Right”System Settings › Keyboard › Keyboard Shortcuts… › Windows › Arrange › Arrange Left and Right
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.windows.arrangeLeftAndRight = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 248 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 248 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 248 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 248 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uArrange › Arrange Right and Left
Section titled “Arrange › Arrange Right and Left”System Settings › Keyboard › Keyboard Shortcuts… › Windows › Arrange › Arrange Right and Left
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.windows.arrangeRightAndLeft = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 249 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 249 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 249 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 249 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uArrange › Arrange Top and Bottom
Section titled “Arrange › Arrange Top and Bottom”System Settings › Keyboard › Keyboard Shortcuts… › Windows › Arrange › Arrange Top and Bottom
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.windows.arrangeTopAndBottom = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 250 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 250 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 250 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 250 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uGeneral › Center
Section titled “General › Center”System Settings › Keyboard › Keyboard Shortcuts… › Windows › General › Center
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.windows.center = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 238 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 238 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 238 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 238 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uGeneral › Fill
Section titled “General › Fill”System Settings › Keyboard › Keyboard Shortcuts… › Windows › General › Fill
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.windows.fill = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 237 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 237 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 237 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 237 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFull Screen Tile › Full Screen Tile Left
Section titled “Full Screen Tile › Full Screen Tile Left”System Settings › Keyboard › Keyboard Shortcuts… › Windows › Full Screen Tile › Full Screen Tile Left
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.windows.fullScreenTileLeft = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 257 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 257 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 257 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 257 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFull Screen Tile › Full Screen Tile Right
Section titled “Full Screen Tile › Full Screen Tile Right”System Settings › Keyboard › Keyboard Shortcuts… › Windows › Full Screen Tile › Full Screen Tile Right
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.windows.fullScreenTileRight = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 258 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 258 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 258 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 258 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uGeneral › Minimize
Section titled “General › Minimize”System Settings › Keyboard › Keyboard Shortcuts… › Windows › General › Minimize
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.windows.minimize = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 233 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 233 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 233 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 233 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uGeneral › Return to Previous Size
Section titled “General › Return to Previous Size”System Settings › Keyboard › Keyboard Shortcuts… › Windows › General › Return to Previous Size
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.windows.returnToPreviousSize = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 239 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 239 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 239 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 239 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uHalves › Tile Bottom Half
Section titled “Halves › Tile Bottom Half”System Settings › Keyboard › Keyboard Shortcuts… › Windows › Halves › Tile Bottom Half
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.windows.tileBottomHalf = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 243 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 243 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 243 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 243 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uQuarters › Tile Bottom Left Quarter
Section titled “Quarters › Tile Bottom Left Quarter”System Settings › Keyboard › Keyboard Shortcuts… › Windows › Quarters › Tile Bottom Left Quarter
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.windows.tileBottomLeftQuarter = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 246 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 246 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 246 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 246 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uQuarters › Tile Bottom Right Quarter
Section titled “Quarters › Tile Bottom Right Quarter”System Settings › Keyboard › Keyboard Shortcuts… › Windows › Quarters › Tile Bottom Right Quarter
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.windows.tileBottomRightQuarter = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 247 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 247 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 247 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 247 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uHalves › Tile Left Half
Section titled “Halves › Tile Left Half”System Settings › Keyboard › Keyboard Shortcuts… › Windows › Halves › Tile Left Half
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.windows.tileLeftHalf = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 240 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 240 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 240 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 240 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uHalves › Tile Right Half
Section titled “Halves › Tile Right Half”System Settings › Keyboard › Keyboard Shortcuts… › Windows › Halves › Tile Right Half
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.windows.tileRightHalf = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 241 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 241 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 241 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 241 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uHalves › Tile Top Half
Section titled “Halves › Tile Top Half”System Settings › Keyboard › Keyboard Shortcuts… › Windows › Halves › Tile Top Half
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.windows.tileTopHalf = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 242 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 242 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 242 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 242 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uQuarters › Tile Top Left Quarter
Section titled “Quarters › Tile Top Left Quarter”System Settings › Keyboard › Keyboard Shortcuts… › Windows › Quarters › Tile Top Left Quarter
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.windows.tileTopLeftQuarter = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 244 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 244 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 244 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 244 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uQuarters › Tile Top Right Quarter
Section titled “Quarters › Tile Top Right Quarter”System Settings › Keyboard › Keyboard Shortcuts… › Windows › Quarters › Tile Top Right Quarter
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.windows.tileTopRightQuarter = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 245 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 245 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 245 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 245 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uGeneral › Zoom
Section titled “General › Zoom”System Settings › Keyboard › Keyboard Shortcuts… › Windows › General › Zoom
false turns the shortcut off and true on with its default keys; keys such as "⌘⇧S" (⌃⌥⇧⌘ and one key: a letter, digit or punctuation of the US layout, Space, Return, Tab, Delete, Escape, an arrow, Home, End, PageUp, PageDown, ForwardDelete or F1–F20) set its keys.
applications.systemSettings.keyboard.keyboardShortcuts.windows.zoom = false; false (off), true (on, default keys), or keys like "⌘⇧S" — see Keyboard shortcuts
Where it's stored and what runs
-
com.apple.symbolichotkeysAppleSymbolicHotKeys
For false:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 235 '<dict><key>enabled</key><false/></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 235 '\''<dict><key>enabled</key><false/></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFor ⌘⇧S:
/usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 235 '<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>' || echo 'nix-plist-manager: failed: /usr/bin/defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 235 '\''<dict><key>enabled</key><true/><key>value</key><dict><key>parameters</key><array><integer>115</integer><integer>1</integer><integer>1179648</integer></array><key>type</key><string>standard</string></dict></dict>'\''' >&2/usr/bin/defaults -currentHost delete com.apple.symbolichotkeys AppleSymbolicHotKeys 2>/dev/null || true/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -uFunction Keys
Section titled “Function Keys”Use F1, F2, etc. keys as standard function keys
Section titled “Use F1, F2, etc. keys as standard function keys”System Settings › Keyboard › Keyboard Shortcuts… › Function Keys › Use F1, F2, etc. keys as standard function keys
applications.systemSettings.keyboard.useF1F2EtcKeysAsStandardFunctionKeys = true; true or false "unset" puts back macOS's default.
Where it's stored and what runs
-
NSGlobalDomaincom.apple.keyboard.fnState
For false:
/usr/bin/defaults write NSGlobalDomain com.apple.keyboard.fnState -bool false || echo 'nix-plist-manager: failed: /usr/bin/defaults write NSGlobalDomain com.apple.keyboard.fnState -bool false' >&2/usr/bin/defaults -currentHost delete NSGlobalDomain com.apple.keyboard.fnState 2>/dev/null || trueFor true:
/usr/bin/defaults write NSGlobalDomain com.apple.keyboard.fnState -bool true || echo 'nix-plist-manager: failed: /usr/bin/defaults write NSGlobalDomain com.apple.keyboard.fnState -bool true' >&2/usr/bin/defaults -currentHost delete NSGlobalDomain com.apple.keyboard.fnState 2>/dev/null || trueFor unset:
/usr/bin/defaults delete NSGlobalDomain com.apple.keyboard.fnState 2>/dev/null || true/usr/bin/defaults -currentHost delete NSGlobalDomain com.apple.keyboard.fnState 2>/dev/null || true