Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. {
  2. "manipulators": [
  3. {
  4. "description": "Change caps_lock to control when used as modifier, escape when used alone (~/.config/karabiner/karabiner.json)",
  5. "from": {
  6. "key_code": "caps_lock",
  7. "modifiers": {
  8. "optional": [
  9. "any"
  10. ]
  11. }
  12. },
  13. "to": [
  14. {
  15. "key_code": "left_control"
  16. }
  17. ],
  18. "to_if_alone": [
  19. {
  20. "key_code": "escape"
  21. }
  22. ],
  23. "type": "basic"
  24. }
  25. ]
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement