Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. {
  2. "title": "Personal rules(@umbum1.LanguageChange)",
  3. "rules": [
  4. {
  5. "description": "right_command <- left_control+space (language change)",
  6. "manipulators": [
  7. {
  8. "type": "basic",
  9. "from": {
  10. "key_code": "right_command",
  11. "modifiers": {
  12. "optional": [
  13. "any"
  14. ]
  15. }
  16. },
  17. "to": [
  18. {
  19. "key_code": "spacebar",
  20. "modifiers": "left_control"
  21. }
  22. ],
  23. "conditions": [
  24. {
  25. "type": "frontmost_application_unless",
  26. "bundle_identifiers": [
  27. "com\\.microsoft\\.rdc\\."
  28. ]
  29. },
  30. {
  31. "type": "device_if",
  32. "identifiers": [
  33. {
  34. "vendor_id": 1452,
  35. "product_id": 635,
  36. "description": "Apple Internal Keyboard"
  37. }
  38. ]
  39. }
  40. ]
  41. }
  42. ]
  43. }
  44. ]
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement