Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. $ defaults read com.apple.symbolichotkeys AppleSymbolicHotKeys
  2. {
  3. 10 = {
  4. enabled = 1;
  5. value = {
  6. parameters = (
  7. 65535,
  8. 96,
  9. 8650752
  10. );
  11. type = standard;
  12. };
  13. };
  14. 11 = {
  15. enabled = 1;
  16. value = {
  17. parameters = (
  18. 65535,
  19. 97,
  20. 8650752
  21. );
  22. type = standard;
  23. };
  24. };
  25. [...]
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement