Guest User

Untitled

a guest
Apr 1st, 2022
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. {
  2. "description": "CapsLock to Control or Escape",
  3. "manipulators": [
  4. {
  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. }
  27. ]
  28. },
Advertisement
Add Comment
Please, Sign In to add comment