Guest User

Untitled

a guest
Jun 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. {
  2. "title": "Escape enhancements",
  3. "rules": [
  4. {
  5. "description": "Escape toggles capslock if enabled",
  6. "manipulators": [
  7. {
  8. "type": "basic",
  9. "from": {
  10. "key_code": "escape",
  11. "modifiers": {
  12. "mandatory": [
  13. "caps_lock"
  14. ]
  15. }
  16. },
  17.  
  18. "to_after_key_up": [
  19. { "key_code": "caps_lock" },
  20. { "key_code": "escape"}
  21. ]
  22. }
  23. ]
  24. }
  25. ]
  26. }
Add Comment
Please, Sign In to add comment