Last active
May 29, 2018 04:26
-
-
Save jimratliff/177be57ad5e9ee5b47d6ff9c397bff70 to your computer and use it in GitHub Desktop.
Pristine defaults read com.apple.symbolichotkeys (High Sierra) #dotfiles #symbolichotkeys
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Last login: Sun Apr 22 10:04:40 on ttys001 | |
| Primary-MBPR:~ playground1$ defaults read com.apple.symbolichotkeys | |
| { | |
| AppleSymbolicHotKeys = { | |
| 15 = { | |
| enabled = 0; | |
| }; | |
| 16 = { | |
| enabled = 0; | |
| }; | |
| 17 = { | |
| enabled = 0; | |
| }; | |
| 18 = { | |
| enabled = 0; | |
| }; | |
| 19 = { | |
| enabled = 0; | |
| }; | |
| 20 = { | |
| enabled = 0; | |
| }; | |
| 21 = { | |
| enabled = 0; | |
| }; | |
| 22 = { | |
| enabled = 0; | |
| }; | |
| 23 = { | |
| enabled = 0; | |
| }; | |
| 24 = { | |
| enabled = 0; | |
| }; | |
| 25 = { | |
| enabled = 0; | |
| }; | |
| 26 = { | |
| enabled = 0; | |
| }; | |
| 60 = { | |
| enabled = 0; | |
| value = { | |
| parameters = ( | |
| 32, | |
| 49, | |
| 262144 | |
| ); | |
| type = standard; | |
| }; | |
| }; | |
| 61 = { | |
| enabled = 0; | |
| value = { | |
| parameters = ( | |
| 32, | |
| 49, | |
| 786432 | |
| ); | |
| type = standard; | |
| }; | |
| }; | |
| 79 = { | |
| enabled = 1; | |
| }; | |
| 80 = { | |
| enabled = 1; | |
| }; | |
| 81 = { | |
| enabled = 1; | |
| }; | |
| 82 = { | |
| enabled = 1; | |
| }; | |
| }; | |
| } | |
| Primary-MBPR:~ playground1$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment