Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. {
  2. "global": {
  3. "check_for_updates_on_startup": true,
  4. "show_in_menu_bar": true,
  5. "show_profile_name_in_menu_bar": false
  6. },
  7. "profiles": [
  8. {
  9. "complex_modifications": {
  10. "rules": [
  11. {
  12. "manipulators": [
  13. {
  14. "description": "Change caps_lock to hyper.",
  15. "from": {
  16. "key_code": "caps_lock",
  17. "modifiers": {
  18. "optional": [
  19. "any"
  20. ]
  21. }
  22. },
  23. "to": [
  24. {
  25. "key_code": "left_control",
  26. "modifiers": [
  27. "left_command",
  28. "left_option"
  29. ]
  30. }
  31. ],
  32. "to_if_alone": [
  33. {
  34. "key_code": "caps_lock"
  35. }
  36. ],
  37. "type": "basic"
  38. }
  39. ]
  40. }
  41. ]
  42. },
  43. "name": "Profile",
  44. "selected": true
  45. }
  46. ]
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement